Node on Hetzner server
A guide for installing your Swingby node on Hetzner dedicated servers.
Getting Started guide to deploy Swingby Nodes in the Hetzner server
Step 1. Generate your SSH private key [on local machine]
$ git clone https://github.com/SwingbyProtocol/node-installer && cd node-installer$ ssh-keygen -t rsa -b 4096 -f ./data/ssh_key Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase): <- (should be empty)
Step 2. Order your Hetzner account and Order an AX-61-NVMe server

Step 3. Setup your Server with your generated SSH public key

Step 4. Make a new directory on your server [on your server]
Step 5. Setup your telegram BOT [on local machine]
Step 6. Install Docker to your local machine

Step 7. Run your telegram BOT on your [on local machine]

Step 8. Talk to your telegram BOT with /start

Step 9. Set your IP address and login username

Step 10. Install your telegram BOT to your server



Step 11. Setup your node with /setup_node
Step 12. Install your local_infura with /deploy_infura
Step 13. Deploy your node with /deploy_node
Last updated