The following steps will allow a user to change the default Detect port away from 443
. This is especially useful if experiencing issues with port forwarding or reverse SSH tunnel access.
- Access the Gemini Detect installation terminal.
- Run the following command to set the desired port. Ex changing to port
1234
:sudo solutions_agent --set-env DETECT_PORT=1234
- Move to the install dir:
cd /opt/ouster
- Restart all docker containers:
sudo docker compose down && sudo docker compose up -d
- Very Detect can be reached in a chrome browser (ex
https://{machine-address}:{new-port}
). Note the user will always need to explicitly supply this port when accessing from the browser, as browsers assume443
by default.