AI Surfer OS · Cohort Setup

Connect your AI command center
in 3 steps.

One command turns your Hermes server into a full mission-control dashboard, connected to your agent and secured with HTTPS. No coding, no domain, no config files.

3STEPS
~5 minSTART TO FINISH
$0EXTRA COST
Before you start: you need your xCloud server running Hermes (the same agent server from your cohort setup). That's it. Everything below runs on that one server.

The setup

1

Open your server's Web Terminal

In xCloud, open your Hermes server and click Web Terminal. You'll land on a root@…# command prompt, right in your browser. Nothing to install on your computer.

≈ 1 min · click only
2

Paste one command

Paste the line below and press Enter. It runs for ~2-3 minutes and does the entire setup for you (details below the steps).

curl -fsSL https://theaisurferos.com/install | bash
≈ 3 min · fully automatic
3

Open your secure link & sign in

When it finishes it prints your secure URL and login. Open the https:// link, sign in with username surfer and the password it shows you, and go to the Chat tab. Your agent is already connected. 🏄

≈ 30 sec · you're live
WHAT THE COMMAND PRINTS WHEN IT'S DONE:
https://<your-server>.sslip.io 🔒

Login → username: surfer  ·  password: shown in your terminal

What that one command handles for you

If something looks off

The chat says "Couldn't reach Hermes"
Run hermes gateway restart in the terminal, wait ~10 seconds, then reload the dashboard.
I don't know my password
It's saved on the server in ~/ai-surfer-os/.env.local as DASHBOARD_PASSWORD.
The browser didn't ask me to log in
Your browser remembered your earlier sign-in. Open the link in a private/incognito window to see the login prompt everyone else gets.
I want to run it again
Totally safe. The command is idempotent, re-running it just updates everything in place.