{"id":44,"date":"2024-03-04T07:14:15","date_gmt":"2024-03-04T07:14:15","guid":{"rendered":"https:\/\/gratisvps.net\/blog\/?p=44"},"modified":"2024-03-04T07:14:15","modified_gmt":"2024-03-04T07:14:15","slug":"how-to-set-up-a-minecraft-server-on-linux","status":"publish","type":"post","link":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/","title":{"rendered":"How to Set up a Minecraft Server on Linux"},"content":{"rendered":"<p>There are plenty of reasons why you\u2019d want to set up a Minecraft server on your Linux machine. Perhaps you want to play local multiplayer later in the day because your friends are coming over, or maybe you like to have full control of the game. Either way, setting up a Minecraft server on Linux is a piece of cake, and we\u2019ll show you how to do the same.<\/p>\n<div id=\"toc_container\" class=\" non-default-links\" tabindex=\"0\" role=\"button\">\n<div id=\"toogle_toc\" data-amp-bind-class=\"'toogle_toc ' + ( visibletoc ? 'extraicon' : 'hideextraicon' )\"><span class=\"toc_title\">Table of Contents<\/span><\/div>\n<nav data-hash1=\"false\"><\/nav>\n<\/div>\n<h2 id=\"h-prerequisites-to-set-up-a-minecraft-server-on-linux\" class=\"wp-block-heading\">Prerequisites to Set up a Minecraft Server on Linux<\/h2>\n<p>Here are the prerequisites for setting up a Minecraft server on Linux:<\/p>\n<ul>\n<li>A Linux system, of course<\/li>\n<li>Java 17 and above<\/li>\n<li>Minecraft Server Java file (JAR)<\/li>\n<\/ul>\n<p class=\"has-gray-100-background-color has-background\"><em><strong>Note<\/strong>: We\u2019re running the Minecraft server locally in this guide, and it might impact the performance of your machine. Closing the terminal will kill the server, hence we recommend minimizing it as soon as you run it or open another instance if you want to do something else.<\/em><\/p>\n<h2 id=\"set-up-a-minecraft-server-on-your-linux-system\" class=\"wp-block-heading\">Set up a Minecraft Server on Your Linux System<\/h2>\n<h3 id=\"h-step-1-install-java-in-your-linux-distro\" class=\"wp-block-heading\">Step 1: Install Java in Your Linux Distro<\/h3>\n<p>Minecraft is made in Java and so is the server file. Hence, you will first need to install the latest Java version to actually be able to run the server. Minecraft currently only supports Java 17 or above. Hence, we\u2019ll be installing the latest version of the same. For starters, Java is an extremely popular programming language that\u2019s used to develop applications. Installing Java on Linux using a terminal is straightforward.<\/p>\n<p>You can install the latest Java version from its official website. Then all you need to do is enter a few commands and Java will be usable on your Linux system. The DEB and RPM installers are available for the most\u00a0popular Linux distros, including Ubuntu\/Debian-based distros and Fedora\/CentOS. However, if you\u2019re running Arch, Java can still be installed using Pacman.<\/p>\n<p>With all of that out of the way, let\u2019s learn how to install Java to power our Minecraft server on Linux:<\/p>\n<p>1. Head over to the official\u00a0<a href=\"https:\/\/www.oracle.com\/in\/java\/technologies\/downloads\/\" target=\"_blank\" rel=\"noopener nofollow\">Oracle website<\/a>\u00a0and download the Java Development Kit (JDK) available in .deb or .rpm packages.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-483798\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Java-Download.jpg?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Java-Download.jpg?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Java-Download.jpg?resize=300%2C193&amp;quality=75&amp;strip=all 300w\" alt=\"Download java\" width=\"640\" height=\"411\" \/><\/figure>\n<\/div>\n<p>2. Once downloaded, double-click on the package and install it using your distro\u2019s default package installer.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-478713\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/default-package-manager-java-e1682533272832.png?w=498\" sizes=\"(max-width: 498px) 100vw, 498px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/default-package-manager-java-e1682533272832.png?quality=75&amp;strip=all 498w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/default-package-manager-java-e1682533272832.png?resize=300%2C277&amp;quality=75&amp;strip=all 300w\" alt=\"default package manager java\" width=\"498\" height=\"460\" \/><\/figure>\n<\/div>\n<p>3. Once installed, open the terminal and type the following command to ensure JDK is packaged and ready to be installed.<\/p>\n<pre class=\"wp-block-code\"><code>ls \/usr\/lib\/jvm<\/code><\/pre>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-478714\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/ls-command-to-check-jdk-e1682533410851.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/ls-command-to-check-jdk-e1682533410851.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/ls-command-to-check-jdk-e1682533410851.png?resize=300%2C78&amp;quality=75&amp;strip=all 300w\" alt=\"ls command to check jdk\" width=\"640\" height=\"166\" \/><\/figure>\n<\/div>\n<p>4. Next, type the following command to install Java on your Linux system.<\/p>\n<pre class=\"wp-block-code\"><code>sudo update-alternatives --install \/usr\/bin\/java java \/usr\/lib\/jvm\/jdk-20\/bin\/java 1<\/code><\/pre>\n<p>5. Once done, type the following command to check if Java has been successfully installed. You will get the Java version installed on your system in the output.<\/p>\n<pre class=\"wp-block-code\"><code>java -version<\/code><\/pre>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-478715\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/java-version-command-e1682533498822.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/java-version-command-e1682533498822.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/java-version-command-e1682533498822.png?resize=300%2C101&amp;quality=75&amp;strip=all 300w\" alt=\"java version command\" width=\"640\" height=\"216\" \/><\/figure>\n<\/div>\n<h3 id=\"h-step-2-download-minecraft-server-jar-file\" class=\"wp-block-heading\">Step 2: Download Minecraft Server Jar File<\/h3>\n<p>Now that we have Java up and running, the next step involves downloading the Minecraft Server Java file and running it on your Linux PC. To do so, follow these instructions:<\/p>\n<p>1. Head over the Minecraft\u2019s official website and download the\u00a0<strong>Minecraft Server.jar<\/strong>\u00a0file (<a href=\"https:\/\/www.minecraft.net\/en-us\/download\/server\" target=\"_blank\" rel=\"noopener nofollow\">Download<\/a>).<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-483558\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Minecraft-Server-download-e1684304068939.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Minecraft-Server-download-e1684304068939.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Minecraft-Server-download-e1684304068939.png?resize=300%2C209&amp;quality=75&amp;strip=all 300w\" alt=\"Minecraft Server download\" width=\"640\" height=\"445\" \/><\/figure>\n<\/div>\n<h3 id=\"h-step-3-run-the-minecraft-server-file-first-time\" class=\"wp-block-heading\">Step 3: Run the Minecraft Server File (First Time)<\/h3>\n<p>2. Once done, change the directory into the folder containing the jar file using the\u00a0<code><strong>cd<\/strong><\/code>\u00a0command. For example, if you have saved the jar file on the desktop, execute the following command:<\/p>\n<pre class=\"wp-block-code\"><code>cd Desktop<\/code><\/pre>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-483541\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Running-the-minecraft-server-command-e1684301465295.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Running-the-minecraft-server-command-e1684301465295.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Running-the-minecraft-server-command-e1684301465295.png?resize=300%2C65&amp;quality=75&amp;strip=all 300w\" alt=\"Running the minecraft server command\" width=\"640\" height=\"139\" \/><\/figure>\n<\/div>\n<p>3. Next, copy and paste the following command and hit enter.<\/p>\n<pre class=\"wp-block-code has-gray-100-background-color has-background\"><code>java -Xmx1024M -Xms1024M -jar server.jar nogui<\/code><\/pre>\n<p>If you\u2019re confused about what this command means, we have explained it below:<\/p>\n<ul>\n<li>Xmx: Heap size. 1024M means one gigabyte. You can change this value depending on the number of players.<\/li>\n<li>Xms: Initial, minimum Java heap size. Again, this can be changed depending on the number of players.<\/li>\n<li>-jar: We\u2019re letting Java know that a jar file needs to be executed.<\/li>\n<li>server.jar: Your Minecraft server file for Linux.<\/li>\n<li>nogui: Executing the command without this argument gives you a GUI to see the memory usage. This is optional.<\/li>\n<\/ul>\n<p>4. Scroll all the way down to the output and you should see the command prompting you to accept the Eula (End user license agreement). For that, go to the location where your sever.jar file exists and find the eula.txt file.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-483537\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Finda-the-Eula.txt-file-e1684300692870.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Finda-the-Eula.txt-file-e1684300692870.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Finda-the-Eula.txt-file-e1684300692870.png?resize=300%2C217&amp;quality=75&amp;strip=all 300w\" alt=\"Finda the Eula.txt file\" width=\"640\" height=\"462\" \/><\/figure>\n<\/div>\n<p>5. Open it with any text editor and change\u00a0<strong>\u201ceula=false\u201d<\/strong>\u00a0to\u00a0<strong>\u201ceula=true<\/strong>,<strong>\u201c<\/strong>\u00a0save it, and exit.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-483539\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/change-Eula-false-to-true-e1684300748859.png?w=604\" sizes=\"(max-width: 616px) 100vw, 616px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/change-Eula-false-to-true-e1684300748859.png?quality=75&amp;strip=all 604w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/change-Eula-false-to-true-e1684300748859.png?resize=300%2C228&amp;quality=75&amp;strip=all 300w\" alt=\"change Eula false to true\" width=\"616\" height=\"469\" \/><\/figure>\n<\/div>\n<h3 id=\"h-step-4-start-and-use-your-minecraft-server\" class=\"wp-block-heading\">Step 4: Start and Use Your Minecraft Server<\/h3>\n<p>6. Once done, run the command mentioned in the third step again, and it should fire things up. Here\u2019s the command you need to paste into the Linux Terminal to run the Minecraft server:<\/p>\n<pre class=\"wp-block-code has-gray-100-background-color has-background\"><code>java -Xmx1024M -Xms1024M -jar server.jar nogui<\/code><\/pre>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-478716\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/Minecraft-Java-Server-start-e1682533602864.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/Minecraft-Java-Server-start-e1682533602864.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/04\/Minecraft-Java-Server-start-e1682533602864.png?resize=300%2C229&amp;quality=75&amp;strip=all 300w\" alt=\"Minecraft Java Server start\" width=\"640\" height=\"488\" \/><\/figure>\n<\/div>\n<p>4. That\u2019s pretty much it. Now you can launch Minecraft and join your new server alongside your friends.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-483546\" src=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Minecraft-gameplay-linux-e1684302702907.png?w=640\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Minecraft-gameplay-linux-e1684302702907.png?quality=75&amp;strip=all 640w, https:\/\/beebom.com\/wp-content\/uploads\/2023\/05\/Minecraft-gameplay-linux-e1684302702907.png?resize=300%2C203&amp;quality=75&amp;strip=all 300w\" alt=\"Minecraft gameplay linux\" width=\"640\" height=\"433\" \/><\/figure>\n<\/div>\n<p>And that\u2019s how you can set up your own Minecraft server on Linux and play with friends. Were you successful in creating a Minecraft server by following the instructions above? If you have any doubts, let us know in the comments section below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are plenty of reasons why you\u2019d want to set up a Minecraft server on your Linux machine. Perhaps you want to play local multiplayer later in the day because your friends are coming over, or maybe you like to have full control of the game. Either way, setting up&hellip;<\/p>\n","protected":false},"author":1,"featured_media":45,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,5,2],"tags":[17,23,24],"class_list":["post-44","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gaming","category-how-to","category-linux","tag-linux","tag-minecraft","tag-minecraft-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.6 (Yoast SEO v23.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Set up a Minecraft Server on Linux - Gratisvps.net | Blog Daily Tech Info<\/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:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Set up a Minecraft Server on Linux\" \/>\n<meta property=\"og:description\" content=\"There are plenty of reasons why you\u2019d want to set up a Minecraft server on your Linux machine. Perhaps you want to play local multiplayer later in the day because your friends are coming over, or maybe you like to have full control of the game. Either way, setting up&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Gratisvps.net | Blog Daily Tech Info\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-04T07:14:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ariete\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ariete\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\"},\"author\":{\"name\":\"ariete\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4\"},\"headline\":\"How to Set up a Minecraft Server on Linux\",\"datePublished\":\"2024-03-04T07:14:15+00:00\",\"dateModified\":\"2024-03-04T07:14:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\"},\"wordCount\":788,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png\",\"keywords\":[\"linux\",\"Minecraft\",\"Minecraft server\"],\"articleSection\":[\"Gaming\",\"How To\",\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\",\"url\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\",\"name\":\"How to Set up a Minecraft Server on Linux - Gratisvps.net | Blog Daily Tech Info\",\"isPartOf\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png\",\"datePublished\":\"2024-03-04T07:14:15+00:00\",\"dateModified\":\"2024-03-04T07:14:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage\",\"url\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png\",\"contentUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gratisvps.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Set up a Minecraft Server on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#website\",\"url\":\"https:\/\/gratisvps.net\/blog\/\",\"name\":\"Gratisvps.net | Blog Daily Tech Info\",\"description\":\"Discover reliable VPS server solutions\",\"publisher\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gratisvps.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\",\"name\":\"Gratisvps.net | Blog Daily Tech Info\",\"url\":\"https:\/\/gratisvps.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png\",\"contentUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png\",\"width\":250,\"height\":67,\"caption\":\"Gratisvps.net | Blog Daily Tech Info\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4\",\"name\":\"ariete\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g\",\"caption\":\"ariete\"},\"sameAs\":[\"https:\/\/gratisvps.net\/blog\"],\"url\":\"https:\/\/gratisvps.net\/blog\/author\/ariete\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Set up a Minecraft Server on Linux - Gratisvps.net | Blog Daily Tech Info","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:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Set up a Minecraft Server on Linux","og_description":"There are plenty of reasons why you\u2019d want to set up a Minecraft server on your Linux machine. Perhaps you want to play local multiplayer later in the day because your friends are coming over, or maybe you like to have full control of the game. Either way, setting up&hellip;","og_url":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/","og_site_name":"Gratisvps.net | Blog Daily Tech Info","article_published_time":"2024-03-04T07:14:15+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png","type":"image\/png"}],"author":"ariete","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ariete","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#article","isPartOf":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/"},"author":{"name":"ariete","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4"},"headline":"How to Set up a Minecraft Server on Linux","datePublished":"2024-03-04T07:14:15+00:00","dateModified":"2024-03-04T07:14:15+00:00","mainEntityOfPage":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/"},"wordCount":788,"commentCount":0,"publisher":{"@id":"https:\/\/gratisvps.net\/blog\/#organization"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png","keywords":["linux","Minecraft","Minecraft server"],"articleSection":["Gaming","How To","Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/","url":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/","name":"How to Set up a Minecraft Server on Linux - Gratisvps.net | Blog Daily Tech Info","isPartOf":{"@id":"https:\/\/gratisvps.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png","datePublished":"2024-03-04T07:14:15+00:00","dateModified":"2024-03-04T07:14:15+00:00","breadcrumb":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#primaryimage","url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png","contentUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/03\/Minecraft-Server-on-Linux.png","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/gratisvps.net\/blog\/how-to-set-up-a-minecraft-server-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gratisvps.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Set up a Minecraft Server on Linux"}]},{"@type":"WebSite","@id":"https:\/\/gratisvps.net\/blog\/#website","url":"https:\/\/gratisvps.net\/blog\/","name":"Gratisvps.net | Blog Daily Tech Info","description":"Discover reliable VPS server solutions","publisher":{"@id":"https:\/\/gratisvps.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gratisvps.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gratisvps.net\/blog\/#organization","name":"Gratisvps.net | Blog Daily Tech Info","url":"https:\/\/gratisvps.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png","contentUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png","width":250,"height":67,"caption":"Gratisvps.net | Blog Daily Tech Info"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4","name":"ariete","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g","caption":"ariete"},"sameAs":["https:\/\/gratisvps.net\/blog"],"url":"https:\/\/gratisvps.net\/blog\/author\/ariete\/"}]}},"_links":{"self":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/44"}],"collection":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":1,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"predecessor-version":[{"id":46,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions\/46"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/media\/45"}],"wp:attachment":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}