Post

SurrealDB

SurrealDB is a multi-model database that combines the power of document, graph, and relational databases into a single platform, offering real-time queries, built-in permissions, and a simplified backend stack.

SurrealDB
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/surrealdb.sh)"
CPU: 2 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Default Credentials

UsernamePassword
rootNone

Notes

Accessing http://IP:8000 redirects to surrealdb.com/surrealist — this is by design. The hosted Surrealist UI connects back to your local instance. Use http://IP:8000 as the connection URL in Surrealist.
The generated root password is stored in /opt/surrealdb/.env.

Web Interface

Port: 8000

Source code
Loading...