{"id":16035,"date":"2023-12-17T21:03:18","date_gmt":"2023-12-17T21:03:18","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=16035"},"modified":"2024-03-08T08:39:17","modified_gmt":"2024-03-08T08:39:17","slug":"how-to-create-project-zomboid-dedicated-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/","title":{"rendered":"How to Create Project Zomboid Dedicated Server"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/xgamingserver.com\/project-zomboid-server-hosting\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"240\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4.png\" alt=\"\" class=\"wp-image-16037\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-600x141.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-300x70.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-768x180.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-370x87.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-270x63.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-570x134.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-740x173.png 740w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Setting up a game server can be a complex task, but with the right guidance, it becomes a straightforward process. Here\u2019s a comprehensive guide on how to create Project Zomboid Dedicated Server<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-project-zomboid-dedicated-nbsp-server-requirements\">The Project Zomboid Dedicated&nbsp;<strong>Server Requirements<\/strong><\/h2>\n\n\n\n<p>Ensure your system meets the following requirements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Operating System: Windows 10+ or Server 2016+ (64-Bit)<\/li>\n\n\n\n<li>Processor: Quad Core (requires up to 2 full cores)<\/li>\n\n\n\n<li>Memory: Up to 7GB (currently uses around 11GB minimum)<\/li>\n\n\n\n<li>Disk Space: 3GB (for the install folder)<\/li>\n\n\n\n<li>A purchased copy of \u201cProject Zomboid\u201d from Steam<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-1-how-to-create-project-zomboid-dedicated-server-using-steamcmd\">Method 1: <br>How to create Project Zomboid dedicated server using SteamCMD <\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-windows-project-zomboid-server-installation\">Windows <strong> Project Zomboid Server Installation<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-a-setup-steamcmd\"><strong>a. Setup<\/strong> SteamCMD<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a folder for your Project Zomboid server on your system drive, for example: <code>C:\\PZServer<\/code>.<\/li>\n\n\n\n<li>Download SteamCMD for Windows from <a href=\"https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd.zip\">this link<\/a>.<\/li>\n\n\n\n<li>Extract the contents of the zip file to the folder you just created (e.g., <code>C:\\PZServer<\/code>).<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-b-fetching-server-files\"><strong>b. Fetching Server Files<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a file named <code>FetchServerFiles.bat<\/code> and insert the following code:<br><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>@echo off\nstart \"\" steamcmd.exe +login anonymous +force_install_dir \"C:\\PZServer\" +app_update 380870 validate +quit\n<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Run <code>FetchServerFiles.bat<\/code> to fetch the Project Zomboid server files from Steam.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-c-running-the-project-zomboid-dedicated-server-on-windows\"><strong>c. <strong>Running the Project Zomboid Dedicated Server on Windows<\/strong><\/strong><\/h3>\n\n\n\n<p><strong>Running the Project Zomboid Server on Windows<\/strong><\/p>\n\n\n\n<p>To start your Project Zomboid server on Windows, follow these steps:<\/p>\n\n\n\n<p><strong>1. Navigate to the Download Folder<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you specified a custom download folder (e.g., C:\\pzserver), navigate to that location.<\/li>\n\n\n\n<li>If you used Steam to install the server, the default download directory is typically C:\\Program Files (x86)\\Steam\\steamapps\\common\\Project Zomboid Dedicated Server.<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Locate the Batch Files<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Look for three batch files named StartServer in the download folder. The specific batch file you choose depends on your requirements:\n<ul class=\"wp-block-list\">\n<li><code>StartServer32<\/code> starts the Steam-compatible 32-bit dedicated server.<\/li>\n\n\n\n<li><code>StartServer64<\/code> starts the Steam-compatible 64-bit dedicated server.<\/li>\n\n\n\n<li><code>StartServer64_nosteam<\/code> starts the non-Steam 64-bit dedicated server.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>3. Choose the Correct Batch File<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the batch file that corresponds to your operating system. In most cases, this will be <code>StartServer64<\/code> unless you intentionally need to use 32-bit or the non-Steam version.<\/li>\n<\/ul>\n\n\n\n<p><strong>4. Edit Memory Settings (Important Note)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the <code>StartServer64<\/code> batch file using a text editor.<\/li>\n\n\n\n<li>Locate the section specifying memory settings. It looks like this: <br><br><code>\".\\jre64\\bin\\java.exe\" -Djava.awt.headless=true -Dzomboid.steam=1 -Dzomboid.znetlog=1 -XX:+UseZGC -XX:-CreateCoredumpOnCrash -XX:-OmitStackTraceInFastThrow -Xms16g -Xmx16g -Djava.library.path=natives\/;natives\/win64\/;. -cp %PZ_CLASSPATH% zombie.network.GameServer -statistic 0<\/code><br><\/li>\n\n\n\n<li>Change the <code>-Xms<\/code> and <code>-Xmx<\/code> values to your desired memory allocation. For example: <br><br><code>\"-Xms6g -Xmx6g\"<\/code><\/li>\n<\/ul>\n\n\n\n<p><strong>5. Save Changes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Save the modified <code>StartServer64<\/code> batch file.<\/li>\n<\/ul>\n\n\n\n<p><strong>6. Launch the project Zomboid Server<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Double-click on the modified <code>StartServer64<\/code> batch file to launch the Project Zomboid server.<\/li>\n\n\n\n<li>The server will open a command console window and begin executing. On the first run, it will prompt you to set a password for the admin account it will create.<\/li>\n\n\n\n<li>After the server finishes setting up with default game settings, a message will be displayed indicating success or failure.<\/li>\n<\/ul>\n\n\n\n<p>By following these steps, you can successfully run your Project Dedicated Zomboid server on Windows.<\/p>\n\n\n\n<p>Adjust the placeholders and parameters to suit your server preferences and configurations.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-2-how-to-create-project-zomboid-dedicated-server-using-using-windowsgsm\">Method 2: How to create Project Zomboid Dedicated server using using WindowsGSM<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-a-windowsgsm-installation\"><strong>a. WindowsGSM Installation:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 1<\/strong>: Download WindowsGSM from the official website:&nbsp;<a href=\"https:\/\/windowsgsm.com\/\">WindowsGSM<\/a>.<\/li>\n\n\n\n<li><strong>Step 2<\/strong>: Choose a location on your computer where you want all servers to be installed and run. Create a folder there.<\/li>\n\n\n\n<li><strong>Step 3<\/strong>: Drag the&nbsp;<code>WindowsGSM.Exe<\/code>&nbsp;file into the folder you just created.<\/li>\n\n\n\n<li><strong>Step 4<\/strong>: Execute the&nbsp;<code>WindowsGSM.Exe<\/code>&nbsp;file. this will generate extra folders and files i.e&nbsp;<code>backups,bin,configs,logs,plugins,servers, MahApps.Metro.dll<\/code><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"893\" height=\"330\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear.png\" alt=\"\" class=\"wp-image-4214\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear.png 893w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-600x222.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-300x111.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-768x284.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-370x137.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-270x100.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-570x211.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/folders-and-files-will-appear-740x273.png 740w\" sizes=\"auto, (max-width: 893px) 100vw, 893px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-b-project-zomboid-windowsgsm-plugin-installation\"><strong>b.\u00a0<\/strong>Project Zomboid <strong>WindowsGSM<\/strong>\u00a0<strong>Plugin Installation<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 1<\/strong>: Download the latest release of the plugin from&nbsp;<a href=\"https:\/\/github.com\/DoctorBeardz\/WindowsGSM.ProjectZomboid\">GitHub<\/a>.<\/li>\n\n\n\n<li><strong>Step 2<\/strong>: Extract the downloaded file.<\/li>\n\n\n\n<li><strong>Step 3<\/strong>: Move the&nbsp;<strong>ProjectZomboid.cs<\/strong>&nbsp;folder to the&nbsp;<code>plugins<\/code>&nbsp;folder in your WindowsGSM directory.<\/li>\n\n\n\n<li><strong>Step 4<\/strong>: Click&nbsp;<strong>[RELOAD PLUGINS]<\/strong>&nbsp;button or restart WindowsGSM\n<ul class=\"wp-block-list\">\n<li>In the WindowsGSM interface, click on the puzzle icon located at the bottom left side.<\/li>\n\n\n\n<li>Navigate to the location of the downloaded plugin and select the zip file to install it.<\/li>\n\n\n\n<li>After installing the plugin, either click on the&nbsp;<strong>RELOAD PLUGINS<\/strong>&nbsp;button or restart WindowsGSM to ensure the plugin is loaded correctly.<br><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Step 5<\/strong>: Navigate to the \u201cServers\u201d section in WindowsGSM. Click on \u201cInstall Game Server\u201d and look for \u201cProject Zomboid Dedicated Server \u201d to install.<\/li>\n\n\n\n<li><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-configuring-project-zomboid-dedicated-server\"><strong>Configuring Project Zomboid Dedicated Server<\/strong><\/h3>\n\n\n\n<p>It will be necessary to edit the proper servertest.ini files for all the sandbox and server settings to be used properly.<\/p>\n\n\n\n<p>After launching the server, make sure to Toggle open the server console and write your custom &#8220;admin&#8221; account password to the console. You only need to do this once when the server is launched for the first time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-3-project-zomboid-dedicated-server-hosting\">Method 3: Project Zomboid dedicated server hosting<\/h2>\n\n\n\n<p>If setting up and configuring the server yourself is too much you can<a href=\"https:\/\/xgamingserver.com\/project-zomboid-server-hosting\">&nbsp;host a dedicated Project Zomboid server with us. <\/a><\/p>\n\n\n\n<p>With our hosting service you will get<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;Dedicated RAM<\/li>\n\n\n\n<li>&nbsp;Dedicated CPU cores<\/li>\n\n\n\n<li>&nbsp;DDoS Protection<\/li>\n\n\n\n<li>&nbsp;Automated Cloud Backups<\/li>\n\n\n\n<li>&nbsp;No fixed game slots<\/li>\n\n\n\n<li>Full Server Control and more<\/li>\n<\/ul>\n\n\n\n<p>Rent your Project Zomboid server now!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/xgamingserver.com\/project-zomboid-server-hosting\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"240\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4.png\" alt=\"project Zomboid dedicated server\" class=\"wp-image-16037\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-600x141.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-300x70.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-768x180.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-370x87.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-270x63.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-570x134.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-740x173.png 740w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Setting up a game server can be a complex task, but with the right guidance, it becomes a straightforward process. Here\u2019s a comprehensive guide on how to create Project Zomboid Dedicated Server The Project Zomboid Dedicated&nbsp;Server Requirements Ensure your system meets the following requirements: Method 1: How to create Project Zomboid dedicated server using SteamCMD [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1588,"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":[41],"tags":[42],"class_list":["post-16035","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-project-zomboid-server-docs","tag-project-zomboid"],"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 Create Project Zomboid 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-create-project-zomboid-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 Create Project Zomboid Dedicated Server\" \/>\n<meta property=\"og:description\" content=\"Setting up a game server can be a complex task, but with the right guidance, it becomes a straightforward process. Here\u2019s a comprehensive guide on how to create Project Zomboid Dedicated Server The Project Zomboid Dedicated&nbsp;Server Requirements Ensure your system meets the following requirements: Method 1: How to create Project Zomboid dedicated server using SteamCMD [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-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=\"2023-12-17T21:03:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-08T08:39:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\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=\"5 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-create-project-zomboid-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"How to Create Project Zomboid Dedicated Server\",\"datePublished\":\"2023-12-17T21:03:18+00:00\",\"dateModified\":\"2024-03-08T08:39:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/\"},\"wordCount\":777,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg\",\"keywords\":[\"project Zomboid\"],\"articleSection\":[\"Project Zomboid\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/\",\"name\":\"How to Create Project Zomboid Dedicated Server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg\",\"datePublished\":\"2023-12-17T21:03:18+00:00\",\"dateModified\":\"2024-03-08T08:39:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg\",\"width\":1280,\"height\":720,\"caption\":\"project_zomboid-server-hosting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Project Zomboid\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/project-zomboid-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Create Project Zomboid Dedicated 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 Create Project Zomboid 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-create-project-zomboid-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Create Project Zomboid Dedicated Server","og_description":"Setting up a game server can be a complex task, but with the right guidance, it becomes a straightforward process. Here\u2019s a comprehensive guide on how to create Project Zomboid Dedicated Server The Project Zomboid Dedicated&nbsp;Server Requirements Ensure your system meets the following requirements: Method 1: How to create Project Zomboid dedicated server using SteamCMD [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2023-12-17T21:03:18+00:00","article_modified_time":"2024-03-08T08:39:17+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg","type":"image\/jpeg"}],"author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"How to Create Project Zomboid Dedicated Server","datePublished":"2023-12-17T21:03:18+00:00","dateModified":"2024-03-08T08:39:17+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/"},"wordCount":777,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg","keywords":["project Zomboid"],"articleSection":["Project Zomboid"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/","name":"How to Create Project Zomboid Dedicated Server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg","datePublished":"2023-12-17T21:03:18+00:00","dateModified":"2024-03-08T08:39:17+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/01\/project_zomboid-5584705.jpg","width":1280,"height":720,"caption":"project_zomboid-server-hosting"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-project-zomboid-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Project Zomboid","item":"https:\/\/xgamingserver.com\/blog\/category\/project-zomboid-server-docs\/"},{"@type":"ListItem","position":3,"name":"How to Create Project Zomboid Dedicated 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\/2022\/01\/project_zomboid-5584705.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/16035","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=16035"}],"version-history":[{"count":4,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/16035\/revisions"}],"predecessor-version":[{"id":19872,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/16035\/revisions\/19872"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/1588"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=16035"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=16035"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=16035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}