MicroPanel

Minimalist static hosting control panel

APT Repository (Debian/Ubuntu)

Add the repository:

echo "deb [trusted=yes] https://foxzi.github.io/micropanel/apt stable main" | sudo tee /etc/apt/sources.list.d/micropanel.list
sudo apt update
sudo apt install micropanel
Note: This repository is not GPG signed. The [trusted=yes] option is required.

Direct Download

DEB packages

amd64 arm64

RPM packages

x86_64 aarch64

Post-install

# 1. Set panel domain
sudo nano /etc/micropanel/config.yaml
# Set: panel_domain: panel.example.com

# 2. Create admin user
sudo micropanel user create -e admin@example.com -p yourpassword -r admin

# 3. Setup nginx and SSL
sudo /usr/share/micropanel/scripts/setup-panel-nginx.sh

# 4. Start service
sudo systemctl enable --now micropanel

Note: Service will not start until steps 1-2 are completed!

Links

GitHub | Releases