You are not logged in.
I have installed unifi 5.12.22-1 but when I open https://127.0.0.1:8080/ or https://127.0.0.1:8880 just load but the page cannot be seen.
sudo systemctl status unifi
● unifi.service - Ubiquiti UniFi Server
     Loaded: loaded (/usr/lib/systemd/system/unifi.service; disabled; vendor preset: disabled)
     Active: active (running) since Mon 2019-12-09 18:26:53 CST; 1s ago
   Main PID: 2447 (java)
      Tasks: 27 (limit: 19040)
     Memory: 226.9M
     CGroup: /system.slice/unifi.service
             └─2447 /usr/bin/java -jar /usr/lib/unifi/lib/ace.jar startWhen run
 sudo lsof -i -P -n | grep LISTEN The output is:
java      2447 unifi  129u  IPv6  46985      0t0  TCP *:8080 (LISTEN)
java      2447 unifi  136u  IPv6  46987      0t0  TCP *:8880 (LISTEN)I try restart service but this other output of this code:
 journalctl -u unifi systemd[1]: Started Ubiquiti UniFi Server.
java[24050]: WARNING: An illegal reflective access operation has occurred
java[24050]: WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/usr/lib/uni>
java[24050]: WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg>
java[24050]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operatio>
java[24050]: WARNING: All illegal access operations will be denied in a future release
systemd[1]: Stopping Ubiquiti UniFi Server...
systemd[1]: unifi.service: Main process exited, code=exited, status=143/n/a
systemd[1]: unifi.service: Failed with result 'exit-code'.
systemd[1]: Stopped Ubiquiti UniFi Server.
systemd[1]: Started Ubiquiti UniFi Server.
systemd[1]: Stopping Ubiquiti UniFi Server...
systemd[1]: unifi.service: Main process exited, code=exited, status=143/n/a
systemd[1]: unifi.service: Failed with result 'exit-code'.
systemd[1]: Stopped Ubiquiti UniFi Server.
systemd[1]: Started Ubiquiti UniFi Server.
systemd[1]: Stopping Ubiquiti UniFi Server...
systemd[1]: unifi.service: Main process exited, code=exited, status=143/n/a
systemd[1]: unifi.service: Failed with result 'exit-code'.
systemd[1]: Stopped Ubiquiti UniFi Server.What I can do?
Offline
The lsof output shows two IPV6  entries but no IPV4 entries so I would not expect 127.0.0.1 to work.
Edit:
Can you connect on ::1:8080 ?
Last edited by loqs (2019-12-10 01:39:35)
Offline
8080 for Unifi is HTTP, not HTTPS. Use port 8443 if you want HTTPS, otherwise, use HTTP.
8880 is for the guest portal. That won't help you for management.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline