Self-host Twenty
CRMAn open-source CRM with a modern, Notion-like interface covering contacts, companies, and fully customizable sales pipelines. Positioned as an open alternative to Salesforce, with a GraphQL API and a Postgres-backed data model you can extend without code.
Key facts
Pick Twenty when you want a modern, AI-native CRM that actually looks and feels like Salesforce or HubSpot rather than a decade-old admin panel — a clean, spreadsheet-style UI with real-time collaboration and an active community driving fast iteration. It's the youngest project in this cluster (give it 4 GB of RAM); weigh that youth against SuiteCRM's or EspoCRM's longer track record if stability matters more than polish.
What you need
- Any VPS with at least 2048 MB of RAM
- A domain you control — most self-hosted setups need HTTPS in front of them
- About an afternoon — budget time for troubleshooting
Install
Run these commands on your server:
# Twenty — official docker-compose.yml + generated secrets
mkdir twenty && cd twenty
wget -O docker-compose.yml https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-docker/docker-compose.yml
wget -O .env https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-docker/.env.example
echo "PG_DATABASE_PASSWORD=$(openssl rand -base64 24 | tr -d '\n')" >> .env
echo "ENCRYPTION_KEY=$(openssl rand -base64 32 | tr -d '\n')" >> .env
docker compose up -d # → http://SERVER_IP:3000What you take on
Twenty trades maturity for momentum, and that trade is worth knowing before you build a sales team's workflow on it: