Wwwnephaelnet Install ❲VALIDATED❳

sudo ufw allow 22/tcp sudo ufw allow 80/tcp sudo ufw allow 443/tcp sudo ufw allow 8443/tcp # NephaelNet admin UI sudo ufw enable The installer creates a cron script. Verify it:

sudo netstat -tulpn | grep 8443 sudo systemctl stop <conflicting-service> # Then re-run the installer with an alternate port: sudo ./nephaelnet-www-installer.sh --admin-port 9443 Cause: Network restrictions or regional DNS issues. wwwnephaelnet install

sudo apt remove docker-compose # remove old standalone version sudo apt install docker-compose-plugin Cause: Port 80 not reachable from the internet for Let's Encrypt validation. sudo ufw allow 22/tcp sudo ufw allow 80/tcp

crontab -l | grep nephaelnet # Should show: 0 2 * * * /opt/nephaelnet/scripts/backup.sh Even with a straightforward process, you may encounter issues. Here are solutions for the most frequent errors. Error 1: Port 8443 already in use Cause: Another service (like Cockpit or a previous NephaelNet instance) is occupying the admin port. crontab -l | grep nephaelnet # Should show: