You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/self-hosting/index.mdx
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,23 @@ title: 'Overview'
3
3
icon: 'server'
4
4
---
5
5
6
-
Self-hosting NocoDB allows you to run NocoDB on your own server, giving you full control over your data and infrastructure.
6
+
Self-hosting NocoDB gives you complete control over your data, infrastructure, and customizations—empowering you to tailor the platform to your exact needs.
7
7
8
-
## Key Features
8
+
## Deployment Guidance
9
9
10
-
-**Full Control**: Run NocoDB on your own server
11
-
-**Customization**: Customize NocoDB to fit your specific needs
12
-
-**Security**: Run NocoDB on your own server
10
+
***New to self-hosting?** Use [Upstall](./self-hosting/upstall) for a quick and simplified setup experience.
11
+
***Just exploring?** Try NocoDB with the [Docker](./self-hosting/docker) or [Nix](./self-hosting/nix) setup for easy local testing.
12
+
***Production-ready deployment?** We recommend using [Docker Compose](./self-hosting/docker-compose), or [NixOS](./self-hosting/nixos)
13
+
> Be sure to read the [Configuring NocoDB](./self-hosting/configuring-nocodb) section to ensure your instance is secure and optimized
13
14
14
-
## Getting Started
15
+
## Key Benefits
15
16
16
-
To self-host NocoDB, follow these steps:
17
+
***Total Ownership**: Deploy NocoDB on your own infrastructure to retain full control over your data.
18
+
***Complete Customization**: Modify and extend NocoDB to match your unique requirements.
19
+
***Enhanced Security**: Keep everything in your own environment, behind your firewalls and security policies.
17
20
18
-
1. Install NocoDB on your server
19
-
2. Configure NocoDB to fit your specific needs
20
-
3. Run NocoDB on your server
21
+
## Get Started in 3 Steps
22
+
23
+
1.**Install**: Set up NocoDB on your preferred server or cloud environment.
24
+
2.**Configure**: Adjust settings, connect databases, and apply any custom features you need.
25
+
3.**Run**: Launch NocoDB and manage your projects with confidence—your way.
0 commit comments