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.

Arnavisca

Members
  • Joined

  • Last visited

  1. Hello, I can't connect via vpn. I'm using PIA. I have Unraid virtualized in proxmox. My router is pfsense. Can you check the logs for me. Thanks 2026-05-05 19:22:35,796 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2026-05-05 19:22:35,945 DEBG 'start-script' stdout output: 2026-05-05 19:22:35 DEPRECATED OPTION: --persist-key option ignored. Keys are now always persisted across restarts. 2026-05-05 19:22:35,947 DEBG 'start-script' stdout output: 2026-05-05 19:22:35 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (DEFAULT). OpenVPN ignores --cipher for cipher negotiations. 2026-05-05 19:22:35,948 DEBG 'start-script' stdout output: 2026-05-05 19:22:35 WARNING: file 'credentials.conf' is group or others accessible 2026-05-05 19:22:35 OpenVPN 2.7.0 [git:makepkg/ee1577744fb09af7+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Feb 11 2026 2026-05-05 19:22:35 library versions: OpenSSL 3.6.1 27 Jan 2026, LZO 2.10 2026-05-05 19:22:35,948 DEBG 'start-script' stdout output: 2026-05-05 19:22:35 DCO version: N/A 2026-05-05 19:22:35,950 DEBG 'start-script' stdout output: 2026-05-05 19:22:35 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2026-05-05 19:22:35,953 DEBG 'start-script' stdout output: 2026-05-05 19:22:35 TCP/UDP: Preserving recently used remote address: [AF_INET]172.64.150.50:1198 2026-05-05 19:22:35 UDPv4 link local: (not bound) 2026-05-05 19:22:35 UDPv4 link remote: [AF_INET]172.64.150.50:1198 2026-05-05 19:23:36,013 DEBG 'start-script' stdout output: 2026-05-05 19:23:36 [UNDEF] Inactivity timeout (--ping-restart), restarting 2026-05-05 19:23:36 SIGHUP[soft,ping-restart] received, process restarting 2026-05-05 19:23:36,017 DEBG 'start-script' stdout output: 2026-05-05 19:23:36 DEPRECATED OPTION: --persist-key option ignored. Keys are now always persisted across restarts. 2026-05-05 19:23:36,021 DEBG 'start-script' stdout output: 2026-05-05 19:23:36 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (DEFAULT). OpenVPN ignores --cipher for cipher negotiations. 2026-05-05 19:23:36,024 DEBG 'start-script' stdout output: 2026-05-05 19:23:36 WARNING: file 'credentials.conf' is group or others accessible 2026-05-05 19:23:36 OpenVPN 2.7.0 [git:makepkg/ee1577744fb09af7+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Feb 11 2026 2026-05-05 19:23:36,024 DEBG 'start-script' stdout output: 2026-05-05 19:23:36 library versions: OpenSSL 3.6.1 27 Jan 2026, LZO 2.10 2026-05-05 19:23:36 DCO version: N/A 2026-05-05 19:23:38,024 DEBG 'start-script' stdout output: 2026-05-05 19:23:38 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2026-05-05 19:23:38,025 DEBG 'start-script' stdout output: 2026-05-05 19:23:38 TCP/UDP: Preserving recently used remote address: [AF_INET]104.18.37.206:1198 2026-05-05 19:23:38 UDPv4 link local: (not bound) 2026-05-05 19:23:38,025 DEBG 'start-script' stdout output: 2026-05-05 19:23:38 UDPv4 link remote: [AF_INET]104.18.37.206:1198 2026-05-05 19:24:39,031 DEBG 'start-script' stdout output: 2026-05-05 19:24:39 [UNDEF] Inactivity timeout (--ping-restart), restartingMy docker-compose. docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='toneuhodnes' -e 'VPN_PASS'='toneuhodnes' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'ENABLE_SOCKS'='no' -e 'SOCKS_USER'='admin' -e 'SOCKS_PASS'='socks' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'WEBUI_PORT'='8080' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'VPN_OPTIONS'='' -e 'ENABLE_STARTUP_SCRIPTS'='no' -e 'USERSPACE_WIREGUARD'='no' -e 'NAME_SERVERS'='1.1.1.1,1.0.0.1' -e 'ENABLE_HEALTHCHECK'='yes' -e 'HEALTHCHECK_COMMAND'='' -e 'HEALTHCHECK_ACTION'='' -e 'HEALTHCHECK_HOSTNAME'='google.com' -e 'PUID'='1000' -e 'PGID'='1000' -e 'UMASK'='000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/templates/main/unraid/binhex/images/qbittorrent-icon.png' -p '8080:8080/tcp' -p '8118:8118/tcp' -p '9118:9118/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' -v '/mnt/user/Seriály/':'/192.168.1.8/Seriály':'rw' -v '/mnt/user/Backup/qBittorrent-container/torrenty/':'/torrenty':'rw' -v '/mnt/user/Software/':'/192.168.1.8/Software':'rw' -v '/mnt/user/music/rutracker/':'/192.168.1.8/music/rutracker':'rw' -v '/mnt/user/music/Orpheus/':'/192.168.1.8/music/Orpheus':'rw' -v '/mnt/user/music/CZTorrent/':'/192.168.1.8/music/CZTorrent':'rw' -v '/mnt/user/Hry/':'/192.168.1.8/Hry':'rw' -v '/mnt/user/Stahování/':'/192.168.1.8/Stahování':'rw' -v '/mnt/user/Dokumentární filmy/':'/192.168.1.8/Dokumentární filmy':'rw' -v '/mnt/user/Emovies/Anime/':'/192.168.1.8/Emovies/Anime':'rw' -v '/mnt/user/Emovies/Collection/':'/192.168.1.8/Emovies/Collection':'rw' -v '/mnt/user/Emovies/Ebooks/':'/192.168.1.8/Emovies/Ebooks':'rw' -v '/mnt/user/Emovies/Filmy/':'/192.168.1.8/Emovies/Filmy':'rw' -v '/mnt/user/Emovies/Klipy/':'/192.168.1.8/Emovies/Klipy':'rw' -v '/mnt/user/Filmy/':'/192.168.1.8/Filmy':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'ghcr.io/binhex/arch-qbittorrentvpn@sha256:56630778214670820ffe546a2f0e072b3b8b2a516a08130b213b32bf0bed666d' ded1d57f6f1737fea46278f113db5a7d89ac8643737e3f6fddefeebc97bd1f3dOpenVPN settings: client dev tun proto udp remote czech-republic.pvt.site 1198 resolv-retry infinite nobind persist-key cipher aes-128-cbc auth sha1 tls-client remote-cert-tls server auth-user-pass credentials.conf comp-lzo no verb 1 <ca> -----BEGIN CERTIFICATE----- MIIFqzCCBJOgAwIBAgIJAKZ7D5Yv87qDMA0GCSqGSIb3DQEBDQUAMIHoMQswCQYD ......................................................
  2. Hi, I've got qbittorrent-vpn up and running. And I have a few questions. 1) I have a container set to bridge mode, is there any way to make it work with its own IP address - macvlan? 2) On one tracker it tells me that I'm connecting via multiple IP addresses. Is this okay? I'm using PIA. 3) Can you check the logs? When I start the container, I have to wait 2-5 minutes for qbittorrent to connect via OpenVPN to PIA. Is this normal? <font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">pia-log.txt</font></font>
  3. I followed this tutorial and telegraph starts. Unfortunately I get this message. 2025-10-19T07:35:00Z W! [outputs.influxdb_v2] Metric buffer overflow; 8695 metrics have been dropped 2025-10-19T07:35:00Z W! [outputs.influxdb_v2] Metric buffer overflow; 8439 metrics have been dropped Can you share your influxdb and telegraph settings? I am using the latest versions of influxdb and telegraph.
  4. Thanks a lot for the answers.
  5. One more thing. Will it be a problem if an 850/1000W power supply only draws 100-250W?
  6. I thought these power supplies had a lot of SATA/MOLEX slots - 5/6.
  7. If I want to power 20 disks, I need 5 SATA/MOLEX slots and for 24 disks, 6 SATA/MOLEX slots. And will everything be ok? Just 4 HDDs - max 1 cable with 1 molex. So for 20/24 disks, I need a 850/1000W power supply.
  8. OK, I understand. One more question. If I only have 16 drives and I'm going to power them 4x (1 cable with 3 molexes - only one will be connected). So 4 cables in total. Is this combination okay?
  9. I don't know if I understand. Can I just connect it like this?
  10. Hi. I have a storage case from inter-tech, where there are 24 HDD bays. I have WD Red disks. I will power them with a Seasonic Focus GX-750W power supply. There are backplanes in the case. 1 backplane = 4 HDDs with 1 molex for power. A total of 6 backplanes and 6 molex connectors. Since I didn't have enough molex cables, I ordered cables from cablemod. 1 cable with 3 molexes. I have 3 of these cables. Can I power 8 HDDs with one cable with 2 molexes? Can I power all 24 disks with 3 cables? Each cable will use 2 molex connectors. The disks consume 2A (24*2=48A) when spinning. The Seasonic Focus GX-750 has 62A for 12V. So will the power supply handle it?
  11. I understand. I always had "turbo write" turned on, and then a week ago I turned on the "disk spin-down function". And if some disks are not spinning, then the write is in standard mode. My english is very bad.
  12. OK. I thought that to calculate parity you need to read from all the other disks in the array.
  13. I noticed that when writing data to the array, some drives are not reading the data. Is this OK? Unraid 7.1.4.
  14. OK. Change in admin panel - general setting - domain url http://localhost - > to your real domain https://bitwarden.xxx.xxx

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.