#3132·gluetun

Bug: NordVPN constantly failing both on Wireguard & OpenVPN

Author: HeyItsJonoCreated Feb 11, 2026Updated Sep 16, 2026
LabelsStatus: 🗯️ Waiting for feedback☁️ NordVPNStatus: 📌 Before next release

Is this urgent?

Yes

Host OS

Debian GNU/Linux 12 (bookworm) aarch64 Kernel: 6.12.62+rpt-rpi-v8

CPU arch

aarch64

VPN service provider

NordVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2026-02-09T15:48:01.699Z (commit b0a7567)

What's the problem

When using NordVPN, both OpenVPN and Wireguard implementations have begun to fail with two separate errors.

OpenVPN: Initially connects on container restart, but after a few minutes repeatedly fails with AUTH_FAILED [...] Your credentials might be wrong , see below for full logs. Note: I have followed the instructions in the Nord-specific readme to fetch my Service Credentials from nordaccount.com by verifying my email. I have been using these same credentials with gluetun for the last week without issue, but they've randomly started failing. I store these credentials using docker secrets for what it's worth. Yes I have confirmed they are still the same as the ones on the Nord Account website, they haven't sneakily changed them on me.

Wireguard: Again, initially connects on container restart, but shortly thereafter any container routed through gluetun loses internet connectivity. I fetched my Wireguard token by running curl https://api.nordvpn.com/v1/users/services/credentials -u 'token:SERVICE_TOKEN where SERVICE_TOKEN was a temporary service token I generated on Nord Account. I then placed the Wireguard token into a docker secret. Again, this used to work just fine for at least a week. The token hasn't been cycled.

Share your logs (at least 10 lines)

OpenVPN:

plain
========================================
========================================
=============== gluetun ================
========================================
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
========================================

Running version latest built on 2026-02-09T15:48:01.699Z (commit b0a7567)

 Need help? ☕ Discussion? https://github.com/qdm12/gluetun/discussions/new/choose
 Bug? ✨ New feature? https://github.com/qdm12/gluetun/issues/new/choose
 Email? [email protected]
 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2026-02-11T23:20:54+11:00 INFO [routing] default route found: interface eth0, gateway 172.19.0.1, assigned IP 172.19.0.4 and family v4
2026-02-11T23:20:54+11:00 INFO [routing] default route found: interface eth0, gateway fde9:28d5::1, assigned IP fde9:28d5::4 and family v6
2026-02-11T23:20:54+11:00 INFO [routing] local ethernet link found: eth0
2026-02-11T23:20:54+11:00 INFO [routing] local ipnet found: 172.19.0.0/16
2026-02-11T23:20:54+11:00 INFO [routing] local ipnet found: fde9:28d5::/112
2026-02-11T23:20:54+11:00 INFO [routing] local ipnet found: fe80::/64
2026-02-11T23:20:54+11:00 INFO [firewall] enabling...
2026-02-11T23:20:54+11:00 INFO [firewall] enabled successfully
2026-02-11T23:20:58+11:00 INFO [storage] merging by most recent 20717 hardcoded servers and 26782 servers read from /gluetun/servers.json
2026-02-11T23:20:58+11:00 INFO [storage] Using nordvpn servers from file which are 688 days more recent
2026-02-11T23:20:59+11:00 INFO Alpine version: 3.22.3
2026-02-11T23:20:59+11:00 INFO OpenVPN version: 2.6.16
2026-02-11T23:20:59+11:00 INFO IPtables version: v1.8.11
2026-02-11T23:20:59+11:00 INFO Settings summary:
├── VPN settings:
|   ├── VPN provider settings:
|   |   ├── Name: nordvpn
|   |   └── Server selection settings:
|   |       ├── VPN type: openvpn
|   |       ├── Countries: australia, new zealand
|   |       └── OpenVPN server selection settings:
|   |           └── Protocol: UDP
|   └── OpenVPN settings:
|       ├── OpenVPN version: 2.6
|       ├── User: [set]
|       ├── Password: [set]
|       ├── Network interface: tun0
|       ├── Run OpenVPN as: root
|       └── Verbosity level: 1
├── DNS settings:
|   ├── Keep existing nameserver(s): no
|   ├── DNS server address to use: 127.0.0.1
|   ├── DNS forwarder server enabled: yes
|   ├── Upstream resolver type: dot
|   ├── Upstream resolvers:
|   |   └── cloudflare
|   ├── Caching: yes
|   ├── IPv6: no
|   ├── Update period: every 24h0m0s
|   └── DNS filtering settings:
|       ├── Block malicious: yes
|       ├── Block ads: no
|       └── Block surveillance: no
├── Firewall settings:
|   └── Enabled: yes
├── Log settings:
|   └── Log level: info
├── Health settings:
|   ├── Server listening address: 127.0.0.1:9999
|   ├── Target addresses:
|   |   ├── cloudflare.com:443
|   |   └── github.com:443
|   ├── Small health check type: ICMP echo request
|   |   └── ICMP target IPs:
|   |       ├── 1.1.1.1
|   |       └── 8.8.8.8
|   └── Restart VPN on healthcheck failure: yes
├── Shadowsocks server settings:
|   └── Enabled: no
├── HTTP proxy settings:
|   └── Enabled: no
├── Control server settings:
|   ├── Listening address: :8000
|   ├── Logging: yes
|   └── Authentication file path: /gluetun/auth/config.toml
├── Storage settings:
|   └── Filepath: /gluetun/servers.json
├── OS Alpine settings:
|   ├── Process UID: 1000
|   ├── Process GID: 1000
|   └── Timezone: australia/sydney
├── Public IP settings:
|   ├── IP file path: /tmp/gluetun/ip
|   ├── Public IP data base API: ipinfo
|   └── Public IP data backup APIs:
|       ├── ifconfigco
|       ├── ip2location
|       └── cloudflare
├── Server data updater settings:
|   ├── Update period: 24h0m0s
|   ├── DNS address: 1.1.1.1:53
|   ├── Minimum ratio: 0.8
|   └── Providers to update: nordvpn
└── Version settings:
    └── Enabled: yes
2026-02-11T23:20:59+11:00 INFO [routing] default route found: interface eth0, gateway 172.19.0.1, assigned IP 172.19.0.4 and family v4
2026-02-11T23:20:59+11:00 INFO [routing] default route found: interface eth0, gateway fde9:28d5::1, assigned IP fde9:28d5::4 and family v6
2026-02-11T23:20:59+11:00 INFO [routing] adding route for 0.0.0.0/0
2026-02-11T23:20:59+11:00 INFO [routing] adding route for ::/0
2026-02-11T23:20:59+11:00 INFO [firewall] setting allowed subnets...
2026-02-11T23:20:59+11:00 INFO [routing] default route found: interface eth0, gateway 172.19.0.1, assigned IP 172.19.0.4 and family v4
2026-02-11T23:20:59+11:00 INFO [routing] default route found: interface eth0, gateway fde9:28d5::1, assigned IP fde9:28d5::4 and family v6
2026-02-11T23:20:59+11:00 INFO [dns] using plaintext DNS at address 1.1.1.1
2026-02-11T23:20:59+11:00 INFO [healthcheck] listening on 127.0.0.1:9999
2026-02-11T23:20:59+11:00 INFO [http server] read 1 roles from authentication file
2026-02-11T23:20:59+11:00 INFO [http server] http server listening on [::]:8000
2026-02-11T23:20:59+11:00 INFO [firewall] allowing VPN connection...
2026-02-11T23:20:59+11:00 INFO [openvpn] OpenVPN 2.6.16 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2026-02-11T23:20:59+11:00 INFO [openvpn] library versions: OpenSSL 3.5.5 27 Jan 2026, LZO 2.10
2026-02-11T23:20:59+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]217.217.121.103:1194
2026-02-11T23:20:59+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:20:59+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:00+11:00 INFO [openvpn] [au904.nordvpn.com] Peer Connection Initiated with [AF_INET]217.217.121.103:1194
2026-02-11T23:21:01+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 


