Provision a Hetzner Server
Follow these steps to create a Hetzner Cloud Server and configure it for GuardLlama.
Create a Hetzner Cloud Server
- Log in to Hetzner console.
- Choose and existing project or create a new one.
- Click "Add Server" to create a new server.
- Select an image, such as Ubuntu 22.04.
- Choose a server type, such as CPX21, which has 3 VCPU & 4GB of ram.
- Add or choose an existing SSH key.
Set Up Firewall Rules
- Create a Firewall that allows the following ports from any address:
- TCP 22 (SSH)
- TCP 443 (HTTPS)
- UDP 30001-30005 (GuardLlama)
- Click "Create & Buy now" to deploy your server with the configured firewall rules.
Connect to Your Droplet
- Open your terminal or console.
- SSH into your server using the following command (replace
VPS_IP
with your server's IP address):
ssh root@VPS_IP
Install GuardLlama
Once connected to your server, proceed to the installation steps to set up GuardLlama.