- How do I restart my GoCD server?
- What is GoCD server?
- What is the path of GoCD server?
- What ports does GoCD server use?
How do I restart my GoCD server?
Now that we've confirmed our agent is present, we can restart the GoCD server process to complete the artifact location change. Back on the command line, restart the service by typing: sudo systemctl restart go-server.
What is GoCD server?
In the GoCD ecosystem, the server is the one that controls everything. It provides the user interface to users of the system and provides work for the agents to do. The agents are the ones that do any work (run commands, do deployments, etc) that is configured by the users or administrators of the system.
What is the path of GoCD server?
Location of GoCD server files
All the files for the GoCD server are under the root installation path on Windows. The default location is C:\Program Files\Go Server .
What ports does GoCD server use?
The GoCD server uses port 8153 by default over HTTP, but if you have configured a reverse proxy to terminate TLS, you should ensure the agent is configured with the correct protocol/host/port for the server.