"beat saber gettin violent these days" -some Discord user
A lightweight server to enable modded multiplayer in Beat Saber 1.19.0 and newer.
The official BeatUpServer instance is hosted at master.battletrains.org
Beat Saber Server Browser [PC]
ServerBrowser lets you join existing public lobbies created on any server.
BeatUpClient | BETA [PC]
The easiest way to host lobbies on any server. Enables the following additional features in BeatUpServer lobbies:
- Downloading of levels not available on BeatSaver
- Per-player difficulty
- Per-player modifiers
- Skipping the countdown
- Skipping the end-of-level podium
BeatTogether Mod [PC]
BeatTogether has historically been the most popular mod for enabling modded multiplayer. To access BeatUpServer, add the hostname to your BeatTogether config located at UserData\BeatTogether.json
in your game directory:
{
"SelectedServer": "BeatUpServer",
"Servers": [
{
"ServerName": "BeatTogether",
"HostName": "master.beattogether.systems",
"Port": 2328,
"StatusUri": "http://master.beattogether.systems/status"
},
{
"ServerName": "BeatUpServer",
"HostName": "master.battletrains.org",
"Port": 2328,
"StatusUri": "https://status.master.battletrains.org"
}
]
}