Is this urgent?
Yes
Host OS
Debian GNU/Linux 12 (bookworm)
CPU arch
aarch64
VPN service provider
Cyberghost
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2025-08-16T20:37:03.073Z (commit d82df2b)
What's the problem 🤔
I tried using different versions of Gluetun, still ending up with this log:
ERROR [vpn] cannot get version information: commit not found: d82df2b
It happened after I had to delete servers.json due to the file getting corrupted at some point.
Share your logs (at least 10 lines)
gluetun | 2026-06-04T15:06:19+02:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.14 and family v4
gluetun | 2026-06-04T15:06:19+02:00 INFO [routing] adding route for 0.0.0.0/0
gluetun | 2026-06-04T15:06:19+02:00 INFO [firewall] setting allowed subnets...
gluetun | 2026-06-04T15:06:19+02:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.14 and family v4
gluetun | 2026-06-04T15:06:19+02:00 INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...
gluetun | 2026-06-04T15:06:19+02:00 INFO [dns] using plaintext DNS at address 1.1.1.1
gluetun | 2026-06-04T15:06:19+02:00 INFO [http server] http server listening on [::]:8000
gluetun | 2026-06-04T15:06:19+02:00 INFO [healthcheck] listening on 127.0.0.1:9999
gluetun | 2026-06-04T15:06:19+02:00 INFO [firewall] allowing VPN connection...
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] OpenVPN 2.6.11 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] library versions: OpenSSL 3.3.4 1 Jul 2025, LZO 2.10
gluetun | 2026-06-04T15:06:19+02:00 WARN [openvpn] --ping should normally be used with --ping-restart or --ping-exit
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]37.120.142.39:443
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] Attempting to establish TCP connection with [AF_INET]37.120.142.39:443
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] TCP connection established with [AF_INET]37.120.142.39:443
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] TCPv4_CLIENT link local: (not bound)
gluetun | 2026-06-04T15:06:19+02:00 INFO [openvpn] TCPv4_CLIENT link remote: [AF_INET]37.120.142.39:443
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] [barcelona-rack403.nodes.gen4.ninja] Peer Connection Initiated with [AF_INET]37.120.142.39:443
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] TUN/TAP device tun0 opened
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.5.5.200/24
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] UID set to nonrootuser
gluetun | 2026-06-04T15:06:20+02:00 INFO [openvpn] Initialization Sequence Completed
gluetun | 2026-06-04T15:06:20+02:00 INFO [dns] downloading hostnames and IP block lists
gluetun | 2026-06-04T15:06:20+02:00 INFO [healthcheck] healthy!
gluetun | 2026-06-04T15:06:22+02:00 INFO [dns] DNS server listening on [::]:53
gluetun | 2026-06-04T15:06:23+02:00 INFO [dns] ready
gluetun | 2026-06-04T15:06:23+02:00 INFO [ip getter] Public IP address is 37.120.142.39 (Spain, Madrid, Madrid - source: ipinfo)
gluetun | 2026-06-04T15:06:24+02:00 ERROR [vpn] cannot get version information: commit not found: d82df2b
Share your configuration
gluetun:
container_name: gluetun
image: qmcgaw/gluetun
cap_add:
- NET_ADMIN
environment:
- VPN_SERVICE_PROVIDER=cyberghost
- OPENVPN_USER=...
- OPENVPN_PASSWORD=...
- SERVER_COUNTRIES=...
- TZ=Europe/Andorra
- PUID=1000
- PGID=1000
- HEALTH_VPN_DURATION_INITIAL=120s
- OPENVPN_PROTOCOL=tcp
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
- 3005:3000
restart: unless-stopped
volumes:
- '/home/${USER}/server/configs/gluetun:/gluetun'
labels:
- com.centurylinklabs.watchtower.enable=false
Is this urgent?
Yes
Host OS
Debian GNU/Linux 12 (bookworm)
CPU arch
aarch64
VPN service provider
Cyberghost
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2025-08-16T20:37:03.073Z (commit d82df2b)
What's the problem 🤔
I tried using different versions of Gluetun, still ending up with this log:
It happened after I had to delete
servers.jsondue to the file getting corrupted at some point.Share your logs (at least 10 lines)
Share your configuration