How to Set Up a Dimraeth Dedicated Server for 8-Player Co-op
Discover how to host a Dimraeth dedicated server using Waygate. Get the latest tips on 8-player co-op performance, server authority, and setup guides now!
Published:
Video Guide
What's Killing Multiplayer and How to Fix It | Dimraeth DevlogTable of Contents
Tired of your epic dungeon crawls coming to an abrupt halt the moment your host decides to call it a night? In the world of high-stakes, Souls-lite RPGs, stability is everything, which is why many players are searching for a reliable dimraeth dedicated server solution. While the developer at Mudtek has initially focused on a robust peer-to-peer (P2P) system for the game's Early Access launch, the community and third-party providers have already stepped in to fill the gap. Setting up a dimraeth dedicated server allows your world to persist 24/7, ensuring that your 8-player party can progress even when the original host is offline.
Understanding the technical nuances of how Dimraeth handles multiplayer is crucial for any aspiring server admin. The game is designed as a 1–8 player co-op experience, blending deliberate combat with deep character progression. However, as player counts increase, the strain on a standard player-hosted session becomes apparent. By offloading the processing requirements to a dedicated environment, you can significantly reduce latency and eliminate the dreaded "tethering" issues found in many other survival-crafting titles.
Understanding Dimraeth's Multiplayer Architecture
To appreciate why a dimraeth dedicated server is such a game-changer, we first need to look at how the game handles data. According to recent developer logs, Dimraeth was built using a client-server model where one player acts as the host. In this scenario, the host's computer is doing double duty: it runs the graphical client you see on the screen while simultaneously processing the server logic for all other connected players.
Peer-to-Peer vs. Dedicated Hosting
In a standard P2P or host-client setup, the game's performance is strictly limited by the host's hardware. If the host experiences a frame drop or a CPU spike, every other player in the session feels the "lag." A dimraeth dedicated server solves this by running a "headless" version of the game. This version has no graphics to render, allowing 100% of the allocated CPU power to focus on networking, NPC AI, and world state synchronization.
Feature
Player-Hosted (P2P)
Dedicated Server (Waygate)
Availability
Only when the host is online
24/7 Persistence
CPU Usage
Shared between Client & Server
Dedicated to Server Logic
Max Players
8 (Official Support)
8+ (Soft Limit potential)
Tethering
Common in many P2P games
Usually removed/extended
Hardware Strain
High on the host machine
Minimal on the player's PC
The Role of Server-Side Authority
One of the most critical concepts discussed by the Dimraeth development team is "Server-Side Authority." In competitive games like League of Legends, the server has the final say on everything to prevent cheating. If you try to cast a spell but the server says you're already dead, the action is rejected.
For Dimraeth, the balance is slightly different. The game currently utilizes "Client-Side Authority" for things like movement and animations to make the game feel responsive. However, critical actions like damage calculation and scene transitions are handled by the server. Using a dimraeth dedicated server ensures that these authoritative checks happen on a stable, high-speed connection rather than a player's potentially unstable home Wi-Fi.
How to Set Up a Dimraeth Dedicated Server via Waygate
Since Mudtek has not yet released an official standalone server tool, the community relies on an open-source project called Waygate. This software acts as a bridge, allowing the game's host-client code to function like a true dedicated server.
Why use Waygate?
Waygate allows the world to stay active without a player being logged in. It manages world saves on a schedule and allows friends to join via a simple app interface rather than navigating complex Steam menus.
Step-by-Step Installation Guide
If you are looking to host your own dimraeth dedicated server on a spare PC or a rented VPS, follow these steps based on community reports and developer insights:
Download the Waygate Server Package: Head to the official GitHub repository for WaygateServer. This is the "headless" wrapper for the Dimraeth game files.
Prepare the Game Files: You will need a licensed copy of Dimraeth on Steam. The Waygate app will point to these files to run the logic.
Configure the Server Settings: You can adjust the server.cfg or use a web-based control panel if using a hosting provider. Key settings include the world name, difficulty, and join password.
Open Ports: Ensure your router or firewall has the necessary ports open (typically UDP/TCP ranges specified in the Waygate documentation) to allow external traffic.
Launch the Waygate App: Players joining your server will need the free Waygate client app. They simply enter your server IP, select their character, and hit "Connect."
Server Configuration Options
Setting
Description
Recommended Value
Difficulty
Scales enemy health and damage
Normal / Hard
Friendly Fire
Toggles damage between party members
Off for beginners
Personal Loot
Determines if loot is shared or individual
On for 8-player groups
Password
Restricts access to your private world
Required for security
Save Interval
How often the world state is backed up
Every 15-30 minutes
Performance Optimization and Scaling
The developer of Dimraeth, Joseph, has mentioned that while they officially support 8 players, the game uses techniques like "chunking" and "job systems" to handle more data efficiently. If you are running a dimraeth dedicated server, you can push these limits further than a standard host could.
Utilizing Unity's Job System and Dots
Dimraeth is built on Unity, and the developers have spent significant time benchmarking sceneprototypes. While the game doesn't fully utilize the "Dots" (Data-Oriented Technology Stack) architecture yet—partly because Sprite Renderers aren't fully supported in that framework—they use "chunking" to spread updates over many frames.
Player Experience Tip: If you notice performance degradation on your dimraeth dedicated server, check if players are spread across too many different "scenes" or dungeons. Even with dedicated hardware, tracking separate monsters and network objects in multiple locations simultaneously puts a heavy load on the CPU.
Minimum and Recommended Hardware Requirements
Based on community testing for 8-player sessions, here is what you should look for in a hosting environment:
Component
Minimum (2-4 Players)
Recommended (8 Players)
CPU
2.5 GHz Dual-Core
3.5 GHz+ Quad-Core
RAM
4 GB
8 GB - 16 GB
Storage
5 GB SSD
10 GB+ SSD (for backups)
Network
20 Mbps Upload
100 Mbps+ Fiber
Common Challenges in Dimraeth Multiplayer
Even with a dimraeth dedicated server, you might encounter issues during the Early Access phase. Understanding the "why" behind these problems helps in troubleshooting.
The Tethering Problem
In many P2P games like Arc: Survival Evolved or Fable 2, players are "tethered" to the host. If you move too far away, you are snapped back or restricted by a red screen. Dimraeth aims to avoid strict tethering, but scene-locking can still occur. A dedicated server build helps mitigate this by allowing the server to process multiple areas of the map independently of a "host player's" location.
Version Mismatches
Because Dimraeth is in Early Access, updates are frequent. A common "community report" is the inability to join a server after a Steam update.
The Fix: The server and all clients must be on the same version. If you are using a dimraeth dedicated server via a provider like Survival Servers, you must trigger a "Server Update" in your control panel whenever a new patch drops on Steam.
Backup Your World Saves!
Early Access updates can occasionally corrupt world files. Always ensure your dimraeth dedicated server is configured to take hourly backups, especially before applying a new game patch.
The Future of Dimraeth Dedicated Servers
The developers have stated that their primary goal is to ensure the 8-player co-op experience is polished before pivoting to official dedicated server support. However, they have hinted at making the 8-player limit a "soft limit," similar to how Satisfactory handles multiplayer. This would allow players with high-end dimraeth dedicated server hardware to experiment with even larger groups.
For those interested in the technical roadmap, the team is keeping an eye on Unity's progress with Dots and Sprite support. If the game eventually migrates to a full Dots architecture, we could see server performance increase by up to 100 times, potentially allowing for "MMO-lite" player counts in the future.
For now, the best way to enjoy the game is to visit the Dimraeth Steam Page to stay updated on the latest patches and official multiplayer features.
Why 8-Player Co-op is the Sweet Spot
While the allure of massive servers is strong, Dimraeth is designed for "small group" intimacy. The Souls-lite combat requires timing and coordination that often breaks down when too many players are on screen. The dimraeth dedicated server isn't just about adding more people; it's about making sure those 8 people have the smoothest, most responsive experience possible.
Benefits of a 24/7 Persistent World
Asynchronous Progression: One player can focus on base building while another clears a nearby dungeon.
Resource Management: Dedicated servers allow for "Personal Loot" settings to function better, as the server tracks individual player contributions more accurately.
Community Building: Having a consistent IP address allows your friend group to treat the world as a shared home, rather than a temporary session.
Troubleshooting Your Dimraeth Server
If you are struggling to get your dimraeth dedicated server running, refer to this troubleshooting table compiled from Discord community feedback.
Issue
Potential Cause
Solution
Server not showing in App
Firewall blocking ports
Add WaygateServer.exe to your firewall whitelist.
High Latency (Lag)
Server location too far
Choose a server location closer to the majority of players.
Character not loading
Local save mismatch
Ensure you are selecting the correct hero from your local saves in the Waygate app.
World Resetting
Incorrect save path
Check the Waygate config to ensure the save directory is set to a persistent folder.
FAQ: Dimraeth Dedicated Server Hosting
Can I host a Dimraeth dedicated server for free?
Yes, you can host a dimraeth dedicated server for free if you have a spare computer and use the open-source Waygate software. However, you will need to handle port forwarding and ensure your home internet has enough upload bandwidth to support up to 8 players.
Does Dimraeth support cross-play on servers?
Currently, Dimraeth is focused on PC via Steam and Steam Deck. While the game supports various controllers and inputs, cross-play between different platforms (like consoles) is not yet a confirmed feature, though the dimraeth dedicated server architecture makes future cross-play implementation easier.
How do I update my dedicated server?
If you are hosting locally, you simply update the game files via Steam. If you are using a third-party host, you usually click an "Update" button in the command center. It is vital that the server version matches the version of the game players are running on their PCs.
Is there a player limit on dedicated servers?
The game is officially designed for 1–8 players. While a dimraeth dedicated server might technically allow you to bypass this limit through configuration tweaks, doing so may cause significant bugs or performance issues, as the game's balance and netcode are optimized for the 8-player cap.
By following this guide and utilizing tools like Waygate, you can elevate your Dimraeth experience from a simple co-op session to a persistent, thriving world. Whether you're building a massive fortress or tackling the game's toughest bosses, a dimraeth dedicated server provides the stability and freedom that every serious adventurer needs.