Skip to content

Instantly share code, notes, and snippets.

@fukawi2
Created September 14, 2018 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fukawi2/c3d99361b3e501fd7ab15525f2cd9121 to your computer and use it in GitHub Desktop.
Save fukawi2/c3d99361b3e501fd7ab15525f2cd9121 to your computer and use it in GitHub Desktop.
firewalld service file for Unifi Video NVR Software. Save to /etc/firewalld/services/
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Unifi Video NVR Daemon</short>
<description>The Unifi Video NVR manages Unifi Video Cameras configuration and video recording.</description>
# Port List Source: https://help.ubnt.com/hc/en-us/articles/217875218-UniFi-Video-Ports-Used
<port protocol="tcp" port="6666"/> <!-- Inbound Camera Streams -->
<port protocol="tcp" port="7080"/> <!-- HTTP Web UI & API -->
<port protocol="tcp" port="7442"/> <!-- Camera Management -->
<port protocol="tcp" port="7443"/> <!-- HTTPS Web UI & API -->
<port protocol="tcp" port="7445"/> <!-- Video over HTTP -->
<port protocol="tcp" port="7446"/> <!-- Video over HTTPS -->
<port protocol="tcp" port="7447"/> <!-- RTSP via the controller -->
<port protocol="udp" port="10001"/> <!-- NVR Discovery -->
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment