The only client that reaches your database, everywhere
MySQL, MariaDB and PostgreSQL built into the same app as your files and terminal. Direct connection, SSH tunnel, and a PHP gateway for MySQL/MariaDB on hosting setups that were impossible until now.
Direct, SSH tunnel, or PHP gateway
Naucturne adapts to your infrastructure, not the other way around.
Direct connection
Classic TCP connection to your database server when the port is exposed. Fast and zero configuration.
SSH tunnel
Database not exposed to the Internet? Naucturne opens an SSH tunnel (reusing the server session) and connects locally on the server.
PHP gateway
Shared hosting without SSH, FTP only? Naucturne deploys a small tokenized PHP script, talks to it over HTTP and removes it on close. Access your database where it was previously impossible.
Database access even over FTP, without SSH
On shared hosting, the database is often not exposed and there is no SSH access to open a tunnel. Naucturne then deploys a small random-name, random-token PHP script at the web root, talks to it over HTTP, runs queries locally on the server, then removes the script on close.
- No database port to open
- Works where FileZilla and classic SQL clients fail
- Ephemeral script, automatically deleted
- Communication protected by a secret token
Browse, query, export
Everything you need to work with your data, without installing a second app.
Explore your data
Browse databases, tables and structure (columns, indexes) with pagination from your server sidebar.
SQL editor
Run queries in a Monaco editor with syntax highlighting, then edit rows in place.
SQL export
Export a table or entire database as SQL for backups or migrations.
Your files and databases, in one place
Try Naucturne free for 14 days, no credit card required.