Change Gemini Detect Port

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.

  1. Access the Gemini Detect installation terminal.
  2. Run the following command to set the desired port. Ex changing to port 1234:
    sudo solutions_agent --set-env DETECT_PORT=1234
    
  3. Move to the install dir:
    cd /opt/ouster
    
  4. Restart all docker containers:
    sudo docker compose down && sudo docker compose up -d
    
  5. 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 assume 443 by default.
1 Like