Access the Web Interface
Open a browser and go to: https://<server-ip>:9000
Complete the initial configuration via the UI.
Firewall Configuration
Use a firewall to protect your server. Enabling ufw
ensures only necessary ports are accessible.
⚠️ Make sure SSH is allowed in the firewall to avoid lockout.
sudo ufw allow 22/tcp sudo ufw allow 80/tcp sudo ufw allow 443/tcp sudo ufw allow 9000/tcp sudo ufw enable sudo ufw reload