Minimalist static hosting control panel
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
[trusted=yes] option is required.
# 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!