Hetzner doc
Hetzner setup
1. Registering a new user. Confirm verification
2. Going to Cloud
3. Tap - Create New Project
4. Tap - Add Server
5. Choose the country of the server - EU or USA.
6. Choose Debian12 OS
7. Choose type - Dedicated vCPU and CCX23
8. Choose Networking
9. Add your SSH Public Key
10. Add Volume - enter 1024GB
11. Create Firewall with these Inbound Rules
12. For Backup, Placement Group, Labels, and Cloud Config - nothing to choose.
13. Set the Server name and Create
Docker Setup
- Go to the Terminal
- Copy your Public IP address from the Cloud Admin Panel
- Type command in Terminal - ssh root@yourpublicIP
- Enter the passphrase. Confirm
- Add Docker's official GPG key (from manual)
- Add the repository to Apt sources
- Install the Docker Packages. To install the latest version, run: take code from manual and put in the terminal. Enter
- Docker installed.