Braid

A community-run private server for Book of Travels — after the official servers shut down, the road is still open. Own your copy, install the client mod, and wander with friends again.

How it works

Book of Travels is an online game whose servers were retired. The developers explicitly opened the game to modding and left self-hosted servers to the community. Braid is that: a server you connect to with your own copy of the game. The client mod is a normal BepInEx mod — it changes no game files.

WindowsLinuxFree (bring your own game)

Connect to the server

Master (accounts / rooms) braid-connect.flightlessbirdlabs.io:1234
Game server braid-connect.flightlessbirdlabs.io:50050
Accounts are invite-only — create yours above, then log in with that email + password.

Get access

Accounts are invite-only. If you have an invite code, create your account here, then log in in-game with the same email and password. (No account is created just by logging in.)







Install the client mod

Linux (Steam)

  1. Make sure Book of Travels is installed via Steam.
  2. Run the installer (it adds BepInEx + the mod, nothing else):
curl -fsSL https://raw.githubusercontent.com/JRustyHaner/book-of-travels-server/main/release/install-client-linux.sh -o /tmp/braid-install.sh
bash /tmp/braid-install.sh
  1. Launch the game:
cd "$HOME/.local/share/Steam/steamapps/common/Book of Travels"
./run_bepinex.sh ./BookOfTravels.x86_64

Windows (Steam)

  1. Make sure Book of Travels is installed via Steam.
  2. Open PowerShell and run:
Invoke-WebRequest https://raw.githubusercontent.com/JRustyHaner/book-of-travels-server/main/release/install-client-windows.ps1 -OutFile $env:TEMP\braid-install.ps1
powershell -ExecutionPolicy Bypass -File $env:TEMP\braid-install.ps1
  1. Launch Book of Travels normally from Steam.

Host your own

The whole stack is open source (Apache-2.0) and runs in Docker: github.com/JRustyHaner/book-of-travels-server. The README and docs/RUNBOOK.md cover standing up a master + instance for you and your friends, up to 16 players per room.

Notes & fine print

Questions? The Book of Travels modding Discord is the best place to ask.