ABOUT
Twingate Connectors are lightweight software components that establish secure, least-privileged access between private network resources and authorized users without exposing the network to the internet. They act as outbound-only bridges between your protected resources and the Twingate infrastructure, ensuring zero-trust access without the need for a VPN.
infoYou can get your Twingate access or refresh tokens from the Twingate Admin Console. `https://auth.twingate.com/signup-v2`
infoIf you need to update your access or refresh tokens, they can be found in /etc/twingate/connector.conf
INSTALL
Approved local installer
DefaultUbuntu 24.04
Approved locally1 CPU1024 MB RAM3 GB disk
Config path/etc/twingate/connector.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/twingate-connector.sh'; sha='3c3f60dee447c882d54e6624f484ef30bf5d142a8358861bd846c8d7a37eca6b'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/twingate-connector.shSHA-256 3c3f60dee447c882d54e6624f484ef30bf5d142a8358861bd846c8d7a37eca6b LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.