mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
905 B
905 B
Prerequisites
- Hetzner Account
- Github Account
Step 1 - Generate SSH Keys
- Run command "ssh-keygen -t ed25519" in terminal
Step 2 - Hetzner Project
- Select ``Console` and create a new Project
SSH-Key
- Select
Securityand add a SSH-Key. Copy the whole content of the id_ed25519.pub file into the input field
Server
- Select
Serverand add a Server. - Choose a Server-type and location.
- For a Image klick on
Appsand select Docker CE. - Add yor SSH-Key and scroll down
Name.
Firewall
- Klick on the new Server and select Tab
Firewalls. ThenCreate Firewall. - The presets can stay. Just add one new incoming-rule with port
3000. Then clickCreate Firewallagain.
Step 3 - Connect to Server via SSH
- Open the Terminal and type
ssh root@<Server-IP>
Step 4 - Install Dokploy
Run curl -sSL https://dokploy.com/install.sh | sh in the Terminal