2026-02-11T23:21:01+11:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
2026-02-11T23:21:11+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:11+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:21:11+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:13+11:00 INFO [openvpn] [au904.nordvpn.com] Peer Connection Initiated with [AF_INET]217.217.121.103:1194
2026-02-11T23:21:14+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 


2026-02-11T23:21:14+11:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
2026-02-11T23:21:24+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:24+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:21:24+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:25+11:00 INFO [openvpn] [au904.nordvpn.com] Peer Connection Initiated with [AF_INET]217.217.121.103:1194
2026-02-11T23:21:31+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 


2026-02-11T23:21:31+11:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
2026-02-11T23:21:41+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:41+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:21:41+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]217.217.121.103:1194
2026-02-11T23:21:41+11:00 INFO [openvpn] [au904.nordvpn.com] Peer Connection Initiated with [AF_INET]217.217.121.103:1194
2026-02-11T23:21:41+11:00 INFO [openvpn] TUN/TAP device tun0 opened
2026-02-11T23:21:41+11:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2026-02-11T23:21:41+11:00 INFO [openvpn] /sbin/ip link set dev tun0 up
2026-02-11T23:21:41+11:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.100.0.2/16 broadcast +
2026-02-11T23:21:41+11:00 INFO [openvpn] UID set to nonrootuser
2026-02-11T23:21:41+11:00 INFO [openvpn] Initialization Sequence Completed
2026-02-11T23:21:41+11:00 INFO [MTU discovery] finding maximum MTU, this can take up to 4 seconds
2026-02-11T23:21:41+11:00 INFO [MTU discovery] setting VPN interface tun0 MTU to maximum valid MTU 1459
2026-02-11T23:21:41+11:00 INFO [dns] downloading hostnames and IP block lists
2026-02-11T23:21:42+11:00 WARN [dns] cannot update filter block lists: scanning: read tcp 10.100.0.2:33276->185.199.108.133:443: read: connection reset by peer
2026-02-11T23:21:42+11:00 INFO [dns] attempting restart in 10s
2026-02-11T23:21:43+11:00 INFO [ip getter] Public IP address is 86.48.8.110 (Australia, New South Wales, Sydney - source: ipinfo+ifconfig.co+ip2location+cloudflare)
2026-02-11T23:21:43+11:00 INFO [vpn] You are running 1 commit behind the most recent latest
2026-02-11T23:21:52+11:00 INFO [dns] downloading hostnames and IP block lists
2026-02-11T23:21:53+11:00 WARN [dns] cannot update filter block lists: scanning: read tcp 10.100.0.2:37188->185.199.108.133:443: read: connection reset by peer
2026-02-11T23:21:53+11:00 INFO [dns] attempting restart in 20s
2026-02-11T23:22:13+11:00 INFO [dns] downloading hostnames and IP block lists
2026-02-11T23:22:17+11:00 INFO [dns] DNS server listening on [::]:53
2026-02-11T23:22:18+11:00 INFO [dns] ready
2026-02-11T23:32:11+11:00 WARN [vpn] restarting VPN because it failed to pass the healthcheck: full periodic check: all check tries failed:
        attempt 1 (10001ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout
        attempt 2 (10001ms): dialing: dial tcp4: lookup github.com on 127.0.0.1:53: read udp 127.0.0.1:38660->127.0.0.1:53: i/o timeout
        attempt 3 (10002ms): dialing: dial tcp4: lookup cloudflare.com on 127.0.0.1:53: read udp 127.0.0.1:38077->127.0.0.1:53: i/o timeout
2026-02-11T23:32:11+11:00 INFO [vpn]  See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2026-02-11T23:32:11+11:00 INFO [vpn] DO NOT OPEN AN ISSUE UNLESS YOU HAVE READ AND TRIED EVERY POSSIBLE SOLUTION
2026-02-11T23:32:11+11:00 INFO [vpn] stopping
2026-02-11T23:32:11+11:00 INFO [vpn] starting
2026-02-11T23:32:11+11:00 INFO [firewall] allowing VPN connection...
2026-02-11T23:32:12+11:00 INFO [openvpn] OpenVPN 2.6.16 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2026-02-11T23:32:12+11:00 INFO [openvpn] library versions: OpenSSL 3.5.5 27 Jan 2026, LZO 2.10
2026-02-11T23:32:12+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]103.212.224.219:1194
2026-02-11T23:32:12+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:32:12+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]103.212.224.219:1194
2026-02-11T23:32:12+11:00 INFO [openvpn] [au656.nordvpn.com] Peer Connection Initiated with [AF_INET]103.212.224.219:1194
2026-02-11T23:32:13+11:00 INFO [openvpn] TUN/TAP device tun0 opened
2026-02-11T23:32:13+11:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2026-02-11T23:32:13+11:00 INFO [openvpn] /sbin/ip link set dev tun0 up
2026-02-11T23:32:13+11:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.100.0.2/16 broadcast +
2026-02-11T23:32:13+11:00 INFO [openvpn] UID set to nonrootuser
2026-02-11T23:32:13+11:00 INFO [openvpn] Initialization Sequence Completed
2026-02-11T23:32:13+11:00 INFO [MTU discovery] finding maximum MTU, this can take up to 4 seconds
2026-02-11T23:32:13+11:00 INFO [MTU discovery] setting VPN interface tun0 MTU to maximum valid MTU 1459
2026-02-11T23:32:19+11:00 WARN [vpn] restarting VPN because it failed to pass the healthcheck: startup check: all check tries failed: parallel attempt 1/2 failed: dialing: dial tcp4: lookup github.com: i/o timeout, parallel attempt 2/2 failed: dialing: dial tcp4: lookup cloudflare.com: i/o timeout
2026-02-11T23:32:19+11:00 INFO [vpn]  See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2026-02-11T23:32:19+11:00 INFO [vpn] DO NOT OPEN AN ISSUE UNLESS YOU HAVE READ AND TRIED EVERY POSSIBLE SOLUTION
2026-02-11T23:32:19+11:00 INFO [vpn] stopping
2026-02-11T23:32:19+11:00 INFO [vpn] starting
2026-02-11T23:32:19+11:00 INFO [firewall] allowing VPN connection...
2026-02-11T23:32:19+11:00 INFO [openvpn] OpenVPN 2.6.16 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2026-02-11T23:32:19+11:00 INFO [openvpn] library versions: OpenSSL 3.5.5 27 Jan 2026, LZO 2.10
2026-02-11T23:32:19+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]217.217.117.23:1194
2026-02-11T23:32:19+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:32:19+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]217.217.117.23:1194
2026-02-11T23:32:19+11:00 INFO [openvpn] [nz126.nordvpn.com] Peer Connection Initiated with [AF_INET]217.217.117.23:1194
2026-02-11T23:32:20+11:00 INFO [openvpn] TUN/TAP device tun0 opened
2026-02-11T23:32:20+11:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2026-02-11T23:32:20+11:00 INFO [openvpn] /sbin/ip link set dev tun0 up
2026-02-11T23:32:20+11:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.100.0.2/16 broadcast +
2026-02-11T23:32:20+11:00 INFO [openvpn] UID set to nonrootuser
2026-02-11T23:32:20+11:00 INFO [openvpn] Initialization Sequence Completed
2026-02-11T23:32:20+11:00 INFO [MTU discovery] finding maximum MTU, this can take up to 4 seconds
2026-02-11T23:32:21+11:00 INFO [MTU discovery] setting VPN interface tun0 MTU to maximum valid MTU 1459
2026-02-11T23:32:27+11:00 WARN [vpn] restarting VPN because it failed to pass the healthcheck: startup check: all check tries failed: parallel attempt 1/2 failed: dialing: dial tcp4: lookup github.com: i/o timeout, parallel attempt 2/2 failed: dialing: dial tcp4: lookup cloudflare.com: i/o timeout
2026-02-11T23:32:27+11:00 INFO [vpn]  See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2026-02-11T23:32:27+11:00 INFO [vpn] DO NOT OPEN AN ISSUE UNLESS YOU HAVE READ AND TRIED EVERY POSSIBLE SOLUTION
2026-02-11T23:32:27+11:00 INFO [vpn] stopping
2026-02-11T23:32:27+11:00 INFO [vpn] starting
2026-02-11T23:32:27+11:00 INFO [firewall] allowing VPN connection...
2026-02-11T23:32:27+11:00 INFO [openvpn] OpenVPN 2.6.16 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2026-02-11T23:32:27+11:00 INFO [openvpn] library versions: OpenSSL 3.5.5 27 Jan 2026, LZO 2.10
2026-02-11T23:32:27+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]62.93.164.13:1194
2026-02-11T23:32:27+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:32:27+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]62.93.164.13:1194
2026-02-11T23:32:27+11:00 INFO [openvpn] [nz123.nordvpn.com] Peer Connection Initiated with [AF_INET]62.93.164.13:1194
2026-02-11T23:32:28+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 


