You are viewing a potentially older version of this package. View all versions.
Landoria-ServerGateway-1.0.0 icon

ServerGateway

Exposes live server status and authenticated local commands for Valheim.

Date uploaded a week ago
Version 1.0.0
Download link Landoria-ServerGateway-1.0.0.zip
Downloads 8
Dependency string Landoria-ServerGateway-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

ServerGateway

Exposes live Valheim server information and authenticated commands through a local HTTP gateway.

Features

  • Reports server and world names, connected players and player capacity.
  • Reports the current in-game day.
  • Queues immediate vanilla world saves through an authenticated local command.
  • Listens only on 127.0.0.1 for an on-machine website backend.
  • Supports dedicated servers and peer-hosted worlds.

Installation

Client required Server required
No Yes

Configuration

BepInEx setting Default Purpose
RPC.Port 8765 Local port for GET /status.
Gateway.Token Empty Bearer token required by every endpoint.

The JSON response contains server and world information plus players and playerDetails. Each player detail includes the character name, canonical platform user ID, and Steam ID when applicable.

Commands

Method Path Authentication Behavior
GET /status Bearer token Returns the current server and player snapshot.
POST /commands/save Bearer token Queues an immediate vanilla world and player-profile save.

Read the full documentation on GitHub.

Contact

Report bugs through GitHub Issues. For questions, feedback, and other discussions, use GitHub Discussions.