May 8, 20233 yr Hey guys. I am trying to utilize my server as my personal cloud storage. The issue atm is trying to figure out what is using Port 443. When doing lsof -i :443, it just shows below (bestest is the name of my personal desktop) root@Prometheus:~# lsof -i :443 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME nginx 2058 root 10u IPv4 10738 0t0 TCP *:https (LISTEN) nginx 2058 root 11u IPv6 10739 0t0 TCP *:https (LISTEN) nginx 2059 root 4u IPv4 8875466 0t0 TCP 192.168.1.54:https->BESTEST.local:57788 (ESTABLISHED) nginx 2059 root 10u IPv4 10738 0t0 TCP *:https (LISTEN) nginx 2059 root 11u IPv6 10739 0t0 TCP *:https (LISTEN) nginx 2059 root 19u IPv4 8877249 0t0 TCP 192.168.1.54:https->BESTEST.local:57793 (ESTABLISHED) nginx 2059 root 20u IPv4 8868860 0t0 TCP 192.168.1.54:https->BESTEST.local:57721 (ESTABLISHED) nginx 2059 root 21u IPv4 8884254 0t0 TCP 192.168.1.54:https->BESTEST.local:57853 (ESTABLISHED) nginx 2059 root 22u IPv4 8877334 0t0 TCP 192.168.1.54:https->BESTEST.local:57801 (ESTABLISHED) nginx 2059 root 23u IPv4 8877246 0t0 TCP 192.168.1.54:https->BESTEST.local:57792 (ESTABLISHED) nginx 2059 root 24u IPv4 8883640 0t0 TCP 192.168.1.54:https->BESTEST.local:57876 (ESTABLISHED) The error is posted in picture below. Any advice would be greatly appreciated.
May 8, 20233 yr Community Expert Normally, the Unraid webUI is using 80 and 443. You need to map those container ports to unused host ports.
May 8, 20233 yr Author 1 minute ago, trurl said: Normally, the Unraid webUI is using 80 and 443. You need to map those container ports to unused host ports. even if HTTPS port is always 443? I had this to work long time ago but abandoned SWAG for a bit. When I tried to set this up, some reason it won't allow me to do so.
May 9, 20233 yr Unraid management UI ports can be changed in Settings -> Management access if you need standard web ports free for another use case. Just remember, you will need to explicitly use port numbers when using unraid web UI once you do this
May 9, 20233 yr Community Expert Solution 11 hours ago, apandey said: Unraid management UI ports can be changed in Settings -> Management But definitely not necessary to get swag working on another port. Map those ports in the container to different host ports, port forward in your router to those different host ports.
May 9, 20233 yr 44 minutes ago, trurl said: But definitely not necessary to get swag working on another port. Map those ports in the container to different host ports, port forward in your router to those different host ports. Indeed, if ports are being exposed using another network appliance, it's not an issue. In fact preferable to portmap at firewall in that case I myself don't expose anything externally and use the reverse proxy on LAN, so prefer to not have one more hop just for port translation. Edited May 9, 20233 yr by apandey
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.