A Linux daemon for panel-managed PostgreSQL, MySQL, MariaDB, MongoDB, ClickHouse, Redis, Valkey, and Qdrant. Supports dedicated containers and server-owned shared pools.
git clone https://github.com/Tomaxikz/DatabasesEverywhere.git
cd DatabasesEverywhereRequires Linux (glibc 2.35+), Docker or Podman, curl, and a supported
storage backend.
Run as root to download and install the latest release for your architecture:
curl -fL "https://github.com/Tomaxikz/DatabasesEverywhere/releases/latest/download/dbev-$(uname -m | sed 's/^aarch64$/arm64/; s/^amd64$/x86_64/')-linux" -o /usr/local/bin/dbev &&
chmod +x /usr/local/bin/dbevTo pin a release,
replace releases/latest/download with releases/download/vX.Y.Z.
Save your panel-generated configuration to
/etc/databases-everywhere/config.yml; see the example.
sudo dbev --setup
sudo journalctl -u databases-everywhere -fSetup starts or restarts a root-run service. Protect management credentials and use TLS across untrusted networks.
Node setup · Docker · API and operator guides · Build and test · Security