• Start

Running

Overview

Ways to run SurrealDB—from a browser sandbox to a managed cloud instance to installing on your own hardware.

You can start with SurrealDB in more than one way. This section orders them from the least to the most involved, so you can pick how much you want to set up.

  1. Surrealist Sandbox — Open Surrealist in the browser and use the built-in Sandbox. Nothing to install; data is not persistent, which is perfect for quick experiments and learning SurrealQL.

  2. SurrealDB Cloud — Create a free SurrealDB Cloud instance (you will need an email to sign in). You keep persistence and a managed database without running a server on your own machine.

  3. Installation — Install the surreal binary and run SurrealDB locally or on your own infrastructure. This is the path when you want full control, offline work, or production self-hosting.

After you are running SurrealDB (locally or on servers you manage), you can choose storage and topology:

Was this page helpful?