{"id":19602,"date":"2018-11-01T11:30:36","date_gmt":"2018-11-01T11:30:36","guid":{"rendered":"https:\/\/www.heartinternet.uk\/blog\/?p=19602"},"modified":"2018-11-01T11:30:36","modified_gmt":"2018-11-01T11:30:36","slug":"how-to-set-up-a-minecraft-server","status":"publish","type":"post","link":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/","title":{"rendered":"How to set up a Minecraft server"},"content":{"rendered":"<p><a href=\"https:\/\/minecraft.net\/en-us\/\">Minecraft<\/a> has sold over 144 million copies as of early 2018, making it the second best-selling video game of all time, behind Tetris.<\/p>\n<p>Why is it so popular? Because it\u2019s not just a video game. It\u2019s an educational tool that teaches kids how to code, how to solve problems and how to exercise creativity. And it\u2019s also an open platform to be <a href=\"https:\/\/www.minecraftmods.com\/\">expanded by mod developers<\/a>.<\/p>\n<p>If you\u2019re new to the game, go and buy the game and start playing. But if you want to enjoy the full Minecraft experience, you\u2019ll need to set up your own private Minecraft server.<\/p>\n<p>In this guide, we\u2019ll walk you through the steps to setting up your very own Minecraft server on Windows, Mac and Linux. If you already have <a href=\"https:\/\/www.heartinternet.uk\/dedicated-servers\">a dedicated server<\/a> from us, you can use these steps to set up your server and start playing.<\/p>\n<h3>How to set up a Minecraft server on Windows, Mac, or Linux<\/h3>\n<p>At the very core, these are the steps you\u2019ll need to follow to set up a Minecraft server:<\/p>\n<ol>\n<li>Update to the latest version of Java<\/li>\n<li>Choose a location for your server<\/li>\n<li>Download the Minecraft server software<\/li>\n<li>Start the Minecraft server<\/li>\n<li>Check to ensure that your server is accessible<\/li>\n<\/ol>\n<h3>Consider your options<\/h3>\n<p>If you want to run a Minecraft server from home, make sure you have a powerful system that allows it to run smoothly.<\/p>\n<p>If, for security reasons or any other reason, you don\u2019t want to host your server at home, you can use a game server hosting provider instead. A <a href=\"https:\/\/www.heartinternet.uk\/dedicated-servers\">Dedicated Server from Heart Internet<\/a> is a good choice as it keeps you from exposing your home network to the world, while saving you the hassle of managing server hardware.<\/p>\n<p>Let\u2019s get started!<\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/minecraftserver-1.jpg\" alt=\"Setting up a Minecraft server on Windows\" width=\"650\" height=\"225\" class=\"aligncenter size-full wp-image-19700\" \/><\/p>\n<h3>Setting up a Minecraft server on Windows<\/h3>\n<h4>Get the latest version of Java<\/h4>\n<p>Since Minecraft is a Java-based game, the first step is to make sure you have the latest version of Java. So go to <a href=\"https:\/\/www.java.com\/en\/download\/\">java.com\/en\/download<\/a> and download and install the latest version of Java.<\/p>\n<h4>Choose a location for your Minecraft server files<\/h4>\n<p>Next, you\u2019ll need to choose the location where you\u2019d like to set up and run the server from. To keep everything organised, we recommend creating a dedicated folder to store all these files.<\/p>\n<h4>Download the Minecraft server software<\/h4>\n<p>Once you\u2019ve chosen a location, go ahead and <a href=\"https:\/\/minecraft.net\/en-us\/download\/server\">download the latest Minecraft server setup software from the official site<\/a>.<\/p>\n<p>This will download as a .jar file. Move it to the location you chose in step two and double-click it to start the server.<\/p>\n<p>You will also need to accept the EULA agreement. You can do that by editing the eula.txt file and changing <code>eula=false<\/code> to <code>eula=true<\/code>.<\/p>\n<h4>Start the server<\/h4>\n<p>Now you\u2019re ready to start the Minecraft server.<\/p>\n<p>Go to the Minecraft server folder where you installed the server files and initiate the server by executing this command:<\/p>\n<p><code>java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui<\/code><\/p>\n<p>Another option is to double-click the .jar file again to start the server. In this case, you might need to allow the Minecraft server through the firewall.<\/p>\n<p>That\u2019s it. Now that your server is running, you can start inviting people to connect to your server via your local IP address or via your external\/ public IP address.<\/p>\n<h4>Check to ensure that your server is accessible<\/h4>\n<p>Enter your IP address into the <a href=\"https:\/\/dinnerbone.com\/minecraft\/tools\/status\/\">Minecraft Server Status Checker<\/a> to check if your server is accessible.<\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/minecraftserver-2.jpg\" alt=\"Setting up a Minecraft server on Mac\" width=\"650\" height=\"225\" class=\"aligncenter size-full wp-image-19703\" \/><\/p>\n<h3>Setting up a Minecraft server on Mac<\/h3>\n<h4>Install or update Java<\/h4>\n<p>Java is included by default if you\u2019re using a newer version of MacOS. If you\u2019re using an older version, you may need to <a href=\"https:\/\/support.apple.com\/kb\/dl1572?locale=en_US\">download and install a legacy Java version from the Apple website<\/a>.<\/p>\n<h4>Choose a location for your Minecraft server files<\/h4>\n<p>Create a dedicated folder for all your Minecraft server files so everything is organised and easy to find.<\/p>\n<h4>Download the Minecraft server software<\/h4>\n<p><a href=\"https:\/\/minecraft.net\/en-us\/download\/server\">Download the Minecraft server setup software<\/a> from the official website.<\/p>\n<p>This downloads as a .jar file, which you should save in the location you chose in the previous step.<\/p>\n<p>Next, open TextEdit and set the format to plain text. Copy and paste the following into the file:<\/p>\n<p><code>#!\/bin\/bash<\/code><\/p>\n<p><code>cd \"$(dirname \"$0\")\"<\/code><\/p>\n<p><code>exec java -Xms1024M -Xmx1024M -jar minecraft_server.jar nogui<\/code><\/p>\n<p>Save the file as <code>start.command<\/code> in the same folder where the other Minecraft server setup files are located.<\/p>\n<p>To make it work, you\u2019ll need to grant permission.<\/p>\n<p>Open the Terminal and type <code>chmod a+x<\/code>\u00a0with a space after the command. Now simply drag and drop the start.command file into the terminal window and press enter.<\/p>\n<h4>Start the server<\/h4>\n<p>Double-click the start.command file and a new terminal window will open.<\/p>\n<p>If you\u2019re running the server for the first time, you\u2019ll probably get a few error messages and\/ or missing file warnings. This is normal so it\u2019s nothing to be alarmed about.<\/p>\n<p>There you go! Now your server is running which means you can start inviting people to connect to it via your local IP address or via your external\/ public IP address.<\/p>\n<h4>Check to ensure that your server is accessible<\/h4>\n<p>Don\u2019t forget to enter your IP address into the <a href=\"https:\/\/dinnerbone.com\/minecraft\/tools\/status\/\">Minecraft Server Status Checker<\/a> to check if your server is accessible.<\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/minecraftserver-3.jpg\" alt=\"Setting up a Minecraft server in Linux\" width=\"650\" height=\"225\" class=\"aligncenter size-full wp-image-19704\" \/><\/p>\n<h3>Setting up a Minecraft server on Linux<\/h3>\n<p>As mentioned before, if you don\u2019t want to take on the risks or the hassle of hosting a server at home, you can always get a game server hosting plan like a Dedicated Server from Heart Internet.<\/p>\n<p>For these next steps, you\u2019ll need to connect to your hosting with SSH. <a href=\"https:\/\/www.heartinternet.uk\/support\/article\/how-do-i-connect-to-my-virtual-linux-server-through-ssh.html\">This support article explains the steps<\/a> if you\u2019re not familiar with the process.<\/p>\n<h4>Download and install Java<\/h4>\n<p>While SSH&#8217;d into your host as the root user, enter the following command:<\/p>\n<p><code>apt-cache search openjdk<\/code><\/p>\n<p>This will return a list with the available OpenJDK packages that can install Java. Let\u2019s select openjdk-7-jdk, which is the OpenJDK 7 Development Kit.<\/p>\n<p>Use the following command to update the list of packages from the remote repositories:<\/p>\n<p><code>apt-get update<\/code><\/p>\n<p>Next, install the selected software package:<\/p>\n<p><code>apt-get install openjdk-7-jdk<\/code><\/p>\n<p>Now simply press \u201cY\u201d to authorise the required storage space for installation.<\/p>\n<h4>Choose a location for your Minecraft server files<\/h4>\n<p>Create a new folder on your host where you\u2019d like to save all your Minecraft server files. Then go to that folder.<\/p>\n<p><code>mkdir minecraft<\/code><\/p>\n<p><code>cd minecraft<\/code><\/p>\n<h4>Download the Minecraft server software<\/h4>\n<p>Run the <code>wget<\/code> command to download the Minecraft server files:<\/p>\n<p><code>wget -O minecraft_server.jar https:\/\/s3.amazonaws.com\/Minecraft.Download\/versions\/1.12.2\/minecraft_server.1.12.2.jar<\/code><\/p>\n<p>Install and run \u201cscreen\u201d so that your server continues to run even when you\u2019re not connected:<\/p>\n<p><code>yum install screen<\/code><\/p>\n<p><code>screen <\/code><\/p>\n<h4>Start the server<\/h4>\n<p>Start the server using the following command:<\/p>\n<p><code>java -Xmx1024M -Xms1024M -jar minecraft_server.1.13.1.jar nogui<\/code><\/p>\n<h4>Check to ensure that your server is accessible<\/h4>\n<p>Enter your IP address into the <a href=\"https:\/\/dinnerbone.com\/minecraft\/tools\/status\/\">Minecraft Server Status Checker<\/a> to check if your server is accessible.<\/p>\n<p><code>There you have it: the key steps to setting up a Minecraft server on Windows, Mac and Linux.<\/code><\/p>\n<p>And if you want to dig deeper, these in-depth guides are very useful:<\/p>\n<ul>\n<li><a href=\"https:\/\/minecraft.gamepedia.com\/Tutorials\/Setting_up_a_server\">Setting up a server<\/em><\/a><\/li>\n<li><a href=\"https:\/\/minecraft.gamepedia.com\/Server#Managing_and_maintaining_a_server\">Managing and maintaining a server<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to set up your own Minecraft server with this quick and easy guide.<\/p>\n","protected":false},"author":2,"featured_media":19605,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":{"0":"post-19602","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-dedicated-servers"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to set up a Minecraft server - Heart Internet<\/title>\n<meta name=\"description\" content=\"Learn how to set up a Minecraft server so you can host your own games whether you use Windows, Mac or Linux\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set up a Minecraft server - Heart Internet\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up a Minecraft server so you can host your own games whether you use Windows, Mac or Linux\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Heart Internet\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/heartinternet\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-01T11:30:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"825\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Eliot Chambers-Ostler\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@heartinternet\" \/>\n<meta name=\"twitter:site\" content=\"@heartinternet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eliot Chambers-Ostler\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\"},\"author\":{\"name\":\"Eliot Chambers-Ostler\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/58ed7f27cc0f3ab6e69135742a5eee28\"},\"headline\":\"How to set up a Minecraft server\",\"datePublished\":\"2018-11-01T11:30:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\"},\"wordCount\":1136,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg\",\"articleSection\":[\"Dedicated Servers\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\",\"name\":\"How to set up a Minecraft server - Heart Internet\",\"isPartOf\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg\",\"datePublished\":\"2018-11-01T11:30:36+00:00\",\"description\":\"Learn how to set up a Minecraft server so you can host your own games whether you use Windows, Mac or Linux\",\"breadcrumb\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg\",\"contentUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg\",\"width\":1100,\"height\":825},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.heartinternet.uk\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set up a Minecraft server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/heartblog.victory.digital\/#website\",\"url\":\"https:\/\/heartblog.victory.digital\/\",\"name\":\"Heart Internet\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/heartblog.victory.digital\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\",\"name\":\"Heart Internet\",\"url\":\"https:\/\/heartblog.victory.digital\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp\",\"contentUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp\",\"width\":992,\"height\":252,\"caption\":\"Heart Internet\"},\"image\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/heartinternet\/\",\"https:\/\/x.com\/heartinternet\",\"https:\/\/www.linkedin.com\/company\/heart-internet-ltd\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/58ed7f27cc0f3ab6e69135742a5eee28\",\"name\":\"Eliot Chambers-Ostler\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/08\/cropped-Eliot-96x96.jpg\",\"contentUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/08\/cropped-Eliot-96x96.jpg\",\"caption\":\"Eliot Chambers-Ostler\"},\"url\":\"https:\/\/www.heartinternet.uk\/blog\/author\/eliot-chambers-ostler\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set up a Minecraft server - Heart Internet","description":"Learn how to set up a Minecraft server so you can host your own games whether you use Windows, Mac or Linux","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:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/","og_locale":"en_GB","og_type":"article","og_title":"How to set up a Minecraft server - Heart Internet","og_description":"Learn how to set up a Minecraft server so you can host your own games whether you use Windows, Mac or Linux","og_url":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/","og_site_name":"Heart Internet","article_publisher":"https:\/\/www.facebook.com\/heartinternet\/","article_published_time":"2018-11-01T11:30:36+00:00","og_image":[{"width":1100,"height":825,"url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg","type":"image\/jpeg"}],"author":"Eliot Chambers-Ostler","twitter_card":"summary_large_image","twitter_creator":"@heartinternet","twitter_site":"@heartinternet","twitter_misc":{"Written by":"Eliot Chambers-Ostler","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#article","isPartOf":{"@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/"},"author":{"name":"Eliot Chambers-Ostler","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/58ed7f27cc0f3ab6e69135742a5eee28"},"headline":"How to set up a Minecraft server","datePublished":"2018-11-01T11:30:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/"},"wordCount":1136,"commentCount":0,"publisher":{"@id":"https:\/\/heartblog.victory.digital\/#organization"},"image":{"@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg","articleSection":["Dedicated Servers"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/","url":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/","name":"How to set up a Minecraft server - Heart Internet","isPartOf":{"@id":"https:\/\/heartblog.victory.digital\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage"},"image":{"@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg","datePublished":"2018-11-01T11:30:36+00:00","description":"Learn how to set up a Minecraft server so you can host your own games whether you use Windows, Mac or Linux","breadcrumb":{"@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#primaryimage","url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg","contentUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2018\/10\/minecraft-toy.jpg","width":1100,"height":825},{"@type":"BreadcrumbList","@id":"https:\/\/www.heartinternet.uk\/blog\/how-to-set-up-a-minecraft-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.heartinternet.uk\/blog\/"},{"@type":"ListItem","position":2,"name":"How to set up a Minecraft server"}]},{"@type":"WebSite","@id":"https:\/\/heartblog.victory.digital\/#website","url":"https:\/\/heartblog.victory.digital\/","name":"Heart Internet","description":"","publisher":{"@id":"https:\/\/heartblog.victory.digital\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/heartblog.victory.digital\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/heartblog.victory.digital\/#organization","name":"Heart Internet","url":"https:\/\/heartblog.victory.digital\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/","url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp","contentUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp","width":992,"height":252,"caption":"Heart Internet"},"image":{"@id":"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/heartinternet\/","https:\/\/x.com\/heartinternet","https:\/\/www.linkedin.com\/company\/heart-internet-ltd"]},{"@type":"Person","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/58ed7f27cc0f3ab6e69135742a5eee28","name":"Eliot Chambers-Ostler","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/image\/","url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/08\/cropped-Eliot-96x96.jpg","contentUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/08\/cropped-Eliot-96x96.jpg","caption":"Eliot Chambers-Ostler"},"url":"https:\/\/www.heartinternet.uk\/blog\/author\/eliot-chambers-ostler\/"}]}},"_links":{"self":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts\/19602","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/comments?post=19602"}],"version-history":[{"count":0,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts\/19602\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/media\/19605"}],"wp:attachment":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/media?parent=19602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/categories?post=19602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/tags?post=19602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}