| Requirement | Recommended Specs |
|---|---|
| GPU | NVIDIA RTX 3090 / 4090 |
| RAM | 25 GB |
| Internet Speed | Download / Upload > 100 Mbps |
| Server Region | Avoid Russian servers |
-
Sign Up at Clore AI
👉 https://clore.ai?ref_id=1pgsgg8q -
Add SSH Key to Account
🔐 https://clore.ai/account#keys
- Select
Ubuntu Jupyteras the image. - Delete extra HTTP ports.
- Add HTTP port:
3000. - Click Create to deploy your node.
-
Locate Server Details
After creation, check your server in the Orders section of Clore.
Format:Address : Port -
Connect Using Termius
Download Termius or use your preferred terminal client. -
SSH Connection Command
ssh -p <port> root@<address>
e.g : For above case , I connect with ssh -p 1254 root@n1.us.clorecloud.net > Press enter > Ignore pass and select Key to connect > And we are in !
Video
2025-04-08.16-38-06.mp4
apt-get update && apt-get upgrade -yapt-get install -y nvidia-cuda-toolkitInstall Dependencies
apt install screen curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli libgbm1 pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -yapt update
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt install -y nodejs
node -v
npm install -g yarn
yarn -vcurl -o- -L https://yarnpkg.com/install.sh | bash
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
source ~/.bashrcapt install -y python3.12-venv python3.12-devclone repo
git clone https://github.com/gensyn-ai/rl-swarm.gitOpen gensyn screen
creen -S gensynGo to directory
cd rl-swarm/If this your first time then just simply run next next commands. If you are switching from another machine. Save your swarm.pem file and export this in the directory.
In the screenshot , you just drag the swarm.pem file to rl-swarm directory
Next just run
python3 -m venv .venv
source .venv/bin/activate./run_rl_swarm.shGo back to your order and click the http link. Cut extra characters after /. Check video 👇
2025-04-08.17-27-06.mp4
[ ./run_rl_swarm.sh: line 160: sudo: command not found ]
sed -i 's/sudo //g' run_rl_swarm.shrerun
If you face this error , CTRL + C and run :
sed -i -E 's/(startup_timeout: *float *= *)[0-9.]+/\1120/' $(python3 -c "import hivemind.p2p.p2p_daemon as m; print(m.__file__)")Rerun
./run_rl_swarm.shStop process with Ctrl + C
nano modal-login/app/page.tsxJust above that return line, paste the following code (make sure there is one line of space between the pasted code and the return line, and that the indentation matches):,
useEffect(() => {
if (!user && !signerStatus.isInitializing) {
openAuthModal();
}
}, [user, signerStatus.isInitializing]);
Save it by pressing:
-
Ctrl X + Y
-
Enter
Rerun
./run_rl_swarm.shsed -i '/\[ -z "\$PS1" \] && return/i : "${PS1:=}"' /root/.bashrcsed -i '101s|^|# |' run_rl_swarm.shsed -i '121s|^|# |' run_rl_swarm.shJust comment out the line
Rerun
./run_rl_swarm.sh





