User Manual
Table Of Contents
- Chapter One Hardware Installation and Initial Configuration
- Section One
- Management over a
- Local Console
- Chapter Two
- Introduction to the Local Console Interface
- Chapter Three
- Configuation Using the Local Console
- The Main Control Portal
- 3-3-1. Basic Search
- 3-3-2. Alarm Search
- 3-3-3. POS Search
- 3-3-4. Smart Search II
- 3-3-5. Smart VCA event search
- 3-3-6. Storyboard
- 3-5-1. Settings - Overview
- 3-5-2. Settings–Camera–Management
- 3-5-3. Settings–Camera–Recording
- 3-5-4. Settings–Camera–Recording
- 3-5-5. Settings–Camera–Media
- 3-5-6. Settings - Camera - Image
- 3-5-7. Settings–Camera–Motion Detection
- 3-5-8. Settings - Camera - PTZ settings
- 3-5-9. Settings - Camera - Port forwarding
- 3-5-10. Settings - Camera - Update firmware
- 3-5-11. Settings–Alarm–Alarm
- 3-5-12. Settings - Alarm - Email
- 3-5-13. Settings–System–Information
- 3-5-14. Settings–System–Maintenance
- 3-5-15. Settings - System - Display
- 3-5-16. Settings - System - UPS
- 3-5-17. Settings - System - Log
- 3-5-18. Settings - System - VIVOCloud service
- 3-5-19. Settings–User
- 3-5-20. Settings–User-Login / Logout
- 3-5-21. Settings–Storage
- 3-5-22. Settings - Storage - Scheduled backup
- 3-5-23. Settings - Network
- Settings - Network - IP
- Settings - DDNS
- Settings–Service
- Section Two
- Management over a Web Console
- Chapter Four Login and Getting Started
- 4-1. Login
- 4-2. Graphical Layout and Screen Elements - Liveview
- 4-2-4. Logo & Menu
- 4-2-5. View Cell panel
- 4-2-6. PTZ panel
- Adding Cameras to View Cells
- 4-2-7. Alarm panel
- 4-3. Graphical Layout and Screen Elements - Search recording clips
- 4-3-4. View Cells in Search Recording Clips
- 4-3-6. Calendar Panel
- 4-3-5. Alarm Panel
- Search Recording Clips Control Panel
- Chapter Five System Settings
- Chapter Six Operation
- Safety and Compatibility

VIVOTEK - Built with Reliability
140 - User's Manual
With a remote VAST2 instance that needs to access the NVR via the Internet, you can enter
its public IP address and credentials. The NVR runs an Open VPN client that makes remote
connection via the RESTful (Repretational State Transfer) API (Application Programming
Interface) service to a VPN server running on the remote site. The applicable service port
number ranges from 1 to 65534. Default is 3443. The NVR automatically registers with CA cert
key and becomes with sub-station over a VPN tunnel. Once set, the VAST2 can automatically
connects the NVR.
A public IP or domain name must be congured on the VAST server for the access through the
Internet. The IP or domain name can contain alpha-numeric characters [0-9][a-z][A-Z][-]. [-] can
not be the beginning or the ending character.
Note that on the side of the VAST server making connection via the OpenVPN, the server/client
conguration should be properly congured. On the mobile NVR, a proper gateway setting
should be made for VPN connection.
For the server conguration, the conguration le is placed in:
C:\Program Files (x86)\VIVOTEK Inc\VAST\Server\OpenVPN\cong\server\server.ovpn
You can edit your VPN IP subnet parameters according to your network conguration. The
contents of the editable text le looks like this:
port 3939
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
server 10.6.0.0 255.255.0.0
topology subnet
client-to-client
client-cong-dir "C:\\Program Files (x86)\\VIVOTEK Inc\\VAST\\Server\\OpenVPN\\
ccd"
keepalive 10 30
cipher AES-256-CBC
max-clients 50000
persist-key
persist-tun
status openvpn-status.log
log-append openvpn.log
verb 3
mute 20
sndbuf 262144
rcvbuf 262144
tls-server