This script automatically performs all the steps required for Gensyn node installation. Just download and run it.
Or download directly on your server with:
wget https://gensyn.org/gensyn_install.sh
Download the script
Download the script gensyn_install.sh
wget https://gensyn.org/gensyn_install.sh
Give execution permissions:
Give execution permissions:
chmod +x gensyn_install.sh
Install Screen
Install screen to manage terminal sessions:
sudo apt install screen -y
Create Screen Session
Create a screen session to run the installation:
screen -S gensynrlswarm
Run the script:
Run the script:
./gensyn_install.sh
Follow the on-screen prompts
Follow the on-screen prompts
Tip: You can detach from the screen session with CTRL+A+D and reattach later with screen -r gensynrlswarm
During installation, you'll need to log in to HuggingFace. You can use either email or Google authentication.
Warning: If you don't receive an email or encounter login issues, press CTRL+A+D
to exit the screen, complete the NGROK setup steps, and then return to step 4 of the installation process.
The installation script will ask for confirmations. Type 'Y' and press Enter to continue.
When prompted, paste your HuggingFace API key that you created earlier.
Important: Make sure to save your Node Name and Node ID displayed during installation. You'll need these later to track your node's performance.
After installation completes, press CTRL+A+D
to detach from the screen session.
You need to save the swarm.pem file located at: /root/rl-swarm/swarm.pem
Important: This file contains important security credentials for your node. Make sure to save it securely.
Tip: You can exit any screen session with CTRL+A+D
and return to it later. Use screen -r gensynrlswarm
to return to the Gensyn node screen or screen -r ngrok
to return to the NGROK screen.
You can check your node's wins and status using the Gensyn Telegram bot. Send /check YOUR_NODE_ID
to the bot.
If you encounter login issues, you may need to set up NGROK to create a secure tunnel.
screen -S ngrok
ngrok http 3000
Copy the forwarding URL (https://xxxx-xx-xx-xxx-xxx.ngrok-free.app) and use it in your browser.
Tip: Tip: You can exit the screen session with CTRL+A+D and return to it later with screen -r ngrok. Similarly, you can return to the Gensyn node screen with screen -r gensynrlswarm.
This script automatically performs all the steps required for Gensyn node installation. The script does the following:
Note: If you encounter issues with Google login, you may need to set up NGROK. The script will ask if you want to install it. Alternatively, you can follow the NGROK Setup instructions on the home page.
© 2025 Gensyn Node Installation Guide. All rights reserved.
Powered by FurkanL0 / RPCdot.com