One Hat Cyber Team
Your IP :
216.73.216.148
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
UniFi
/
View File Name :
readme.txt
This is UniFi build for Linux/Unix-like system. It is not officially supported / regularly tested. It's basically a package that strips all of the native components Limitations =================== * Auto update (of UniFi controller) does not work * Backup/Restore does not work (see FAQ) System Requirements =================== * mongoDB 3.4.15 (http://www.mongodb.org/downloads) * Oracle Java 8 Install =================== 1. unzip it to a directory you prefer, e.g. /path/to/UniFi 2. make sure you have mongod installed (out database server) for your platform 3. make sure /path/to/UniFi/bin/mongod points to the /path/to/mongod 4. to run it, cd /path/to/UniFi/ java -jar lib/ace.jar start 5. to stop it, cd /path/to/UniFi/ java -jar lib/ace.jar stop FAQ =================== * How can I run UniFi Controller on different ports 1. Make sure UniFi is not running 2. modify /path/to/UniFi/data/system.properties 3. restart UniFi * How do I backup / restore? 1. Make sure UniFi is not running 2. for backup, tar/zip everything inside /path/to/UniFi/data for restore, untar/unzip everything back to /path/to/UniFi/data 3. restart UniFi * How do I upgrade? 1. make a backup 2. download the new UniFi-linux.zip and re-install 3. untar/unzip the backup file back