# Installing on Hetzner
- Choose a server with "CentOS 8 Stream":
- Enable User data.
- Copy and paste installation command:
#cloud-config
runcmd:
- curl keitaro.io/kctl.sh | bash -s -- install
1
2
3
4
2
3
4
Press Create.
Wait for 10 minutes and open in any browser
http://your_server_ip/admin/
. :::