Lightweight Swiss-knife VPN client to connect to several VPN providers
10M+
Lightweight swiss-army-knife-like VPN client to multiple VPN service providers
ā ļø This and gluetun-wikiā are the only websites for Gluetun, other websites claiming to be official are scams ā ļø
šÆļø this repository will be migrated to github.com/passteque/gluetunā on 2026-05-21, which is a Github organization under my sole control, so don't get alarmed if you get redirected in the coming days š Reason being migrating Github sponsors to the Open source collective due to my personal situation, basically annoying paperwork. On the plus side, it will be more transparent and funds donated will only be used for the project. The Docker image names will remain the same.
Problem?
Suggestion?
Happy?
Want to add a VPN provider? check the development pageā and add a provider pageā
Video:
udp or tcpš There are now instructions specific to each VPN provider with examples to help you get started as quickly as possible!
Go to the Wikiā !
š Found a bug in the Wiki?!ā
Here's a docker-compose.yml for the laziest:
---
services:
gluetun:
image: qmcgaw/gluetun
# container_name: gluetun
# line above must be uncommented to allow external containers to connect.
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 8888:8888/tcp # HTTP proxy
- 8388:8388/tcp # Shadowsocks
- 8388:8388/udp # Shadowsocks
volumes:
- /yourpath:/gluetun
environment:
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
- VPN_SERVICE_PROVIDER=ivpn
- VPN_TYPE=openvpn
# OpenVPN:
- OPENVPN_USER=
- OPENVPN_PASSWORD=
# Wireguard:
# - WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/Bpp22sVz48T71vJ4fYmFWujulwUU=
# - WIREGUARD_ADDRESSES=10.64.222.21/32
# Timezone for accurate log times
- TZ=
# Server list updater
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
- UPDATER_PERIOD=
š Image also available as ghcr.io/qdm12/gluetun
Content type
Image
Digest
sha256:b0ee2135eā¦
Size
14.4 MB
Last updated
16 days ago
docker pull qmcgaw/gluetun