TOOL

Database GUI

Visual database management with DbGate. Connect to PostgreSQL, MySQL, MongoDB, and more with a modern web interface.

Powered by DbGate

Supported Databases

PostgreSQL
MySQL
MongoDB
SQLite
Redis
SQL Server
MariaDB
CockroachDB
dbgate.your-subdomain.asd.host
Connections
Production PG
Staging MySQL
Local MongoDB
Tables
users
orders
products
sessions
users
45 rows connected
idemailnameactive
1alice@example.comAlice Chentrue
2bob@example.comBob Smithtrue
3carol@example.comCarol Davisfalse
4dan@example.comDan Millertrue
SELECT * FROM users WHERE active = true

Capabilities

Visual Query Builder

Build complex SQL queries with a visual interface. No need to write raw SQL for common operations.

Data Browser

Browse tables, view data, and edit records directly. Filter, sort, and export with ease.

Schema Designer

Design and modify database schemas visually. See relationships between tables at a glance.

Query Editor

Full-featured SQL editor with syntax highlighting, auto-complete, and query history.

Import/Export

Import data from CSV, JSON, or SQL dumps. Export query results in multiple formats.

Web Interface

Modern web UI accessible through ASD tunnels. Share database access securely with your team.

Quick Start

1. Run DbGate

bash
$ docker run -d -p 3000:3000 dbgate/dbgate

2. Configure in asd.yaml

asd.yaml
network:
  services:
    dbgate:
      dial: "127.0.0.1:3000"

3. Expose via ASD

bash
$ asd up

4. Access from anywhere

text
→ https://dbgate.your-subdomain.asd.host

Official Documentation

DbGate is an open-source project. Learn more from the official documentation.

View DbGate Docs

Frequently Asked Questions

Which databases does DbGate support?

DbGate supports PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB, Redis, CockroachDB, and more. It can connect to multiple database types simultaneously.

Can I share database access with my team?

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.

Is my database connection secure?

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.

Is DbGate free to use?

Yes, DbGate is open-source and free. ASD provides secure tunnel access to the web interface so you can access your databases from anywhere.

Ready to manage your databases?

Start free and access DbGate via secure tunnel.