This guide installs GoCD server and agent packages on Linux.
sudo apt-get update sudo apt-get install -y go-server
sudo apt-get install -y go-agent
sudo systemctl enable --now go-server go-agent
8153
Agents