I have an octopus deploy server, which is listening on port 10943, and I wished to ask if I can add a port to it making it listening also on port 10944. with the fowllowing command:
Octopus.Server.exe service --stop
Octopus.Server.exe config --commsListenPort=10944
Octopus.Server.exe service --start