OpenGenesisLINKOPEN WORLDS. TOGETHER.
🇩🇪 Deutsch 🇬🇧 English 🇫🇷 Français soon 🇪🇸 Español soon 🇮🇹 Italiano soon 🇳🇱 Nederlands soon
GitHub

OpenGenesisLINK

Wiki & Documentation

OpenGenesisLINKInstallation & build

Installation & build

Build the server from the public repository and run development smoke tests.

Updated 2026-09-17

Build from source

For the published development server, the documented source build is the robust installation path.

git clone https://github.com/opengenesislink/opengenesislink-server.git
cd opengenesislink-server
sudo apt install build-essential cmake ninja-build libssl-dev
./scripts/build.sh

Smoke test

./scripts/smoke-test.sh

The integrated smoke test covers accounts, social, groups, notices, parcels, estates, landmarks, asset permissions, moderation, audit, Scene access, movement, teleport/handoff, metrics and restart recovery.

Development release

2.0.0-dev is not production-stable. Public listeners and secrets must be hardened before internet deployment.

Back to main pageRoadmap