Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/databases/surrealdb/surrealdb-ubuntu.sh
chmod +x surrealdb-ubuntu.sh
sudo bash surrealdb-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/databases/surrealdb/surrealdb-ubuntu.sh
2 Make it Executable
chmod +x surrealdb-ubuntu.sh
3 Run the Installer
sudo bash surrealdb-ubuntu.sh
4 Access the Web UI
curl http://:8000/health
# surreal sql --endpoint http://:8000 --user root --pass yourpass --ns test --db test
Ports Used
| Port | Purpose |
|---|---|
| 8000 | HTTP API + WebSocket (live queries) + health |
