{"id":4176,"date":"2023-10-16T18:33:50","date_gmt":"2023-10-16T18:33:50","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=4176"},"modified":"2023-12-17T11:01:45","modified_gmt":"2023-12-17T11:01:45","slug":"how-to-create-the-front-dedicated-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/","title":{"rendered":"How to Create the Front Dedicated Server"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/xgamingserver.com\/the-front-server-hosting\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"240\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-1024x240.jpg\" alt=\"the front server hosting\" class=\"wp-image-4227\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-1024x240.jpg 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-600x141.jpg 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-300x70.jpg 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-768x180.jpg 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-370x87.jpg 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-270x63.jpg 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-570x134.jpg 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-740x173.jpg 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad.jpg 1280w\" 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&#8217;s a comprehensive guide on how to create The Front Dedicated Server<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Front Dedicated <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 &#8220;The Front&#8221; from Steam<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: How to create The Front dedicated server using SteamCMD<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">a. <strong>Setup<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a folder on your system drive: <code>C:\\TheFront<\/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.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">b. <strong>Fetching Server Files<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a file named <code>FetchServerFiles.bat<\/code> and insert the following code:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>@echo off\nstart \"\" steamcmd.exe +login USER PASS +force_install_dir \"C:\\TheFrontServer\" +app_update 2612550 validate +quit<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run <code>FetchServerFiles.bat<\/code> to fetch the server files from Steam.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">c. <strong>Starting the The Front Server<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>start \"\" \"C:\\PATH\\TO\\YOUR\\FILES\\ProjectWar\\Binaries\\Win64\\TheFrontServer.exe\" ProjectWar ProjectWar_Start ?Listen?MaxPlayers=8 -server -game -QueueThreshold=8 -ServerName=\"YOUR SERVER NAME\" -ServerAdminAccounts=STEAM64ID;STEAM64ID;STEAM64ID -log log=log.log -locallogtimes -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -OutIPAddress=YOUR_PUBLIC_IP -ServerID=ANY_IDEA -port=PORT-BeaconPort=PORT+1 -QueryPort=PORT+2 -Game.PhysicsVehicle=false -ansimalloc -Game.MaxFrameRate=35 -ShutDownServicePort=PORT+3<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a batch file named <code>StartServer.bat<\/code> and paste the command above<\/li>\n\n\n\n<li>Modify the necessary parameters like <code>ServerName<\/code>, <code>ServerPassword<\/code>, <code>ServerAdminAccounts<\/code>, etc., to customize your server.<\/li>\n\n\n\n<li>Run <code>StartServer.bat<\/code>. The first time you start the server, it might take up to 10 minutes to load.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: How to create the front Dedicated server using using WindowsGSM<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><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: <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 <code>WindowsGSM.Exe<\/code> file into the folder you just created.<\/li>\n\n\n\n<li><strong>Step 4<\/strong>: Execute the <code>WindowsGSM.Exe<\/code> file. this will generate extra folders and files i.e <code>backups,bin,configs,logs,plugins,servers, MahApps.Metro.dll<\/code><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><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\"><strong>b. <strong>The Front<\/strong><\/strong> <strong>WindowsGSM<\/strong> <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 <a href=\"https:\/\/github.com\/ohmcodes\/WindowsGSM.TheFront\/releases\/tag\/latest\">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 <code>TheFront.cs<\/code> folder to the <code>plugins<\/code> folder in your WindowsGSM directory.<\/li>\n<\/ul>\n\n\n\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><strong>Step 4<\/strong>: After installing the plugin, either click on the <strong>RELOAD PLUGINS<\/strong> button or restart WindowsGSM to ensure the plugin is loaded correctly.<\/li>\n\n\n\n<li><strong>Step 5<\/strong>: Navigate to the &#8220;Servers&#8221; section in WindowsGSM. Click on &#8220;Install Game Server&#8221; and look for &#8220;The Front Dedicated Server [TheFront.cs]&#8221; to install. <\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"665\" data-id=\"4215\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-1024x665.png\" alt=\"Import plugins\" class=\"wp-image-4215\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-1024x665.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-600x389.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-300x195.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-768x498.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-370x240.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-270x175.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-570x370.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins-740x480.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/plugins.png 1091w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"703\" data-id=\"4216\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-1024x703.png\" alt=\"reload the front plugin\" class=\"wp-image-4216\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-1024x703.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-600x412.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-300x206.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-768x527.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-370x254.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-270x185.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-435x300.png 435w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-570x391.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins-740x508.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/reaload-plugins.png 1128w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"669\" data-id=\"4217\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-1024x669.png\" alt=\"Install the Front game server\" class=\"wp-image-4217\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-1024x669.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-600x392.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-300x196.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-768x501.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-370x242.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-270x176.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-570x372.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front-740x483.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/installing-the-front.png 1109w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"670\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-1024x670.png\" alt=\"Start the front Dedicated server\" class=\"wp-image-4219\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-1024x670.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-600x393.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-300x196.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-768x503.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-370x242.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-270x177.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-570x373.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1-740x484.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/start-server-1.png 1097w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Configuring The Front Dedicated Server<\/strong><\/h3>\n\n\n\n<p>Setting up your game server to your preferences is crucial. Here&#8217;s how you can do it:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the <code>ServerConfig_.ini<\/code> file to modify game server settings. This file can be found in the <code>\/TheFrontManager\/<\/code> directory. The settings in this file will overwrite your launch line settings. Here&#8217;s a sample configuration:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;BaseServerConfig]\nIsCanMail=1.000000\nServerName=\"YOUR SERVER NAME\"\nServerPassword=\nServerAdminAccounts=STEAM64ID;STEAM64ID;\nServerTitle=\"A simple description of your server\"\nPlayerAddExpRate=1<\/code><\/pre>\n\n\n\n<p>Remember to replace placeholders like <code>YOUR SERVER NAME<\/code> and <code>STEAM64ID<\/code> with your actual values. <\/p>\n\n\n\n<p>See an in-dep<a href=\"https:\/\/xgamingserver.com\/blog\/guide-to-the-front-server-configuration-settings-in-serverconfig_-ini\/\">th the front server configuration guide <\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-1024x575.png\" alt=\"\" class=\"wp-image-4178\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-1024x575.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-600x337.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-300x168.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-768x431.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-1536x862.png 1536w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-370x208.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-270x152.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-570x320.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image-740x415.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/image.png 1911w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>And that&#8217;s it! You&#8217;ve successfully set up the front server for ProjectWar. Always ensure your server&#8217;s security and regularly back up your data to prevent potential data loss or breaches.<\/p>\n\n\n\n<p><a href=\"https:\/\/xgamingserver.com\/blog\/how-to-join-the-front-dedicated-server\/\">You can now connect to your the Front server<\/a><\/p>\n\n\n\n<p>See the official documentation video below<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"The Front - Dedicated Server Setup Tutorial\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/xZT9PkN8dUI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Method 3: The Front 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\/the-front-server-hosting\">host a dedicated The Front server with us<\/a>.  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>\u00a0DDoS 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 the front server now!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/xgamingserver.com\/the-front-server-hosting\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"240\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-1024x240.jpg\" alt=\"the front server hosting\" class=\"wp-image-4227\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-1024x240.jpg 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-600x141.jpg 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-300x70.jpg 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-768x180.jpg 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-370x87.jpg 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-270x63.jpg 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-570x134.jpg 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad-740x173.jpg 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-front-server-hosting-ad.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"The Front Server Hosting || XGamingServer\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/Q_pbt7YfN3I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><figcaption class=\"wp-element-caption\">The front Server Hosting<\/figcaption><\/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&#8217;s a comprehensive guide on how to create The Front Dedicated Server The Front Dedicated Server Requirements Ensure your system meets the following requirements: Method 1: How to create The Front dedicated server using SteamCMD [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4177,"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":[91],"tags":[],"class_list":["post-4176","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-front"],"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 the Front 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-the-front-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 the Front 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&#8217;s a comprehensive guide on how to create The Front Dedicated Server The Front Dedicated Server Requirements Ensure your system meets the following requirements: Method 1: How to create The Front dedicated server using SteamCMD [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-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-10-16T18:33:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-17T11:01:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\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-the-front-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"How to Create the Front Dedicated Server\",\"datePublished\":\"2023-10-16T18:33:50+00:00\",\"dateModified\":\"2023-12-17T11:01:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/\"},\"wordCount\":573,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg\",\"articleSection\":[\"The Front\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/\",\"name\":\"How to Create the Front Dedicated Server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg\",\"datePublished\":\"2023-10-16T18:33:50+00:00\",\"dateModified\":\"2023-12-17T11:01:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"The front dedicated server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Front\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/the-front\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Create the Front 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 the Front 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-the-front-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Create the Front 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&#8217;s a comprehensive guide on how to create The Front Dedicated Server The Front Dedicated Server Requirements Ensure your system meets the following requirements: Method 1: How to create The Front dedicated server using SteamCMD [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2023-10-16T18:33:50+00:00","article_modified_time":"2023-12-17T11:01:45+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.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-the-front-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"How to Create the Front Dedicated Server","datePublished":"2023-10-16T18:33:50+00:00","dateModified":"2023-12-17T11:01:45+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/"},"wordCount":573,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg","articleSection":["The Front"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/","name":"How to Create the Front Dedicated Server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg","datePublished":"2023-10-16T18:33:50+00:00","dateModified":"2023-12-17T11:01:45+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/10\/the-the-front-server-hosting.jpg","width":1920,"height":1080,"caption":"The front dedicated server"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-the-front-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The Front","item":"https:\/\/xgamingserver.com\/blog\/category\/the-front\/"},{"@type":"ListItem","position":3,"name":"How to Create the Front 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\/2023\/10\/the-the-front-server-hosting.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/4176","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=4176"}],"version-history":[{"count":19,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/4176\/revisions"}],"predecessor-version":[{"id":16032,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/4176\/revisions\/16032"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/4177"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=4176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=4176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=4176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}