
Deploy NocoDB on Your Own Server
The Open Source Airtable Alternative - Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
Want to deploy NocoDB on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.
What is NocoDB?
NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. https://github.com/nocodb/nocodb - https://www.nocodb.com/
Self-Host NocoDB
Follow these steps to deploy on your own server.
Install Docker
Skip this step if Docker is already installed on your server.
curl -fsSL https://get.docker.com | sh
Configure
Customize the settings below. Defaults work for most cases.
General
Deploy
Copy the configuration and run it on your server.
services:
nocodb:
image: nocodb/nocodb:0.83.8
environment:
DATABASE_URL: ""
NC_AUTH_JWT_SECRET: 74d95801a7637839c7cc5cc3107fe781f93fd04f540b2ce2d7459b904e80da33
NC_CONNECT_TO_EXTERNAL_DB_DISABLED: ""
NC_DB: ""
NC_DISABLE_TELE: ""
NC_PUBLIC_URL: ""
NC_SENTRY_DSN: ""
volumes:
- nocodb-data:/usr/app/data
volumes:
nocodb-data: {}
Then run:
docker compose up -d
Access
Once started, access your app at http://localhost:8080
Why Self-Host NocoDB?
Full Data Ownership
Your data stays on your servers. No third-party access.
No Monthly Fees
Pay only for your server. No per-seat or usage charges.
Complete Control
Customize, backup, and scale on your own terms.
Privacy & Compliance
Meet GDPR, HIPAA, or internal security requirements.
Technical Details
Docker Image
nocodb/nocodb:${version}Want to go faster?
Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.
Install on any Linux server:
sh -c "$(curl -sSL https://get.senate.sh)"