Using the script
- Connect to a server from the Client software
- Open Server settings using the red triangle:
- Follow to "Automation" → "Create new script..."
Disable the newly created script (disable the checkbox), change it's body to:
settings("system_wide_options")["enable_sshd"] = 1
Press "Save", then enable the script (enable the checkbox):
Using engineer menu
- Open Trassir Client application, then open up the main Trassir window using the red triangle on top of the screen, then go to "Settings" (a)
- Choose the Server (b) from the "All Servers" Menu
- Go to "Server Settings" (c)
- Press "F4" button on your keyboard to open the engineer menu, reveal the "options" menu (d) by double-clicking on it
- Find the "enable_sshd" parameter, click on it and change it's value from "0" to "1" (f). Then press "F4" button on your keyboard again to close the engineer menu
Software to connect by SSH
- WinSCP - convenient to manage the files on NVR
https://winscp.net/eng/download.php - Putty - convenient to execute commands
https://www.putty.org/
In both applications, you can enter server's IP address for connection, as a Host name.
Use 22 port.
For both applications, use username vms and password of the admin user (by default is 12345, but strongly recommended to change it)