2026-02-11T23:32:28+11:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
2026-02-11T23:32:38+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]62.93.164.13:1194
2026-02-11T23:32:38+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:32:38+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]62.93.164.13:1194
2026-02-11T23:32:39+11:00 INFO [openvpn] [nz123.nordvpn.com] Peer Connection Initiated with [AF_INET]62.93.164.13:1194
2026-02-11T23:32:45+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 


2026-02-11T23:32:45+11:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
2026-02-11T23:32:55+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]62.93.164.13:1194
2026-02-11T23:32:55+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:32:55+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]62.93.164.13:1194
2026-02-11T23:32:55+11:00 INFO [openvpn] [nz123.nordvpn.com] Peer Connection Initiated with [AF_INET]62.93.164.13:1194
2026-02-11T23:32:56+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 


2026-02-11T23:32:56+11:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
2026-02-11T23:33:06+11:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]62.93.164.13:1194
2026-02-11T23:33:06+11:00 INFO [openvpn] UDPv4 link local: (not bound)
2026-02-11T23:33:06+11:00 INFO [openvpn] UDPv4 link remote: [AF_INET]62.93.164.13:1194
2026-02-11T23:33:06+11:00 INFO [openvpn] [nz123.nordvpn.com] Peer Connection Initiated with [AF_INET]62.93.164.13:1194
2026-02-11T23:33:07+11:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 
[And so on and so forth forever]

