ABOUT
Twenty is a modern open-source CRM platform that helps you manage customer relationships, track deals, and organize contacts with a clean and powerful interface.
infoFirst visit will prompt you to create a workspace and admin account.
warningBuilding from source requires significant resources and takes 10-15 minutes.
infoUpdate SERVER_URL in /opt/twenty/.env if accessing from a different hostname.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU10240 MB RAM20 GB disk
Config path/opt/twenty/.env
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/twenty.sh'; sha='ecc887e249e1641df281dcf6c555f06009872763baeee30c215d533d5c555253'; 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/twenty.shSHA-256 ecc887e249e1641df281dcf6c555f06009872763baeee30c215d533d5c555253 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.