Create CentOS VM
1 vcpu
0.5 Gb RAM
Install required packages
$ sudo yum makecache
$ sudo yum install golang
$ sudo yum install make
$ sudo yum install git
$ sudo yum install docker
$ sudo yum install postgresql
Headscale Installation & Configuration
Install Headscale
$ git clone
$ sudo yum install golang make git
$ git clone https://go.googlesource.com/go goroot
$ cd goroot/src
$ ./all.bash
# Put ~/goroot/bin in $PATH
gefunden auf: http://jbrubake.freeshell.org/headscale.html