Skip to content

Instantly share code, notes, and snippets.

@eaxsi
Created March 30, 2024 20:51
Show Gist options
  • Select an option

  • Save eaxsi/d8e4e51acdd737047ae30b4c21ce9162 to your computer and use it in GitHub Desktop.

Select an option

Save eaxsi/d8e4e51acdd737047ae30b4c21ce9162 to your computer and use it in GitHub Desktop.

Ubiquiti UVC G3 standalone setting bug

When resetting the camera, the setup wizard asks if the camera is set to NVR or Standalone mode. If standalone mode is selected the setting is not stored and the camera is operating in the NVR-mode. This can not be changed from the web UI after the initial setup. This is how I managed to get the camera to standalone mode.

  1. Connect to the camera via SSH
  2. Edit configuration file /tmp/system.cfg and change parameter device.managed_mode from 1 to 0
  3. Save file
  4. Apply settings with command $cfgmtd -f /tmp/system.cfg -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment