Unable to Open Swag

I just downloaded Swag and I am trying to get into the web ui but it keeps coming up has "site cannot be reached". I did have the NIG procy docker installed but removed that. I went into the appdata folder and removed that folder as well as the swag folder and reinstalled it and still having the issues. I'm very very new with linux and unRaid.

Here is the netstat information.

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 28043/smbd
tcp 0 0 0.0.0.0:9117 0.0.0.0:* LISTEN 18624/docker-proxy
tcp 0 0 127.0.0.1:16509 0.0.0.0:* LISTEN 18579/libvirtd
tcp 0 0 0.0.0.0:4480 0.0.0.0:* LISTEN 7728/nginx: master
tcp 0 0 0.0.0.0:8384 0.0.0.0:* LISTEN 23191/docker-proxy
tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN 19004/docker-proxy
tcp 0 0 0.0.0.0:7878 0.0.0.0:* LISTEN 19276/docker-proxy
tcp 0 0 0.0.0.0:488 0.0.0.0:* LISTEN 5001/docker-proxy
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 19950/docker-proxy
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 28043/smbd
tcp 0 0 0.0.0.0:56555 0.0.0.0:* LISTEN 1619/rpc.statd
tcp 0 0 127.0.0.1:33935 0.0.0.0:* LISTEN 23438/Plex Plug-in
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1614/rpcbind
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 24404/docker-proxy
tcp 0 0 0.0.0.0:22000 0.0.0.0:* LISTEN 23151/docker-proxy
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 21990/docker-proxy
tcp 0 0 0.0.0.0:8112 0.0.0.0:* LISTEN 21977/docker-proxy
tcp 0 0 127.0.0.1:32401 0.0.0.0:* LISTEN 22984/Plex Media Se
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 15453/inetd
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 18843/dnsmasq
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 15408/sshd: /usr/sb
tcp 0 0 0.0.0.0:4439 0.0.0.0:* LISTEN 7728/nginx: master
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 15453/inetd
tcp 0 0 127.0.0.1:32600 0.0.0.0:* LISTEN 24324/Plex Tuner Se
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN

Here is the error info from the log.
ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container

Not sure what else to check and i'm banging my head against the wall. All of my other local web ui's work fine.

I think you might have posted this question in the wrong place. This is a support forum for users of the Let's Encrypt Certificate Authority. You're not going to find much help for unRaid related topics. Maybe try over here, https://forums.unraid.net/.

4 Likes

Assuming this is Let's Encrypt related, if you are using the default http validation you need to forward TCP port 80 so that your server is visible from the internet, this is because Let's Encrypt will literally browse to a special validation file on your website via tcp port 80 (http). So if it can't access that then you need to use DNS validation instead. This is more or less what the instructions also state at GitHub - linuxserver/docker-swag: Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.