Onboarding
Getting Started with SQLitePilot
Learn how to go from a fresh account to running your first remote SQL query.
Last updated: Dec 8, 2025
SQLitePilot lets you open a secure tunnel to a remote server, browse tables, and run SQL without leaving your browser. Follow these three steps the first time you sign in.
1. Create a connection
- Go to Connections.
- Choose Add new connection.
- Enter the server address, SSH username, and database file path, then save.
- SQLitePilot generates a unique Ed25519 keypair for this connection and shows you the public key.
Read more at Grant SQLitePilot SSH Access.
2. Install the generated public key
- SSH into your server.
- Append the generated public key to
~/.ssh/authorized_keys. - Back in SQLitePilot, click Test Connection.
Read more at Grant SQLitePilot SSH Access.
3. Connect and explore
- Return to the Dashboard.
- Pick your connection from the dropdown and click Connect.
- Once it says “Connected,” open the Schema, Tables, or SQL panels to browse data or run queries.
Read more at Explore Schema and Table Data
That is all you need to reach a remote SQLite database through SQLitePilot. Explore the other guides in this library if you want deeper knowledge for each step.