Skip to content

Using DataRamen CLI

To start the local server, run:

Terminal window
dataramen start

This command launches a background service on your local machine at localhost:4466.

By default, the DataRamen CLI creates a local SQLite database to store application-related data (e.g., users, permissions, saved queries).

You can configure a custom database in both the CLI tool and the self-hosted service by following this guide.

You can stop local DataRamen service at anytime by using stop command:

Terminal window
dataramen stop

You can view server logs by running logs command:

Terminal window
dataramen logs