Run the official installer as root
Use the published install script from the NyxGate GitHub repository. The installer validates the environment, installs Docker if required, prepares storage, and launches the NyxGate services.
The install page follows the official NyxGate repository workflow: deploy the Docker-based controller, preserve data under /opt/nyxgate/data, open the panel on port 8443, and continue onboarding hosts from the platform itself.
NyxGate is delivered as a Docker-based deployment with persistent data under /opt/nyxgate/data. The commands below follow the official GitHub workflow so teams can install, access, and upgrade the platform consistently.
Use the published install script from the NyxGate GitHub repository. The installer validates the environment, installs Docker if required, prepares storage, and launches the NyxGate services.
After deployment, open the NyxGate panel at https://<server-ip>:8443 and complete the secure first-run setup from the product itself.
NyxGate stores users, recovery data, rules, audit history, patch state, and related platform data under /opt/nyxgate/data so upgrades and rebuilds preserve the platform state.
Use the published upgrade command to check Docker Hub for a newer NyxGate release, fetch the matching official release bundle, and upgrade while keeping the persistent data path in place.
These are the public install and upgrade commands published for NyxGate. They provide the right starting point for a clean deployment and maintenance workflow.
curl -sSL https://raw.githubusercontent.com/NyxCloudRO/NyxGate/main/install/install.sh | bash
Run as root on a supported Linux host. The script installs Docker when needed, prepares /opt/nyxgate/data, and starts the published NyxGate deployment flow.
curl -sSL https://raw.githubusercontent.com/NyxCloudRO/NyxGate/main/install/upgrade.sh | bash
Run as root to check for a newer published release automatically and apply it only when one is available, while preserving the persistent data directory.
The install workflow is straightforward, but the page should still explain what NyxGate expects from the host and what happens after the panel comes online.
The published install flow is designed around Linux systems with Docker available or installable by the script.
The official repository guidance keeps the baseline requirements straightforward for an initial deployment.
Once the panel is available, teams move into secure setup, enrollment generation, and day-to-day platform operations from the web console.
Use documentation for first-day operator guidance, architecture for deployment awareness, and FAQ for common deployment and product-fit questions.