ALL-IN-ONE
AI INSTALLER
One USB. Installs Ubuntu, then a menu opens on login so you pick your GPU rental platform โ Vast.ai, Clore.ai, OctaSpace and Nosana. Drivers, Docker and the host agent, all handled for you.
The installer supports multiple GPU rental marketplaces from one menu. Run several rigs on different platforms, or switch a rig over any time โ just reflash and pick again. (Menu numbers below match what you’ll see on screen.)
Your purchase includes both editions. Flash whichever matches your hardware โ they run the same menu and install the same platforms, so you’re not giving anything up either way.
Checks GPU, driver, Secure Boot, network speed and disk before anything installs
Cleans apt sources, updates packages, removes reboot-triggering services
Blacklists nouveau, installs the driver, reboots and resumes on its own
Installs Docker and the NVIDIA container runtime, configured for GPU workloads
Installs and connects the platform’s host agent with your key or token
Prompts you to name the rig and change the password so each rig is unique
Log into your router at 192.168.1.1 โ Connected Devices โ find aihost โ copy the IP.
Or plug a monitor in โ the login screen shows the IP and the SSH command.
cmd, hit Enter. Or search PowerShell.Terminal, hit Enter.ssh rabid@192.168.1.XXX
Replace 192.168.1.XXX with your rig’s actual IP. Password is ai. The menu opens as soon as you’re in.
ssh-keygen -R 192.168.1.72 (use your rig’s IP) then SSH again.Click your platform below to see just its setup steps. Each installs from the same menu on the rig โ you only need to follow the one you’re using.
โ ๏ธ TWO DIFFERENT KEYS โ DON’T MIX THEM UP!
- Sign in to your HOST account at cloud.vast.ai
- Click Setup โ accept the hosting agreement โ open Install Manager
- Copy the install command (the whole line) โ the installer pulls the key out for you
- Pick 2) Install Vast.ai in the menu โ it prompts for a rig name, a port range, then your key
- Forward your chosen port range on your router while the installer runs
40000-40100. Second rig 40101-40200, third 40201-40300, and so on. Match what you forward on the router.- No account yet? Sign up at clore.ai
- Log in โ My Servers โ Add server โ Single โ Quick
- Copy the whole command it shows (it starts with
bash <(curlโฆ)) - Pick 3) Install Clore.ai in the menu โ paste that whole command when asked
- Let it finish โ the rig registers itself and shows green under My Servers as
LINUX_<id>
22, 8080, 3000-4000 on your router for rentals.- No account yet? Create one at cube.octa.computer
- Pick 5) Install OctaSpace in the menu โ it installs the driver, node software and Docker
- When it finishes, it prints a node token โ copy it before you reboot
- On the site: Hosting โ Nodes โ Add Node, and paste your token
- In profile settings, set your Reward Address (an OCTA wallet address) โ without it the node won’t earn
18888. Earning also requires your node to pass OctaSpace’s verification (clock, ports, driver, uptime).๐ YOUR NODE WALLET = YOUR EARNINGS. BACK IT UP.
sudo cat /home/rabid/.nosana/nosana_key.json and store it somewhere safe (password manager / offline). You can import it into Phantom or Solflare to control the wallet.- Make sure your GPU is on Nosana’s supported list (RTX 30/40/50, RTX A-series, A100/H100) โ supported GPUs
- Pick 4) Install Nosana in the menu โ Pass 1 installs the driver, Docker and the NVIDIA Container Toolkit, then reboots
- Log back in and pick 4) Install Nosana again โ Pass 2 generates your wallet and starts the node
- Copy your wallet’s private key and back it up (command above) โ this is your earnings wallet
- Send ~0.005 SOL to the node’s wallet address to activate it
- Watch your node and earnings at host.nosana.com (connect your wallet)
docker exec podman podman ps or watch logs with docker exec podman podman logs nosana-node. Earnings are paid in the $NOS token. A solid internet connection helps โ the node downloads job images to run them.๐ก Port Forwarding Instructions
- Find your rig’s local IP (router โ Connected Devices โ aihost)
- Open a browser โ go to
192.168.1.1or192.168.0.1 - Log in (check the sticker on your router for credentials)
- Find Port Forwarding (under “Advanced” or “NAT”)
- Add a rule: your port range โ your rig’s IP (TCP + UDP)
- Save and apply
Pick a category. “General” covers boot, driver and network issues that apply to every platform; the others are platform-specific.
rabid-menu. If a platform install is still in progress it may defer to that first โ let it finish.ip link show (e.g. enp4s0), then check /etc/netplan/00-installer-config.yaml โ if the name doesn’t match, edit it and run sudo netplan apply. Easiest fix if you’re stuck: reflash the USB for a clean install.sudo systemctl status vastai โ should say active (running).sudo /opt/clore-hosting/clore.sh --init-token <your-token>sudo systemctl status clore-hosting โ should say active (running). Confirm ports 22, 8080, 3000-4000 are forwarded.sudo systemctl status osn โ should say active (running). The local dashboard is at http://<rig-ip>:18888./home/rabid/.nosana/nosana_key.json. View/copy it with sudo cat /home/rabid/.nosana/nosana_key.json and store it safely. This key IS your earnings wallet โ you can import it into Phantom or Solflare. Back it up before you ever re-flash โ a re-flash wipes it and there’s no recovery.docker exec podman podman ps (look for nosana-node Up) and read its logs with docker exec podman podman logs nosana-node. Re-run option 5 to retry โ it’s safe to repeat and won’t reinstall the driver or Docker.nosana_key.json, that wallet (and anything in it) can’t be recovered. Always back up the key before re-flashing a node you’ve funded or earned on.