Jump to content

Grimwar/Dedicated servers

From Vellocet Developer Community
Revision as of 20:33, 24 August 2026 by WikiAdmin (talk | contribs) (Initialize Vellocet Developer Community)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Draft documentation. This page is being verified against the current public SDK and may change before release.

Community dedicated servers use file-based configuration, isolated mutable data directories, deterministic map rotation, and the same addon validation rules as the client.

Operator checklist

  1. Install the current dedicated-server build.
  2. Complete the first-run preflight to create configuration and secret directories.
  3. Set identity, networking, ruleset, and rotation configuration.
  4. Configure direct Workshop items, collections, or manually staged release packages.
  5. Keep secrets outside ordinary configuration files and restrict filesystem permissions.
  6. Review server, Workshop, content-delivery, and networking diagnostics before opening the server publicly.

Documentation areas

  • Data directories and configuration precedence
  • Map rotation and game modes
  • Addon acquisition and updates
  • Administration and permissions
  • Logs and diagnostics
  • Backup and upgrade procedures