Nexus OS
The Nexus L1 concentrates the world’s compute power into a single, ultra-high performance, EVM-compatible blockchain. Run a node with ease and start contributing to the next-gen compute network.
Nexus Testnet III will be a staggered release in order to deliver the most stable and performant experience to everyone. Throughout today (23/06/2025), it will go live in the United States, Vietnam, Nigeria, Russia, India, Indonesia, the United Kingdom, and Hong Kong SAR and Mainland China in order.
Get started
Prerequisites
Wallet Address
This is the wallet address on your Nexus app. Login hereSSH Public Key
This is required to access your node. Follow our step-by-step guide to generate an SSH key.
To reach the Nexus OS template deployment page, click on the available deployment option. This will give you some good default settings that you can fully customise in the next steps.
Customise the deployment
On the template deployment page, enter your wallet address and select a machine in a region where the testnet has been rolled out.
The recommended specification is 2 vCPU and 8 GB RAM (feel free to select a higher specification).
Note: GPU resources are not utilised by the Nexus CLI, so adding GPU capacity is optional and not required for this deployment.
Add your public SSH key, then click Confirm and Deploy.
Deployment Results
After clicking Confirm and Deploy, your virtual machine (which runs your Nexus node) will be provisioned.
Please allow up to 2 minutes for the process to complete.
Once deployed, you’ll be taken to the VM information page on CUDOS Intercloud.
You’ll also see your node ID with a green status on the Nexus website, indicating it’s running.
Troubleshooting and Updates
Accessing Logs
If your node requires troubleshooting, you'll need to access the logs. Follow these steps: Use ssh to connect to the machine:
ssh root@ip-address
Check the logs:
journalctl -u nexus
Updating the Nexus Binary
You may need to manually update the Nexus CLI, here's how:
Use ssh to connect to the machine:
ssh root@ip-address
Download the latest and make it executable:
wget -O nexus https://github.com/nexus-xyz/nexus-cli/releases/linktothelatestnexusbinaryforlinuxx86 && chmod +x nexus && mv nexus /usr/local/bin/nexus
Restart the Nexus Service:
systemctl restart nexus
Troubleshooting Support
If you're unsure or need further assistance, join the CUDOS Intercloud Discord or Telegram and ask for help.
Be ready to share your logs or any error messages to help the community assist you faster.
You can also reach out to the Nexus Discord community.