Back to Install Methods
🐧

Bash Installer

For Linux (Ubuntu, Debian, CentOS, RHEL) and macOS.
This is the recommended way to install OpenDBS for production environments.

1. One-Line Install

Run this command in your terminal. It will auto-detect your OS and architecture.

bash
curl -sSL https://opendbs.in/opendbs-install.sh | sudo bash

What does this script do?

2. Manage Service

Check Status

sudo systemctl status opendbs

Restart Service

sudo systemctl restart opendbs

View Logs

sudo journalctl -u opendbs -f

Stop Service

sudo systemctl stop opendbs