# Installing on Hetzner

  1. Choose a server with "CentOS 8 Stream":

  1. Enable User data.

  1. Copy and paste installation command:
#cloud-config

runcmd:
- curl keitaro.io/kctl.sh | bash -s -- install
1
2
3
4
  1. Press Create.

  2. Wait for 10 minutes and open in any browser http://your_server_ip/admin/. :::