Skip to main content
kremis server [OPTIONS]
Starts the Kremis HTTP API server.

Options

OptionShortDescriptionDefault
--host <host>-HHost address to bind to127.0.0.1
--port <port>-pPort to listen on8080

Examples

# Start with defaults (localhost:8080)
kremis server

# Custom host and port
kremis server -H 0.0.0.0 -p 3000
The server holds an exclusive lock on the redb database. Other CLI commands cannot run while the server is active.
Last modified on February 19, 2026