{"id":1437,"date":"2026-02-02T22:08:09","date_gmt":"2026-02-02T22:08:09","guid":{"rendered":"https:\/\/www.academy-hosting.com\/hosting\/?post_type=docs&#038;p=1437"},"modified":"2026-02-03T01:22:51","modified_gmt":"2026-02-03T01:22:51","password":"","slug":"mordhau-server-config-guide","status":"publish","type":"docs","link":"https:\/\/www.academy-hosting.com\/hosting\/guides\/mordhau-guides\/mordhau-server-config-guide\/","title":{"rendered":"Mordhau Server Configuration Guide"},"content":{"rendered":"\n<p>This guide provides a complete walkthrough for configuring a <strong><em>Mordhau<\/em><\/strong> game server. You will learn how to safely manage server configuration files, add mods, customize map rotation, and optimize server performance using tickrate settings.<\/p>\n\n\n\n<p>All configuration changes should be made carefully to avoid data loss or server instability. <strong>Always stop your server before editing any files.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Stopping Your Mordhau Server<\/h2>\n\n\n\n<p>Before editing any configuration files, your server must be completely stopped. Making changes while the server is running can result in corrupted configs, failed mod loading, or unexpected crashes.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stop the server from your hosting control panel<\/li>\n\n\n\n<li>Wait until the server shows as fully offline<\/li>\n\n\n\n<li>Do not proceed until the shutdown is complete<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Accessing Mordhau Configuration Files<\/h2>\n\n\n\n<p>Mordhau server settings are controlled through configuration files stored on the server. The two primary files you will work with are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Game.ini<\/strong> \u2013 Used for gameplay settings, mods, slots, and map rotation<\/li>\n\n\n\n<li><strong>Engine.ini<\/strong> \u2013 Used for network and performance settings such as tickrate<\/li>\n<\/ul>\n\n\n\n<p>These files are typically located in the server\u2019s configuration directory and can be accessed using SFTP or the built-in file manager provided by your host.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Adding Mods to a Mordhau Server (Game.ini)<\/h2>\n\n\n\n<p>Mods allow you to extend gameplay, add custom modes, and enhance the overall server experience. Mods are managed through the <code>Game.ini<\/code> file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Add Mods<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <code>Game.ini<\/code><\/li>\n\n\n\n<li>Locate the section:<br><code>[\/Script\/Mordhau.MordhauGameSession]<\/code><\/li>\n\n\n\n<li>Add each mod ID on its own line using <code>Mods=<\/code><\/li>\n<\/ol>\n\n\n\n<p>Mod IDs can be found on each mod\u2019s page on <strong>Mod.io<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example Mod Configuration<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">[\/Script\/Mordhau.MordhauGameSession]\nMaxSlots=48\nServerName=yourservername\nAdminPassword=yourpassword\nMods=71385\nMods=71020\nMods=126237\nMods=131150\nMods=132309\nBannedPlayers=()\nMutedPlayers=()\n<\/pre>\n\n\n\n<p><strong>Important:<\/strong> After adding mods, the first server startup may take several minutes while the mods download and install.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Setting Map Rotation (Game.ini)<\/h2>\n\n\n\n<p>Map rotation controls which maps appear in the in-game voting system. This is also configured in <code>Game.ini<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Configure Map Rotation<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <code>Game.ini<\/code><\/li>\n\n\n\n<li>Locate or add <code>MapRotation=<\/code> entries<\/li>\n\n\n\n<li>Add one line per map<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Example Map Rotation<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">MapRotation=Camp\nMapRotation=Grad\nMapRotation=MountainPeak\n<\/pre>\n\n\n\n<p>Maps listed here will be available during map voting. Removing a map from this list will prevent it from appearing in rotation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Setting Tickrate for Better Server Performance (Engine.ini)<\/h2>\n\n\n\n<p>Tickrate controls how often the server updates the game state each second. Higher tickrates can improve responsiveness and combat accuracy, but they also increase CPU usage.<\/p>\n\n\n\n<p>By default, Mordhau servers run at 60 tickrate. Advanced servers can increase this value if their CPU is capable of maintaining stability.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Engine.ini File Location<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">Mordhau\/Saved\/Config\/WindowsServer\/Engine.ini\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">120 Tickrate Configuration<\/h3>\n\n\n\n<p>To raise the server tickrate to 120, add the following configuration:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[\/Script\/OnlineSubsystemUtils.IpNetDriver]\nNetServerMaxTickRate=120\nLanServerMaxTickRate=60\n\n[IpDrv.TcpNetDriver]\nNetServerMaxTickRate=120\nLanServerMaxTickRate=60\n<\/pre>\n\n\n\n<p><strong>Warning:<\/strong> Not all servers can handle 120 tickrate. Tickrate stability depends on CPU single-thread performance, player count, and installed mods. If you experience lag or instability, lower the tickrate.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Saving and Applying Configuration Changes<\/h2>\n\n\n\n<p>Once all changes are complete:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Save all modified configuration files<\/li>\n\n\n\n<li>Start the server<\/li>\n\n\n\n<li>Allow extra startup time if mods were added<\/li>\n<\/ul>\n\n\n\n<p>Monitor the server console during startup to confirm that mods load correctly and no errors occur.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n<p>Properly configuring your Mordhau server allows you to control gameplay, enhance performance, and provide a better experience for players. By managing mods, map rotation, and tickrate carefully, you can tailor your server to match your community\u2019s needs and your hardware\u2019s capabilities.<\/p>\n\n\n\n<p>If you need assistance with advanced configuration, performance tuning, or server optimization, our support team is available to help.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide provides a complete walkthrough for configuring a Mordhau game server. You will learn how to safely manage server configuration files, add mods, customize map rotation, and optimize server performance using tickrate settings. All configuration changes should be made carefully to avoid data loss or server instability. Always stop your server before editing any [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doc_category":[18],"doc_tag":[],"class_list":["post-1437","docs","type-docs","status-publish","hentry","doc_category-mordhau-guides"],"acf":[],"year_month":"2026-05","word_count":579,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"admin","author_nicename":"assaultline","author_url":"https:\/\/www.academy-hosting.com\/hosting\/author\/assaultline\/"},"doc_category_info":[{"term_name":"Mordhau Guides","term_url":"https:\/\/www.academy-hosting.com\/hosting\/guides-category\/mordhau-guides\/"}],"doc_tag_info":[],"_links":{"self":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/comments?post=1437"}],"version-history":[{"count":1,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1437\/revisions"}],"predecessor-version":[{"id":1438,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1437\/revisions\/1438"}],"wp:attachment":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/media?parent=1437"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/doc_category?post=1437"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/doc_tag?post=1437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}