General Help

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

How can I set static IP on Unifi UNVR via SSH?

Avatar
Walter Lara

How can I set static IP on Unifi UNVR via SSH?

Avatar
Discard
1 Answer
0
Avatar
Walter Lara
Best Answer

ssh into nvr using terminal or putty. ex: ssh ubnt@192.168.1.45

default password ubnt

type in following command to set IP to static.

ubntnvr network set enp0s1 --addr 192.168.1.45/24 --gateway 192.168.1.1

Avatar
Discard