Wireguard:

========================================
========================================
=============== gluetun ================
========================================
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
========================================

Running version latest built on 2026-02-09T15:48:01.699Z (commit b0a7567)

 Need help? ☕ Discussion? https://github.com/qdm12/gluetun/discussions/new/choose
 Bug? ✨ New feature? https://github.com/qdm12/gluetun/issues/new/choose
 Email? [email protected]
 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2026-02-11T23:42:41+11:00 INFO [routing] default route found: interface eth0, gateway 172.19.0.1, assigned IP 172.19.0.4 and family v4
2026-02-11T23:42:41+11:00 INFO [routing] default route found: interface eth0, gateway fde9:28d5::1, assigned IP fde9:28d5::4 and family v6
2026-02-11T23:42:41+11:00 INFO [routing] local ethernet link found: eth0
2026-02-11T23:42:41+11:00 INFO [routing] local ipnet found: 172.19.0.0/16
2026-02-11T23:42:41+11:00 INFO [routing] local ipnet found: fde9:28d5::/112
2026-02-11T23:42:41+11:00 INFO [routing] local ipnet found: fe80::/64
2026-02-11T23:42:41+11:00 INFO [firewall] enabling...
2026-02-11T23:42:42+11:00 INFO [firewall] enabled successfully
2026-02-11T23:42:44+11:00 INFO [storage] merging by most recent 20717 hardcoded servers and 26782 servers read from /gluetun/servers.json
2026-02-11T23:42:44+11:00 INFO [storage] Using nordvpn serve