Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Xceed

Members
  • Joined

  • Last visited

  1. Same for me also.
  2. Xceed started following Maxing out 1 core
  3. hello i am having a issue accessing the web ui from LAN using default settings/port this is the logs: 2019-03-05 15:53:19.151069 [info] VPN_ENABLED defined as 'yes' 2019-03-05 15:53:19.194490 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/gw3.ewr1.slickvpn.com.ovpn dos2unix: converting file /config/openvpn/gw3.ewr1.slickvpn.com.ovpn to Unix format... 2019-03-05 15:53:19.226323 [info] VPN remote line defined as 'gw3.ewr1.slickvpn.com 443 udp' 2019-03-05 15:53:19.253372 [info] VPN_REMOTE defined as 'gw3.ewr1.slickvpn.com' 2019-03-05 15:53:19.281987 [info] VPN_PORT defined as '443' 2019-03-05 15:53:19.321838 [info] VPN_PROTOCOL defined as 'udp' 2019-03-05 15:53:19.349631 [info] VPN_DEVICE_TYPE defined as 'tun0' 2019-03-05 15:53:19.376320 [info] LAN_NETWORK defined as '192.168.0.0/24' 2019-03-05 15:53:19.402173 [info] NAME_SERVERS defined as '8.8.8.8,8.8.4.4' 2019-03-05 15:53:19.428185 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2019-03-05 15:53:19.455175 [info] Adding 8.8.8.8 to resolv.conf 2019-03-05 15:53:19.483401 [info] Adding 8.8.4.4 to resolv.conf 2019-03-05 15:53:19.507962 [info] Starting OpenVPN... Tue Mar 5 15:53:19 2019 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 5 15:53:19 2019 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 5 2018 Tue Mar 5 15:53:19 2019 library versions: OpenSSL 1.1.0g 2 Nov 2017, LZO 2.08 Tue Mar 5 15:53:19 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]50.116.54.120:443 Tue Mar 5 15:53:19 2019 UDP link local: (not bound) Tue Mar 5 15:53:19 2019 UDP link remote: [AF_INET]50.116.54.120:443 Tue Mar 5 15:53:19 2019 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Tue Mar 5 15:53:20 2019 [VPN] Peer Connection Initiated with [AF_INET]50.116.54.120:443 Tue Mar 5 15:53:21 2019 TUN/TAP device tun0 opened Tue Mar 5 15:53:21 2019 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Tue Mar 5 15:53:21 2019 /sbin/ip link set dev tun0 up mtu 1500 Tue Mar 5 15:53:21 2019 /sbin/ip addr add dev tun0 local 10.10.8.10 peer 10.10.8.9 Tue Mar 5 15:53:21 2019 Initialization Sequence Completed 2019-03-05 15:53:24.542961 [info] WebUI port defined as 8080 2019-03-05 15:53:24.570092 [info] LAN Network defined as 192.168.0.0/24 2019-03-05 15:53:24.597878 [info] Default gateway defined as 10.10.8.9 Error: Nexthop has invalid gateway. 2019-03-05 15:53:24.624012 [info] ip route defined as follows... -------------------- default via 10.10.8.9 dev tun0 10.10.8.1 via 10.10.8.9 dev tun0 10.10.8.9 dev tun0 proto kernel scope link src 10.10.8.10 50.116.54.120 via 192.168.0.254 dev eth0 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.1 -------------------- iptable_mangle 16384 1 ip_tables 24576 3 iptable_filter,iptable_nat,iptable_mangle 2019-03-05 15:53:24.653135 [info] iptable_mangle support detected, adding fwmark for tables 2019-03-05 15:53:24.706753 [info] Docker network defined as 192.168.0.0/24 2019-03-05 15:53:24.764238 [info] Incoming connections port defined as 8999 2019-03-05 15:53:24.793615 [info] iptables defined as follows... -------------------- -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 192.168.0.0/24 -d 192.168.0.0/24 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 443 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A INPUT -s 192.168.0.0/24 -i eth0 -p tcp -m tcp --dport 8999 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 192.168.0.0/24 -d 192.168.0.0/24 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 443 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -d 192.168.0.0/24 -o eth0 -p tcp -m tcp --sport 8999 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -------------------- Adding 100 group groupadd: GID '100' already exists Adding 99 user useradd: UID 99 is not unique 2019-03-05 15:53:24.835057 [info] UMASK defined as '002' 2019-03-05 15:53:24.869162 [info] Starting qBittorrent daemon... Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log. 2019-03-05 15:53:25.899837 [info] qBittorrent PID: 189 2019-03-05 15:53:25.903727 [info] Started qBittorrent daemon successfully... any ideas as to what might be going on?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.