
{"id":19963,"date":"2024-05-03T20:12:26","date_gmt":"2024-05-03T20:12:26","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=19963"},"modified":"2024-05-03T20:12:30","modified_gmt":"2024-05-03T20:12:30","slug":"how-to-configure-a-foundry-dedicated-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/","title":{"rendered":"How to Configure a Foundry Dedicated Server"},"content":{"rendered":"\n<p>Configuring a Foundry dedicated server is a key step to creating a stable and tailored multiplayer gaming environment. Whether you&#8217;re hosting a server for friends or setting up a public game server, the configuration process involves creating and modifying an <code>app.cfg<\/code> file. This file dictates various server settings like server name, password, autosave intervals, and more. Below, we\u2019ll walk you through how to create and customize this configuration file to get your Foundry dedicated server running exactly how you want it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-creating-and-setting-up-the-app-cfg-file\">Creating and Setting Up the <code>app.cfg<\/code> File<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-locate-the-server-executable\">1. <strong>Locate the Server Executable<\/strong>:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Find where <code>FoundryDedicatedServer.exe<\/code> is located on your server machine. This is typically in the main directory where you installed the Foundry server software.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-create-the-configuration-file\">2. <strong>Create the Configuration File<\/strong>:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the same directory as <code>FoundryDedicatedServer.exe<\/code>, create a new text file named <code>app.cfg<\/code>. This file will hold all the necessary configurations for your server.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-populate-the-configuration-file\">3. <strong>Populate the Configuration File<\/strong>:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open <code>app.cfg<\/code> with a text editor like Notepad or any other editor of your choice. Here, you\u2019ll input settings using a key=value format. Below is an example configuration with explanations for each setting:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>server_name=HappyPlace                           # The name of your server as it appears in listings\nserver_password=only_friends                      # Password required to join the server\nserver_world_name=MyFancyFactory                  # The name of the server world; also the folder for save files\npause_server_when_empty=true                      # Whether the server should pause when no players are connected\nautosave_interval=300                             # Frequency of autosaves, in seconds (300 seconds = 5 minutes)\nserver_is_public=true                             # Whether the server is listed publicly on Steam\nserver_port=3724                                  # The network port the game uses\nserver_query_port=27015                           # Port used by Steam to query server info (if public)\nmap_seed=42938743982                              # Seed for generating the world map\nserver_persistent_data_override_folder=C:\\Server01 # Directory for logs and saves, for running multiple servers\nserver_max_players=32                             # Maximum number of players allowed on the server<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-save-and-close-the-file\">4. <strong>Save and Close the File<\/strong>:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After entering all the desired settings, save the file and close your text editor.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-explanation-of-key-configuration-options\">Explanation of Key Configuration Options<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>server_name<\/code><\/strong>: This sets the public name of your server, making it easier for players to identify.<\/li>\n\n\n\n<li><strong><code>server_password<\/code><\/strong>: If you want your server to be private, set a password that players will need to enter to join.<\/li>\n\n\n\n<li><strong><code>server_world_name<\/code><\/strong>: This is crucial as it determines where the server&#8217;s world data and save files are stored.<\/li>\n\n\n\n<li><strong><code>pause_server_when_empty<\/code><\/strong>: Enabling this can save resources by pausing the game when no players are connected.<\/li>\n\n\n\n<li><strong><code>autosave_interval<\/code><\/strong>: Regular autosaves prevent data loss and ensure that player progress is recorded frequently.<\/li>\n\n\n\n<li><strong><code>server_is_public<\/code><\/strong>: Set this to true if you want your server to appear in the Steam server browser.<\/li>\n\n\n\n<li><strong><code>server_port<\/code><\/strong> and <strong><code>server_query_port<\/code><\/strong>: These are essential for network communication; make sure these ports are properly forwarded on your router if accessing the server over the internet.<\/li>\n\n\n\n<li><strong><code>map_seed<\/code><\/strong>: This dictates the procedural generation of your game world, affecting the layout of the environment.<\/li>\n\n\n\n<li><strong><code>server_persistent_data_override_folder<\/code><\/strong>: Useful for server providers or those running multiple game instances.<\/li>\n\n\n\n<li><strong><code>server_max_players<\/code><\/strong>: Controls the maximum number of concurrent players. Adjust based on your server&#8217;s capacity and bandwidth.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-final-steps\">Final Steps<\/h2>\n\n\n\n<p>After configuring your <code>app.cfg<\/code> file and saving it, restart your Foundry dedicated server for the changes to take effect. It&#8217;s also a good idea to back up this configuration file in case you need to reinstall the server or migrate it to another machine.<\/p>\n\n\n\n<p>By following these steps, you can effectively set up and manage your Foundry dedicated server, creating a customized, secure, and stable multiplayer environment for your community. Enjoy your enhanced control over your gaming experience!<\/p>\n\n\n\n<p><a href=\"https:\/\/xgamingserver.com\/foundry-server-hosting\">Looking for Foundry Dedicated server to rent?<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Configuring a Foundry dedicated server is a key step to creating a stable and tailored multiplayer gaming environment. Whether you&#8217;re hosting a server for friends or setting up a public game server, the configuration process involves creating and modifying an app.cfg file. This file dictates various server settings like server name, password, autosave intervals, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[104],"tags":[],"class_list":["post-19963","post","type-post","status-publish","format-standard","hentry","category-foundry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Configure a Foundry Dedicated Server - Xgamingserver<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Configure a Foundry Dedicated Server\" \/>\n<meta property=\"og:description\" content=\"Configuring a Foundry dedicated server is a key step to creating a stable and tailored multiplayer gaming environment. Whether you&#8217;re hosting a server for friends or setting up a public game server, the configuration process involves creating and modifying an app.cfg file. This file dictates various server settings like server name, password, autosave intervals, and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Xgamingserver\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-03T20:12:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-03T20:12:30+00:00\" \/>\n<meta name=\"author\" content=\"Xray\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rainerstudios\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xray\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"How to Configure a Foundry Dedicated Server\",\"datePublished\":\"2024-05-03T20:12:26+00:00\",\"dateModified\":\"2024-05-03T20:12:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\"},\"wordCount\":455,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"articleSection\":[\"FOUNDRY\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\",\"name\":\"How to Configure a Foundry Dedicated Server - Xgamingserver\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"datePublished\":\"2024-05-03T20:12:26+00:00\",\"dateModified\":\"2024-05-03T20:12:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FOUNDRY\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/foundry\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Configure a Foundry Dedicated Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"Xgamingserver\",\"description\":\"Dedicated Game Server Hosting | Docs\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\",\"name\":\"Xray\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"caption\":\"Xray\"},\"description\":\"A Mathematician who knows a thing or two about Design.\",\"sameAs\":[\"https:\/\/xgamingserver.com\/blog\",\"https:\/\/www.instagram.com\/rainerstudios\/\",\"https:\/\/x.com\/@rainerstudios\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Configure a Foundry Dedicated Server - Xgamingserver","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Configure a Foundry Dedicated Server","og_description":"Configuring a Foundry dedicated server is a key step to creating a stable and tailored multiplayer gaming environment. Whether you&#8217;re hosting a server for friends or setting up a public game server, the configuration process involves creating and modifying an app.cfg file. This file dictates various server settings like server name, password, autosave intervals, and [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/","og_site_name":"Xgamingserver","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2024-05-03T20:12:26+00:00","article_modified_time":"2024-05-03T20:12:30+00:00","author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"How to Configure a Foundry Dedicated Server","datePublished":"2024-05-03T20:12:26+00:00","dateModified":"2024-05-03T20:12:30+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/"},"wordCount":455,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"articleSection":["FOUNDRY"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/","name":"How to Configure a Foundry Dedicated Server - Xgamingserver","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"datePublished":"2024-05-03T20:12:26+00:00","dateModified":"2024-05-03T20:12:30+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-configure-a-foundry-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"FOUNDRY","item":"https:\/\/xgamingserver.com\/blog\/category\/foundry\/"},{"@type":"ListItem","position":3,"name":"How to Configure a Foundry Dedicated Server"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"Xgamingserver","description":"Dedicated Game Server Hosting | Docs","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608","name":"Xray","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","caption":"Xray"},"description":"A Mathematician who knows a thing or two about Design.","sameAs":["https:\/\/xgamingserver.com\/blog","https:\/\/www.instagram.com\/rainerstudios\/","https:\/\/x.com\/@rainerstudios"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/19963","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=19963"}],"version-history":[{"count":1,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/19963\/revisions"}],"predecessor-version":[{"id":19965,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/19963\/revisions\/19965"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=19963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=19963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=19963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}