Visual database management with DbGate. Connect to PostgreSQL, MySQL, MongoDB, and more with a modern web interface.
Powered by DbGate| id | name | active | |
|---|---|---|---|
| 1 | alice@example.com | Alice Chen | true |
| 2 | bob@example.com | Bob Smith | true |
| 3 | carol@example.com | Carol Davis | false |
| 4 | dan@example.com | Dan Miller | true |
Build complex SQL queries with a visual interface. No need to write raw SQL for common operations.
Browse tables, view data, and edit records directly. Filter, sort, and export with ease.
Design and modify database schemas visually. See relationships between tables at a glance.
Full-featured SQL editor with syntax highlighting, auto-complete, and query history.
Import data from CSV, JSON, or SQL dumps. Export query results in multiple formats.
Modern web UI accessible through ASD tunnels. Share database access securely with your team.
$ docker run -d -p 3000:3000 dbgate/dbgatenetwork:
services:
dbgate:
dial: "127.0.0.1:3000"$ asd up→ https://dbgate.your-subdomain.asd.hostDbGate is an open-source project. Learn more from the official documentation.
View DbGate DocsDbGate supports PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB, Redis, CockroachDB, and more. It can connect to multiple database types simultaneously.
Yes, expose DbGate via ASD tunnel with authentication enabled. Your team can access the database GUI securely without installing local clients or configuring direct database connections.
DbGate connects to your databases directly. When accessed via ASD tunnel, the web interface is secured with HTTPS. Use ASD authentication (Basic Auth, OIDC, or JWT) to restrict access.
Yes, DbGate is open-source and free. ASD provides secure tunnel access to the web interface so you can access your databases from anywhere.
Start free and access DbGate via secure tunnel.