{"id":20531,"date":"2025-01-22T21:45:44","date_gmt":"2025-01-22T21:45:44","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=20531"},"modified":"2025-01-22T21:48:51","modified_gmt":"2025-01-22T21:48:51","slug":"how-to-install-mods-on-a-dont-starve-together-dst-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/","title":{"rendered":"How to install mods on a Don&#8217;t Starve Together (DST) server"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-1-locate-dst-the-server-files\"><strong>Step 1: Locate DST the Server Files<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"721\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-1024x721.png\" alt=\"\" class=\"wp-image-20534\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-1024x721.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-600x423.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-300x211.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-768x541.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-370x261.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-270x190.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-570x402.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8-740x521.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-8.png 1452w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In Pterodactyl, your server files are typically under:<br><code>\/home\/container\/DoNotStarveTogether\/...<\/code><br>For mods, focus on two key files:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>dedicated_server_mods_setup.lua<\/code> \u2013 Downloads mods from the Steam Workshop.<\/li>\n\n\n\n<li><code>modoverrides.lua<\/code> \u2013 Enables mods and configures settings.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-2-configure-mods\"><strong>Step 2: Configure Mods<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-a-add-mods-to-dedicated-server-mods-setup-lua\"><strong>A. Add Mods to <code>dedicated_server_mods_setup.lua<\/code><\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"136\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-1024x136.png\" alt=\"\" class=\"wp-image-20535\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-1024x136.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-600x80.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-300x40.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-768x102.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-370x49.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-270x36.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-570x76.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9-740x98.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-9.png 1394w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <code>\/home\/container\/DoNotStarveTogether\/<\/code> in the Pterodactyl file manager.<\/li>\n\n\n\n<li>Create or edit <code>dedicated_server_mods_setup.lua<\/code> (if it doesn\u2019t exist).<\/li>\n\n\n\n<li>Add lines for each mod using its Steam Workshop ID. For example:<br><\/li>\n<\/ol>\n\n\n\n<p><code>-- Dedicated Server Mod Setup File<br>ServerModSetup(\"123456\") -- Replace 123456 with the mod ID<br>ServerModSetup(\"654321\") -- Another mod ID<\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Find Mod IDs<\/strong>: The ID is in the mod&#8217;s Steam Workshop URL (e.g., <code>?id=123456<\/code>).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-b-enable-mods-in-modoverrides-lua\"><strong>B. Enable Mods in <code>modoverrides.lua<\/code><\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to the server&#8217;s configuration folder (usually <code>\/home\/container\/DoNotStarveTogether\/config\/server\/Master\/<\/code>).<\/li>\n\n\n\n<li>Create or edit <code>modoverrides.lua<\/code> in this folder.<\/li>\n\n\n\n<li>Add code to enable mods and configure settings:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code><code>   return {\n     &#91;\"workshop-123456\"] = { enabled = true }, -- Enable mod with ID 123456\n     &#91;\"workshop-654321\"] = { -- Mod with custom settings\n       enabled = true,\n       configuration_options = {\n         some_option = \"value\",\n       }\n     },\n   }<\/code><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-3-force-mod-downloads-optional\"><strong>Step 3: Force Mod Downloads (Optional)<\/strong><\/h3>\n\n\n\n<p>If players should be <strong>forced to download mods<\/strong>, edit <code>server.ini<\/code> in the same folder (<code>\/config\/server\/Master\/<\/code>):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>&#91;NETWORK]\nserver_save_slot = 1\nmax_players = 6\nserver_password =\nenable_autosaver = true\ntick_rate = 15\nenable_vote_kick = true\npause_when_empty = true\n\n&#91;SHARD]\nshard_enabled = true\n\n&#91;STEAM]\nsteam_group_only = false\nsteam_group_id = 0\nsteam_group_admins = false\n\n&#91;ACCOUNT]\nencode_user_path = true\n\n&#91;MISC]\nmax_snapshots = 6\nconsole_enabled = true\n\n&#91;mods]\nforce_enable = true -- Add this line to force mod downloads<\/code><\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-4-restart-the-server\"><strong>Step 4: Restart the Server<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Save all files.<\/li>\n\n\n\n<li>Restart the server via the Pterodactyl panel. The server will download and activate the mods.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-troubleshooting\"><strong>Troubleshooting<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mods Not Loading<\/strong>:<\/li>\n\n\n\n<li>Verify <code>dedicated_server_mods_setup.lua<\/code> and <code>modoverrides.lua<\/code> are in the correct folders.<\/li>\n\n\n\n<li>Check for typos in mod IDs or Lua syntax (commas, brackets).<\/li>\n\n\n\n<li>Review server logs in Pterodactyl for errors (e.g., failed mod downloads).<\/li>\n\n\n\n<li><strong>Players Can\u2019t Join<\/strong>:<\/li>\n\n\n\n<li>Ensure mods are marked as <code>enabled = true<\/code> in <code>modoverrides.lua<\/code>.<\/li>\n\n\n\n<li>Some mods require <strong>client-side installation<\/strong> (e.g., UI mods). Warn players to subscribe to those.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-example-folder-structure\"><strong>Example Folder Structure<\/strong><\/h3>\n\n\n\n<p><code>home\/<br>  container\/<br>    DoNotStarveTogether\/<br>      config\/<br>        server\/<br>          Master\/<br>            server.ini<br>            modoverrides.lua<br>      dedicated_server_mods_setup.lua<\/code><\/p>\n\n\n\n<p>This setup works for most Pterodactyl-hosted DST servers. \ud83c\udf1f Test mods one at a time to avoid conflicts!<\/p>\n\n\n\n<p><a href=\"https:\/\/xgamingserver.com\/dont-starve-together-server-hosting\">Looking for a DST server? Rent one from us<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Step 1: Locate DST the Server Files In Pterodactyl, your server files are typically under:\/home\/container\/DoNotStarveTogether\/&#8230;For mods, focus on two key files: Step 2: Configure Mods A. Add Mods to dedicated_server_mods_setup.lua &#8212; Dedicated Server Mod Setup FileServerModSetup(&#8220;123456&#8221;) &#8212; Replace 123456 with the mod IDServerModSetup(&#8220;654321&#8221;) &#8212; Another mod ID B. Enable Mods in modoverrides.lua Step 3: Force [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20533,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_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":[112],"tags":[],"class_list":["post-20531","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dst"],"blocksy_meta":[],"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 install mods on a Don&#039;t Starve Together (DST) 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-install-mods-on-a-dont-starve-together-dst-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install mods on a Don&#039;t Starve Together (DST) server\" \/>\n<meta property=\"og:description\" content=\"Step 1: Locate DST the Server Files In Pterodactyl, your server files are typically under:\/home\/container\/DoNotStarveTogether\/...For mods, focus on two key files: Step 2: Configure Mods A. Add Mods to dedicated_server_mods_setup.lua -- Dedicated Server Mod Setup FileServerModSetup(&quot;123456&quot;) -- Replace 123456 with the mod IDServerModSetup(&quot;654321&quot;) -- Another mod ID B. Enable Mods in modoverrides.lua Step 3: Force [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-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=\"2025-01-22T21:45:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-22T21:48:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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-install-mods-on-a-dont-starve-together-dst-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"How to install mods on a Don&#8217;t Starve Together (DST) server\",\"datePublished\":\"2025-01-22T21:45:44+00:00\",\"dateModified\":\"2025-01-22T21:48:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/\"},\"wordCount\":247,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg\",\"articleSection\":[\"DST\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/\",\"name\":\"How to install mods on a Don't Starve Together (DST) server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg\",\"datePublished\":\"2025-01-22T21:45:44+00:00\",\"dateModified\":\"2025-01-22T21:48:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg\",\"width\":1200,\"height\":675,\"caption\":\"dst mods\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DST\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/dst\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to install mods on a Don&#8217;t Starve Together (DST) server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"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 install mods on a Don't Starve Together (DST) 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-install-mods-on-a-dont-starve-together-dst-server\/","og_locale":"en_US","og_type":"article","og_title":"How to install mods on a Don't Starve Together (DST) server","og_description":"Step 1: Locate DST the Server Files In Pterodactyl, your server files are typically under:\/home\/container\/DoNotStarveTogether\/...For mods, focus on two key files: Step 2: Configure Mods A. Add Mods to dedicated_server_mods_setup.lua -- Dedicated Server Mod Setup FileServerModSetup(\"123456\") -- Replace 123456 with the mod IDServerModSetup(\"654321\") -- Another mod ID B. Enable Mods in modoverrides.lua Step 3: Force [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2025-01-22T21:45:44+00:00","article_modified_time":"2025-01-22T21:48:51+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg","type":"image\/jpeg"}],"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-install-mods-on-a-dont-starve-together-dst-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"How to install mods on a Don&#8217;t Starve Together (DST) server","datePublished":"2025-01-22T21:45:44+00:00","dateModified":"2025-01-22T21:48:51+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/"},"wordCount":247,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg","articleSection":["DST"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/","name":"How to install mods on a Don't Starve Together (DST) server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg","datePublished":"2025-01-22T21:45:44+00:00","dateModified":"2025-01-22T21:48:51+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg","width":1200,"height":675,"caption":"dst mods"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-install-mods-on-a-dont-starve-together-dst-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"DST","item":"https:\/\/xgamingserver.com\/blog\/category\/dst\/"},{"@type":"ListItem","position":3,"name":"How to install mods on a Don&#8217;t Starve Together (DST) server"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","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":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/dst-mods.jpeg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20531","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=20531"}],"version-history":[{"count":1,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20531\/revisions"}],"predecessor-version":[{"id":20536,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20531\/revisions\/20536"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20533"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}