Taraxa Project
Website
Explorer
Community Site
Search…
Welcome!
JOIN THE MAINNET CANDIDATE
Quick start
Join the Testnet
Getting started
Install a Node
Windows
Mac
Linux
Digital Ocean
AWS
Alibaba Cloud
Scaleway
Vultr
Linode
Azure
Hetzner
GitHub is blocked
Upgrade a Node
Find Node's Public Address
Get Node Proof of Owership
Testnet Resources
Whitepaper
Abstract
Intro: Scaling the World
Taraxa Architecture
Economic Model
Governance
Further Reading
FAQ
Vision
Layer-1 Tech
TARA Token
Staking
Mainnet Candidate
Testnet & Node
General Questions
Powered By
GitBook
Hetzner
Guide for running the Taraxa Node with Docker on Hetzner
1. Register to Hetzner
You can use the following link to get Euro 20 to test out Hetzner Cloud:
​
https://hetzner.cloud/
​
2. Create a Project API access token
First, create a project in the
Hetnzer Cloud Console
Then select the project and create an API access token in the Security menu under API Tokens tab.
Make a note of that key. We will use it in the next step.
3. Creating a Taraxa Node
If you are running this on Windows you will first need to install Windows Subsystem for Linux. You can use
this guide
.
Export your Hetzner Cloud access token to your environment so that the node creation script can access it without prompting you for it:
1
export
HCLOUD_TOKEN
=
your_api_key
Copied!
Then you can download and run the node creation script using this command:
1
bash
-c
"
$(
curl
-fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-Hetzner.sh
)
"
Copied!
Now you should see a new server in your Hetzner Cloud Console and you should receive an email with the login details.
NOTE: It takes a few minutes after the droplet starts to install the Taraxa Node software.
4. Check the logs
You can use the following commands inside the created server to check if the node is up and running:
1
sudo
docker
ps
2
​
3
sudo
docker
logs -f taraxa_compose_node_1
Copied!
Previous
Azure
Next
GitHub is blocked
Last modified
6mo ago
Copy link
Contents
1. Register to Hetzner
2. Create a Project API access token
3. Creating a Taraxa Node
4. Check the logs