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.

benj.

Members
  • Joined

  • Last visited

Everything posted by benj.

  1. I resolved my own issue. I turned on debugging in the Unraid container setup so the logs would show more info, which showed that my container was having difficulty resolving the VPN location I had selected. I reset my Unraid DNS connection and everything was resolved. Not sure why it had trouble connecting in the first place.
  2. I restarted my server today and suddenly out of nowhere my qbittorrentvpn container won't start up. Below are the logs that show up every time I have tried to restart and troubleshoot this. I haven't made any changes to this container in months. Running ghcr.io/binhex/arch-qbittorrentvpn. 2026-01-03 21:53:45.745179 [info] Host is running unRAID 2026-01-03 21:53:45.779132 [info] System information: Linux 554f7efe4e78 6.12.54-Unraid #1 SMP PREEMPT_DYNAMIC Tue Oct 21 15:58:46 PDT 2025 x86_64 GNU/Linux 2026-01-03 21:53:45.806197 [info] Image architecture: 'amd64' 2026-01-03 21:53:45.835631 [info] Application name: 'qbittorrentvpn' 2026-01-03 21:53:45.861759 [info] Base image release tag: '2025111101' 2026-01-03 21:53:45.886819 [info] Application image release tag: '5.1.4-1-01' 2026-01-03 21:53:45.914067 [info] PUID defined as '99' 2026-01-03 21:53:45.957026 [info] PGID defined as '100' 2026-01-03 21:53:45.993921 [info] UMASK defined as '000' 2026-01-03 21:53:46.023495 [info] Permissions file '/config/perms.txt' exists, skipping setting ownership and permissions on '/config' and '/data' 2026-01-03 21:53:46.051516 [info] Deleting files in /tmp (non recursive)... 2026-01-03 21:53:46.083110 [info] VPN_ENABLED defined as 'yes' 2026-01-03 21:53:46.111794 [info] VPN_CLIENT defined as 'wireguard' 2026-01-03 21:53:46.138695 [info] VPN_PROV defined as 'pia' 2026-01-03 21:53:46.171420 [info] WireGuard config file (conf extension) is located at /config/wireguard/wg0.conf 2026-01-03 21:53:46.208027 [info] VPN_REMOTE_SERVER defined as 'swiss.privacy.network' 2026-01-03 21:53:46.235115 [info] VPN_REMOTE_PORT defined as '1337' 2026-01-03 21:53:46.259812 [info] VPN_DEVICE_TYPE defined as 'wg0' 2026-01-03 21:53:46.289687 [info] VPN_REMOTE_PROTOCOL defined as 'udp' 2026-01-03 21:53:46.318905 [info] USERSPACE_WIREGUARD defined as 'no' 2026-01-03 21:53:46.346339 [info] NAME_SERVERS defined as '1.1.1.1,1.0.0.1'
  3. I'm running qbittorrentvpn with free protonvpn configs. Everytime I start up the container it auto kills after connecting to the VPN. I can't even connect to the GUI... text error warn system array login 2024-01-29 22:43:29,787 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2024-01-29 22:43:29,788 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT -A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT -A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT -A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT -A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8081 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 8081 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT -A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT -A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT -A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT -A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8081 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8081 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2024-01-29 22:43:29,790 DEBG 'start-script' stdout output: -------------------- 2024-01-29 22:43:29,791 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2024-01-29 22:43:29,803 DEBG 'start-script' stdout output: 2024-01-29 22:43:29 WARNING: file 'credentials.conf' is group or others accessible 2024-01-29 22:43:29 OpenVPN 2.6.8 [git:makepkg/3b0d9489cc423da3+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Nov 17 2023 2024-01-29 22:43:29 library versions: OpenSSL 3.2.0 23 Nov 2023, LZO 2.10 2024-01-29 22:43:29 DCO version: N/A 2024-01-29 22:43:29,803 DEBG 'start-script' stdout output: 2024-01-29 22:43:29 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2024-01-29 22:43:29,804 DEBG 'start-script' stdout output: 2024-01-29 22:43:29 TCP/UDP: Preserving recently used remote address: [AF_INET]37.19.205.202:443 2024-01-29 22:43:29,804 DEBG 'start-script' stdout output: 2024-01-29 22:43:29 Attempting to establish TCP connection with [AF_INET]37.19.205.202:443 2024-01-29 22:43:29,977 DEBG 'start-script' stdout output: 2024-01-29 22:43:29 TCP connection established with [AF_INET]37.19.205.202:443 2024-01-29 22:43:29 TCPv4_CLIENT link local: (not bound) 2024-01-29 22:43:29 TCPv4_CLIENT link remote: [AF_INET]37.19.205.202:443 2024-01-29 22:43:30,712 DEBG 'start-script' stdout output: 2024-01-29 22:43:30 [node-jp-28.protonvpn.net] Peer Connection Initiated with [AF_INET]37.19.205.202:443 2024-01-29 22:43:36,353 DEBG 'start-script' stdout output: 2024-01-29 22:43:36 TUN/TAP device tun0 opened 2024-01-29 22:43:36 net_iface_mtu_set: mtu 1500 for tun0 2024-01-29 22:43:36 net_iface_up: set tun0 up 2024-01-29 22:43:36,353 DEBG 'start-script' stdout output: 2024-01-29 22:43:36 net_addr_v4_add: 10.98.0.28/16 dev tun0 2024-01-29 22:43:36 /root/openvpnup.sh tun0 1500 0 10.98.0.28 255.255.0.0 init 2024-01-29 22:43:36,356 DEBG 'start-script' stdout output: 2024-01-29 22:43:36 Initialization Sequence Completed 2024-01-29 22:43:53,576 DEBG 'start-script' stdout output: [info] Attempting to get external IP using 'http://checkip.amazonaws.com'... 2024-01-29 22:44:02,597 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 37.19.205.204 2024-01-29 22:44:02,599 DEBG 'start-script' stdout output: [info] Script started to assign incoming port for 'protonvpn' 2024-01-29 22:44:04,626 DEBG 'start-script' stdout output: [info] ProtonVPN username 'MY_PROTON_USERNAME_REDACTED' does not contain the suffix '+pmp' and therefore is not enabled for port forwarding, skipping port forward assignment... [info] Script finished to assign incoming port 2024-01-29 22:44:04,627 DEBG 'start-script' stdout output: kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  4. Hey all - I'm trying to access my nextcloud container to install ffmpeg, but have been having difficulty figuring out what's going wrong. I'm completely new to linux commands, so would appreciate if you could go step-by-step. When I go to my docker/nextcloud console and try to run the necessary commands, I get the following errors: https://imgur.com/a/ixnUs1u I tried getting into the nextcloud container through the unraid console, but then I get this error: https://imgur.com/a/LhbP26m Any help would be appreciated. Thank you!

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.