<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MineOS &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/mineos/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 24 Jan 2022 09:30:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>MineOS &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install MineOS on Ubuntu 18.04 for Minecraft Servers</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-mineos-on-ubuntu-18-04-for-minecraft-servers/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 09:35:39 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2596</guid>

					<description><![CDATA[MineOS is a complete server system that can help Minecraft players and users successfully host Minecraft on Linux or BSD platforms. Thanks to this platform, you can automatically manage your backups,archives, performance statistics and other functions. Below is a guide on how to set up a Minecraft server on MineOS [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://minecraft.codeemo.com/"><strong>MineOS</strong></a> is a complete server system that can help Minecraft players and users successfully host Minecraft on Linux or BSD platforms. Thanks to this platform, you can automatically manage your backups,archives, performance statistics and other functions. Below is a guide on how to set up a Minecraft server on MineOS</p>



<h2 id="Setup" id="setup-install-the-required-dependencies" >Setup, Install the required dependencies</h2>



<p>In order to install the required dependencies, you need to enter the following:</p>



<pre class="wp-block-code"><code>apt-get update
apt-get -y install screen python-cherrypy3 rdiff-backup git openjdk-7-jre-headless</code></pre>



<p>Create a directory and download MineOS. To do this, please use the following command:</p>



<pre class="wp-block-code"><code>mkdir -p /usr/games
cd /usr/games git clone git://github.com/hexparrot/mineos minecraft cd minecraft git config core.filemode false chmod +x server.py mineos_console.py generate-sslcert.sh

ln -s /usr/games/minecraft/mineos_console.py /usr/local/bin/mineos</code></pre>



<p>Copy files and adjust permissions by following command:</p>



<pre class="wp-block-code"><code>cp /usr/games/minecraft/init/mineos /etc/init.d/
chmod 744 /etc/init.d/mineos
update-rc.d mineos defaults
cp /usr/games/minecraft/init/minecraft /etc/init.d/
chmod 744 /etc/init.d/minecraft
update-rc.d minecraft defaults
cp /usr/games/minecraft/mineos.conf /etc/</code></pre>



<h2 id="create-a-self-signed-certificate-for-https" >Create a self-signed certificate for HTTPS</h2>



<pre class="wp-block-code"><code>cd /usr/games/minecraft ./generate-sslcert.sh</code></pre>



<h2 id="then-you-need-to-start-mineos" >Then you need to start MineOS</h2>



<pre class="wp-block-code"><code>service mineos start</code></pre>



<p>Create a user</p>



<pre class="wp-block-code"><code>adduser &lt;anyname&gt;</code></pre>



<p>Then, log into the web interface. Go to<strong><em><span style="text-decoration: underline;"> https://yourip:</span></em><span style="text-decoration: underline;"><em>8888</em></span></strong> Then your browser will ask if you want to connect because of the self-signed certificate. Confirm the connection. Log in using your root credentials.</p>



<p>Customize Minecraft.</p>



<ol><li><strong>In the left pane, click Manage Profiles and create at least one server profile.</strong></li><li><strong>Click update profile.</strong></li><li><strong>Log out as root.</strong></li></ol>



<p>Create a server.</p>



<ol><li><strong>Log in as the user you created earlier.</strong></li><li><strong>Click Create New Server in the left pane.</strong></li><li><strong>Fill in the settings of your Minecraft server.</strong></li><li><strong>Click &#8220;Control Panel&#8221; in the left pane.</strong></li><li><strong>Select your server.</strong></li><li><strong>Click Start.</strong></li></ol>



<p>If all steps were followed correctly, then your server will start. Then you will have the following &#8211; <strong>&#8220;-1&#8221; for &#8220;Players Online&#8221;.</strong> <em><strong>This will become 0</strong></em><strong>. </strong>After that, Connect to your server with its IP or domain name (if you created one) and port from the settings server. The default port is <strong>25565</strong>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
