One-line install
The fastest path: download and run the installer. It sets NuxPanel up as asystemd service in under a minute.
run on your server
curl -fsSL https://devops-agent-public.s3.ap-south-1.amazonaws.com/install.sh | sudo bash
What the installer does
- Checks your OS and architecture against the supported matrix.
- Downloads the latest binary to
/usr/local/bin/linux-pro. - Creates and starts a
systemdservice so it survives reboots and restarts on crash. - Generates a self-signed TLS certificate and binds to port 8443 by default.
After it finishes
Open https://YOUR_SERVER_IP:8443 in your browser. Because the certificate is self-signed, your browser will warn you once — accept it to continue. On first login you'll be asked to set an admin password.
Important
Make sure the listen port (8443 by default) is reachable — open it in your cloud security group / firewall, ideally restricted to your own IP.