<?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>VPS Management &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-categories/vps-management/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>Tue, 30 Nov 2021 17:44:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>VPS Management &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How Can I Install Cockpit Web Server on Ubuntu 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-can-i-install-cockpit-web-server-on-ubuntu-20-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-can-i-install-cockpit-web-server-on-ubuntu-20-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 05 Oct 2021 07:23:57 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4315</guid>

					<description><![CDATA[Cockpit is a web server GUI designed for everyone. Thanks to Cockpit&#8217;s deliberate use of system APIs and commands, a whole team of administrators can manage the system the way they prefer, including the command line and utilities along with Cockpit. It is important to note that before you start [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://cockpit-project.org/">Cockpit</a></strong> is a web server GUI designed for everyone. Thanks to <strong>Cockpit&#8217;s</strong> deliberate use of system APIs and commands, a whole team of administrators can manage the system the way they prefer, including the command line and utilities along with <strong>Cockpit</strong>. It is important to note that before you start installing the web server, it is important and necessary to create a sudo non-root user.</p>



<h2 id="installing-cockpit" >Installing Cockpit</h2>



<p>For installing this web server please ise the following command</p>



<pre class="wp-block-code"><code>apt install cockpit -y</code></pre>



<p>Start the Cockpit service using the <strong>systemctl</strong> utility. To run the service <strong>Cockpit</strong> you can use the systemctl utility</p>



<pre class="wp-block-code"><code>systemctl start cockpit</code></pre>



<p>For checking the Cockpit servise work you can use the following commang</p>



<pre class="wp-block-code"><code>systemctl status cockpit</code></pre>



<h2 id="further-configuration-working-with-the-firewall" >Further configuration: working with the Firewall</h2>



<p>The next important step is to configure the UFW to enable the <strong>Cockpit</strong> web interface <strong>(TCP port is designated 9090).</strong> This can be done with the following command:</p>



<pre class="wp-block-code"><code>ufw allow 9090/tcp</code></pre>



<p>Then you need to open access to the <strong>Cockpit</strong> web console. To do this, you need to open the web console in your browser and then make changes to <strong>example_IP</strong> to your IP address of the virtual server</p>



<pre class="wp-block-code"><code>http:&#47;&#47;example.com:9090</code></pre>



<p>This completes the <strong>Cockpit</strong> setup and installation.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-can-i-install-cockpit-web-server-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How Can I Upgrade Ubuntu 18.04 to 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-can-i-upgrade-ubuntu-18-04-to-20-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-can-i-upgrade-ubuntu-18-04-to-20-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 29 Jul 2021 07:08:34 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4067</guid>

					<description><![CDATA[This guide is focused on Linux servers running Ubuntu distribution. Before proceeding with the procedure for updating your Ubuntu, it is recommended to make backups, otherwise there is a high risk of losing all data. First stage before updating First, update your Ubuntu Then restart your server Next, do the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This guide is focused on <strong>Linux</strong> servers running <strong>Ubuntu</strong> distribution. Before proceeding with the procedure for updating your <strong>Ubuntu</strong>, it is recommended to make backups, otherwise there is a high risk of losing all data.</p>



<h2 id="first-stage-before-updating" >First stage before updating</h2>



<p>First, update your Ubuntu</p>



<pre class="wp-block-code"><code>apt upgrade</code></pre>



<p>Then restart your server</p>



<pre class="wp-block-code"><code>reboot</code></pre>



<p>Next, do the following:</p>



<pre class="wp-block-code"><code>apt update &amp;&amp; sudo apt upgrade -y</code></pre>



<p>After that, you need to remove unused packages and kernels to free up space in your <strong>/boot</strong> partition</p>



<pre class="wp-block-code"><code>apt --purge autoremove</code></pre>



<p>Then you need to edit the update manager configuration file. This can be done as follows:</p>



<pre class="wp-block-code"><code>nano /etc/update-manager/release-upgrades</code></pre>



<p>Find the line starting with <strong>Prompt =</strong>. Make sure it is not commented out and the lts value matches the one shown:</p>



<pre class="wp-block-code"><code>Prompt=lts</code></pre>



<h2 id="running-updates" >Running Updates</h2>



<p>First, we recommend checking the backups again. Then run the update tool on your Ubuntu, then enter <strong><span style="text-decoration: underline;"><em>Y</em></span></strong></p>



<pre class="wp-block-code"><code>do-release-upgrade</code></pre>



<p>Then follow the instructions that you see in your terminal and click carefully. This will be followed by the removal of packages, with which you must agree by clicking on <strong><span style="text-decoration: underline;"><em>Y</em></span></strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-can-i-upgrade-ubuntu-18-04-to-20-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How Do I Add and Configure Additional IP Address(es) to my VPS on Debian&#038;Ubuntu</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-add-and-configure-additional-ip-addresses-to-my-vps-on-debianubuntu/</link>
					<comments>https://help.hostry.com/knowledge-base/how-do-i-add-and-configure-additional-ip-addresses-to-my-vps-on-debianubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 11 May 2021 06:59:36 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3715</guid>

					<description><![CDATA[In order to add additional IPv4 for your virtual server, you need to go to your orders page, select the required VPS and then select the &#8220;Add.IPs&#8221; section.In this section, you will have an EDIT, by clicking on this you can add a new IPv4 address. Additional IP price is [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>In order to add additional <strong>IPv4</strong> for your virtual server, you need to go to your orders page, select the required <strong>VPS</strong> and then select the <strong>&#8220;Add.IPs&#8221;</strong> section.<br>In this section, you will have an <strong>EDIT</strong>, by clicking on this you can add a new IPv4 address.</p>



<blockquote class="wp-block-quote"><p><strong>Additional IP price is $ 3</strong></p></blockquote>



<figure class="wp-block-image size-large"><img width="1024" height="457" src="https://help.hostry.com/wp-content/uploads/2021/05/1-1-1024x457.png" alt="" class="wp-image-3721" srcset="https://help.hostry.com/wp-content/uploads/2021/05/1-1-1024x457.png 1024w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-300x134.png 300w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-768x343.png 768w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-50x22.png 50w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-1536x686.png 1536w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-920x411.png 920w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-600x268.png 600w, https://help.hostry.com/wp-content/uploads/2021/05/1-1-320x143.png 320w, https://help.hostry.com/wp-content/uploads/2021/05/1-1.png 1585w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="358" src="https://help.hostry.com/wp-content/uploads/2021/05/2-1-1024x358.png" alt="" class="wp-image-3722" srcset="https://help.hostry.com/wp-content/uploads/2021/05/2-1-1024x358.png 1024w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-300x105.png 300w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-768x268.png 768w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-50x17.png 50w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-1536x537.png 1536w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-920x322.png 920w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-600x210.png 600w, https://help.hostry.com/wp-content/uploads/2021/05/2-1-320x112.png 320w, https://help.hostry.com/wp-content/uploads/2021/05/2-1.png 1665w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Next, to set up an alternate IP address in Debian and Ubuntu, follow these steps:</p>



<p>Log into your VPS using SSH. As the root user, open the <strong>/etc/network/interfaces</strong> file in your preferred text editor. Then add the following text to the file:</p>



<pre class="wp-block-code"><code># The primary network interface
auto eth0:0
iface eth0:0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0</code></pre>



<p>Next, replace xxx.xxx.xxx.xxx with the new IP address that you want to add to your VPS. Then save the changes in the same <strong>/etc/network/interfaces</strong> file and then exit your text editor. To restart the network interfaces on your server, you need to run the command:</p>



<pre class="wp-block-code"><code>ifdown -a --exclude = lo; ifup -a --exclude = lo</code></pre>



<p>To verify that the procedure completed successfully, enter the following command:</p>



<pre class="wp-block-code"><code>ifconfig</code></pre>



<blockquote class="wp-block-quote"><p><strong>The new IP address must be associated with interface eth0.</strong></p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-do-i-add-and-configure-additional-ip-addresses-to-my-vps-on-debianubuntu/feed/</wfw:commentRss>
			<slash:comments>449</slash:comments>
		
		
			</item>
		<item>
		<title>How Do I Change Password on My VPS Server</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-change-password-on-my-vps-server/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 14 Sep 2020 07:42:51 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2068</guid>

					<description><![CDATA[First, You need to login to the site From the list of services, you must select the&#160;server&#160;you want to change the&#160;password In the selected vps server service, you need to go to&#160;VMMANAGER After, go to the &#8220;Virtual Machines&#8221; Then, click to the Password option After you choose Password you can [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>First, You need to login to the <strong><span style="text-decoration: underline;"><em><a href="https://hostry.com/">site</a></em></span></strong></p>



<p>From the list of <strong><a href="https://hostry.com/orders/">services</a></strong>, you must select the&nbsp;<strong>server</strong>&nbsp;you want to change the&nbsp;<strong>password</strong></p>



<p>In the selected vps server service, you need to go to&nbsp;<strong>VMMANAGER</strong></p>



<figure class="wp-block-gallery columns-1 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="592" src="https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-1024x592.png" alt="" data-id="2072" data-link="https://help.hostry.com/?attachment_id=2072" class="wp-image-2072" srcset="https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-1024x592.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-300x174.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-768x444.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-50x29.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-920x532.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-600x347.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going-320x185.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-going.png 1155w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>After, go to the <strong>&#8220;Virtual Machines&#8221;</strong></p>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-1024x231.png" alt="" class="wp-image-2074" width="768" height="173" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-1024x231.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-300x68.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-768x173.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-50x11.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-920x207.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-600x135.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click-320x72.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Virtual-Machines-Click.png 1913w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<p>Then, click to the <strong>Password</strong> option</p>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-1024x257.png" alt="" class="wp-image-2077" width="768" height="193" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-1024x257.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-300x75.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-768x193.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-50x13.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-920x231.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-600x151.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click-320x80.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Password-Click.png 1919w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<p>After you choose <strong>Password</strong> you can enter a new password, then confirm it. We recommend that you use the most complex password, as well as use the option <strong>&#8220;Generate a password&#8221;</strong> which you will see to the right of the first line <strong>&#8220;New password&#8221;</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="332" src="https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-1024x332.png" alt="" class="wp-image-2079" srcset="https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-1024x332.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-300x97.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-768x249.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-50x16.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-920x299.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-600x195.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote-320x104.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/ChangeNote.png 1917w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-table"><table><tbody><tr><td>Note! Clicking OK will reboot the virtual machine</td><td></td></tr></tbody></table></figure>



<p>Done! You password was successfuly changed.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Do I Change PTR Record on My VPS server</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-change-ptr-record-on-my-vps-server/</link>
					<comments>https://help.hostry.com/knowledge-base/how-do-i-change-ptr-record-on-my-vps-server/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 17 Feb 2021 08:49:44 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3233</guid>

					<description><![CDATA[On your own VMmanager panel of the virtual server, you can change the PTR records yourself. This manual will describe all the detailed steps so that you can complete this procedure quickly, correctly, and without downtime. Updates to PTR records usually happen very quickly, but sometimes this process can take [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>On your own <strong>VMmanager</strong> panel of the virtual server, you can change the PTR records yourself. This manual will describe all the detailed steps so that you can complete this procedure quickly, correctly, and without downtime. Updates to PTR records usually happen very quickly, but sometimes this process can take several hours. So, follow this tutorial.</p>



<p>The first step is to go to your account, log in and go to the orders page. If you do not currently have active virtual server services, you can familiarize yourself with tariff plans and order a suitable server <strong><a href="https://hostry.com/products/vps/">here</a></strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen1-1024x576.png" alt="" class="wp-image-3235" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen1-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen1-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Next, you need to find the required server and go to the &#8220;<strong>OS</strong>&#8221; section</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-1024x576.png" alt="" class="wp-image-3239" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen2-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>By clicking on this section, you will see a link to your own <strong>VMmanager</strong>. Then you need to go to her</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen3-1024x576.png" alt="" class="wp-image-3240" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen3-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen3-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen3.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>After you have opened the <strong>VMmanager</strong> section, you should go to the &#8220;<strong>IP Addresses</strong>&#8221; section. If you have additional IPv4 addresses, then you will be shown there all the currently available IPv4. At the moment, the interface IPv4 address will be changed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen4-1024x576.png" alt="" class="wp-image-3242" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen4-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen4-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen4.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>After that, click on the required <strong>IPv4</strong> address and click on &#8220;<strong>Edit</strong>&#8220;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen5-1024x576.png" alt="" class="wp-image-3244" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen5-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen5-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen5.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>By default, the following entry is set on all VPS</p>



<blockquote class="wp-block-quote"><p><strong>vps.hostry.com</strong></p></blockquote>



<p>You need to enter your desired PTR record value in the &#8220;<strong>Domain</strong>&#8221; line, then click on &#8220;<strong>OK</strong>&#8220;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen6-1024x576.png" alt="" class="wp-image-3246" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen6-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen6-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen6.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>In order to clearly show, the entry has been changed</p>



<blockquote class="wp-block-quote"><p><strong>example.hostry.com</strong></p></blockquote>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen8-1024x576.png" alt="" class="wp-image-3250" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen8-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen8-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen8.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>After 3 minutes, the <strong>PTR</strong> record was successfully changed. You can check it at the link</p>



<p><a href="https://dnschecker.org/">https://dnschecker.org/</a></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://help.hostry.com/wp-content/uploads/2021/02/screen7-1024x576.png" alt="" class="wp-image-3253" srcset="https://help.hostry.com/wp-content/uploads/2021/02/screen7-1024x576.png 1024w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-300x169.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-768x432.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-50x28.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-1536x864.png 1536w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-920x518.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-600x338.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/screen7-320x180.png 320w, https://help.hostry.com/wp-content/uploads/2021/02/screen7.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>You can also check this with the following command:</p>



<p><code>nslookup -type=PTR your _IP_address</code></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="940" height="499" src="https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR.png" alt="" class="wp-image-3255" srcset="https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR.png 940w, https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR-300x159.png 300w, https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR-768x408.png 768w, https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR-50x27.png 50w, https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR-920x488.png 920w, https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR-600x319.png 600w, https://help.hostry.com/wp-content/uploads/2021/02/nslookup-typePTR-320x170.png 320w" sizes="(max-width: 940px) 100vw, 940px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-do-i-change-ptr-record-on-my-vps-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Do I check the CPU 32 or 64 bit on the Linux system</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-check-the-cpu-32-or-64-bit-on-the-linux-system/</link>
					<comments>https://help.hostry.com/knowledge-base/how-do-i-check-the-cpu-32-or-64-bit-on-the-linux-system/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 09:40:08 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3414</guid>

					<description><![CDATA[When you start working with a Linux VPS, it is always very important to understand what type of CPU system the architecture contains: 32-bit or 64-bit. This information is important to absolutely everyone: as an IT specialist, developer, system administrator and also a Linux beginner user. When it comes to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>When you start working with a <a href="https://hostry.com/products/vps/"><strong>Linux</strong> <strong>VPS</strong></a>, it is always very important to understand what type of CPU system the architecture contains: 32-bit or 64-bit. This information is important to absolutely everyone: as an IT specialist, developer, system administrator and also a Linux beginner user. When it comes to third-party applications, you need to know the architecture of your system because 64-bit applications cannot run on a 32-bit system. Whereas we can easily run 32-bit applications on a 64-bit system.</p>



<h2 id="lscpu-command" >Lscpu Command</h2>



<p>lscpu is a very handy and simple program that allows you to get all the information you need regarding Linux processor architecture. Login to your terminal and enter the following command:</p>



<pre class="wp-block-code"><code>lscpu</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="869" height="532" src="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26.png" alt="" class="wp-image-3422" srcset="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26.png 869w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-300x184.png 300w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-768x470.png 768w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-50x31.png 50w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-600x367.png 600w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-320x196.png 320w" sizes="(max-width: 869px) 100vw, 869px" /></figure>



<p>The Architecture field shows what type of <strong>CPU</strong> you have. Here <strong>x86_64 </strong>stands for <strong>64-bit</strong>. CPU operation mode <strong>&#8211; 32-bit</strong> and <strong>64-bit</strong>. This means your processor supports both 32-bit and 64-bit instructions.</p>



<h2 id="uname-command" >Uname Command</h2>



<p>Uname provides information about your <strong>Linux</strong> system and kernel version. Run the following command to get <strong>CPU</strong> information using the uname command. This can be done as follows:</p>



<pre class="wp-block-code"><code>uname -m</code></pre>



<p>If you have a <strong>64-bit</strong> system, then the output will be as follows:</p>



<pre class="wp-block-code"><code>x86_64</code></pre>



<h2 id="lshw-command" >Lshw Command </h2>



<p>Lshw is a simple command to display information about the hardware of your Linux system. You can get information about the Linux processor by running the following command:</p>



<pre class="wp-block-code"><code>lshw -c cpu</code></pre>



<p>The output will be as follows:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="113" src="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-1024x113.png" alt="" class="wp-image-3437" srcset="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-1024x113.png 1024w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-300x33.png 300w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-768x85.png 768w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-50x6.png 50w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-920x102.png 920w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-600x66.png 600w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-320x35.png 320w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57.png 1429w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-do-i-check-the-cpu-32-or-64-bit-on-the-linux-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Do I Configure Linux Graphical Interface on my VPS</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-configure-linux-graphical-interface-on-my-vps/</link>
					<comments>https://help.hostry.com/knowledge-base/how-do-i-configure-linux-graphical-interface-on-my-vps/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 07:13:53 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2524</guid>

					<description><![CDATA[What is a Graphical User Interface (GUI)? A graphical interface is a kind of unique opportunity for simple work and management of all files and multimedia. It is very convenient to use it, because it can be used by people with any skills: both with beginners and technically advanced. This [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h2 id="what-is-a-graphical-user-interface-gui" ><strong>What is a Graphical User Interface (GUI)?</strong></h2>



<p>A graphical interface is a kind of unique opportunity for simple work and management of all files and multimedia. It is very convenient to use it, because it can be used by people with any skills: both with beginners and technically advanced.</p>



<p>This interface allows the user to interact with electronic devices using graphic icons.</p>



<p>Using the <strong>GUI</strong>, you have access to a unique and very understandable way to navigate and interact with the computer. Also, the graphical interface allows you to simplify the creation of websites without skills in the field of <strong>HTML</strong>, <strong>CSS</strong>, <strong>JavaScript</strong></p>



<h2 id="installing-gui-on-linux" ><strong>Installing GUI on Linux</strong></h2>



<p>To install the graphical user interface on the Linux operating system, you need the following actions:</p>



<p>Go to the list of your services:&nbsp;<a href="https://hostry.com/orders/">https://hostry.com/orders/</a>&nbsp;&nbsp;and select the desired virtual server where you want to install the GUI. If you do not have a server, you can order it right now by clicking on the link:&nbsp;<a href="https://hostry.com/products/vps/">https://hostry.com/products/vps/</a></p>



<p>You need connect to your<strong> <a href="https://hostry.com/products/vps/">VPS</a></strong> &#8211; by following this links below:</p>



<figure class="wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-hostry-help-center"><div class="wp-block-embed__wrapper">
<blockquote class="wp-embedded-content" data-secret="qVzizl0m4j"><a href="https://help.hostry.com/knowledge-base/how-do-i-connect-to-my-server-via-ssh/">How Do I Connect to My Server via SSH</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="&#8220;How Do I Connect to My Server via SSH&#8221; &#8212; Hostry Help Center" src="https://help.hostry.com/knowledge-base/how-do-i-connect-to-my-server-via-ssh/embed/#?secret=qVzizl0m4j" data-secret="qVzizl0m4j" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div></figure>



<figure class="wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-hostry-help-center"><div class="wp-block-embed__wrapper">
<blockquote class="wp-embedded-content" data-secret="S9CNdVLoqJ"><a href="https://help.hostry.com/knowledge-base/how-to-connect-via-vnc-on-my-vps/">How Do I Connect to My Server via VNC</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="&#8220;How Do I Connect to My Server via VNC&#8221; &#8212; Hostry Help Center" src="https://help.hostry.com/knowledge-base/how-to-connect-via-vnc-on-my-vps/embed/#?secret=S9CNdVLoqJ" data-secret="S9CNdVLoqJ" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div></figure>



<p>It is necessary to log in and register the following commands:</p>



<h2 id="ubuntu" ><strong>UBUNTU</strong></h2>



<pre class="wp-block-code"><code>apt update
apt install xfce4
start</code></pre>



<h2 id="debian" ><strong>DEBIAN</strong></h2>



<pre class="wp-block-code"><code>apt-get update
apt-get install xfce4 -y
apt-get install xfce4-goodies -y</code></pre>



<h2 id="centos" ><strong>CENTOS</strong></h2>



<pre class="wp-block-code"><code>yum update 
yum -y group install "CNOME Desktop" "Graphical Administration Tools" 
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target </code></pre>



<p>After successful installation, you will have a <strong>GUI</strong> panel, where you can quickly and easily manage your data from a computer!</p>



<p>For <strong>ubuntu </strong>and <strong>debian</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="879" height="606" src="https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28.png" alt="" class="wp-image-2543" srcset="https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28.png 879w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28-300x207.png 300w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28-768x529.png 768w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28-50x34.png 50w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28-600x414.png 600w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-28-320x221.png 320w" sizes="(max-width: 879px) 100vw, 879px" /></figure>



<p>For <strong>centos</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="874" height="644" src="https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39.png" alt="" class="wp-image-2545" srcset="https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39.png 874w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39-300x221.png 300w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39-768x566.png 768w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39-50x37.png 50w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39-600x442.png 600w, https://help.hostry.com/wp-content/uploads/2020/11/Снимок-экрана-от-2020-11-02-12-17-39-320x236.png 320w" sizes="(max-width: 874px) 100vw, 874px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-do-i-configure-linux-graphical-interface-on-my-vps/feed/</wfw:commentRss>
			<slash:comments>459</slash:comments>
		
		
			</item>
		<item>
		<title>How Do I Connect to My Server via SSH</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-connect-to-my-server-via-ssh/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 09:09:47 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2030</guid>

					<description><![CDATA[SSH, also known as Secure Shell or Secure Socket Shell, is a network protocol that gives users, particularly system administrators, a secure way to access a computer over an secured network. SSH also refers to the suite of utilities that implement the SSH protocol. By default SSH works on 22 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>SSH, also known as Secure Shell or Secure Socket Shell, is a network protocol that gives users, particularly system administrators, a secure way to access a computer over an secured network. SSH also refers to the suite of utilities that implement the SSH protocol. By default SSH works on 22 TCP port. One of the security features of SSH is that when you log in to a cloud server, the remote host has its own key that identifies it. When you try to connect, your SSH client checks the server’s key against any keys that it has saved from previous connections to that IP address. After you rebuild a cloud server, that remote host key changes, so your computer warns you of possibly suspicious activity.</p>



<p>In order to connect to a remote server via SSH, please perform the following steps:</p>



<h2 id="if-you-are-linux-macos-user" ><strong>If you are Linux/MacOS user:</strong></h2>



<p>Open the terminal application</p>



<p>Type the following command:</p>



<pre class="wp-block-code"><code>ssh username@ipaddress</code></pre>



<p>In case you are trying to connect to the server at the first time, you will get the following output:</p>



<pre class="wp-block-code"><code>The authenticity of host servername (server_IP) can’t be established. RSA key fingerprint is a9:bb:55:35:86:xx:xx:00:xx:00:2b:2c:79:10:96:3c. Are you sure you want to continue connecting</code></pre>



<p>In order to proceed with connection, type&nbsp; the word ‘yes’, then insert your <strong>password</strong>. Done! Now you are connected to your remote server via <strong>SSH</strong>.</p>



<h2 id="if-you-are-windows-user" ><strong>If you are Windows user:</strong></h2>



<p>Download SSH client, as an example,&nbsp;<a href="https://www.putty.org/">PuTTY</a></p>



<p>Start&nbsp;<strong>putty.exe</strong>&nbsp;and enter the following connection details in the&nbsp;<strong>Sessions</strong>&nbsp;category:</p>



<ul><li><strong>Host Name</strong>&nbsp;(or IP address) – here you should enter the host/IP to which you wish to connect;</li><li><strong>Port</strong>&nbsp;– the port for the connection – by default, SSH is running on&nbsp;<strong>22</strong>&nbsp;TCP port;</li><li><strong>Protocol</strong>&nbsp;– here you should select&nbsp;<strong>SSH.</strong></li></ul>



<figure class="wp-block-image"><img loading="lazy" width="700" height="646" src="https://help.hostry.com/wp-content/uploads/2020/09/Putty-SSH.png" alt="" class="wp-image-2038" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Putty-SSH.png 700w, https://help.hostry.com/wp-content/uploads/2020/09/Putty-SSH-300x277.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Putty-SSH-50x46.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Putty-SSH-600x554.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Putty-SSH-320x295.png 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure>



<p>Once you enter the correct connection data, click on&nbsp;<strong>Open&nbsp;</strong>button. There will open another window asking for your login and password. Enter your login credentials and press enter.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Do I Connect to My Server via VNC</title>
		<link>https://help.hostry.com/knowledge-base/how-to-connect-via-vnc-on-my-vps/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 09:35:29 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2042</guid>

					<description><![CDATA[Virtual Network Computing is a kind of remote desktop access system for your personal computer, using the RFB protocol for this. To go to your personal VNC you need: Go to the list of your services and select the desired vps server. If you do not have an ordered vps [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Virtual Network Computing is a kind of remote desktop access system for your personal computer, using the RFB protocol for this.</p>



<p>To go to your personal VNC you need:</p>



<p>Go to the list of your services and select the desired vps server. If you do not have an ordered vps server, you can order it here:&nbsp;<a href="https://hostry.com/services/vps/">https://hostry.com/services/vps/</a></p>



<blockquote class="wp-block-quote"><p>You must click on the selected and installed your operating system</p></blockquote>



<figure class="wp-block-gallery columns-1 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="764" src="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-1024x764.png" alt="" data-id="2044" data-link="https://help.hostry.com/?attachment_id=2044" class="wp-image-2044" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-1024x764.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-300x224.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-768x573.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-50x37.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-920x687.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-600x448.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10-320x239.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-21-10.png 1135w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>Then You need Forward to&nbsp;<strong>VMMANAGER</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="428" src="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-1024x428.png" alt="" class="wp-image-2046" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-1024x428.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-300x125.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-768x321.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-50x21.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-920x385.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-600x251.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35-320x134.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-22-35.png 1198w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>After, you need to click on the selected virtual server and go to <strong>VNC</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="242" src="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-1024x242.png" alt="" class="wp-image-2048" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-1024x242.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-300x71.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-768x181.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-50x12.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-920x217.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-600x142.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50-320x76.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-23-50.png 1919w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Connection via VNC session</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="421" src="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-1024x421.png" alt="" class="wp-image-2051" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-1024x421.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-300x123.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-768x316.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-50x21.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-920x378.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-600x247.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19-320x132.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Снимок-экрана-от-2020-09-11-12-25-19.png 1498w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Do I Create and Add SSH Key To My Server</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-create-and-add-ssh-key-to-my-server/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 14 Sep 2020 13:28:19 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2097</guid>

					<description><![CDATA[SSH key pairs are two cryptographically secure keys that can be used to authenticate a client to an SSH server. Each key pair consists of a public key and a private key. Although passwords are sent to the server in a secure manner, they are generally not complex or long [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>SSH key pairs are two cryptographically secure keys that can be used to authenticate a client to an SSH server. Each key pair consists of a public key and a private key. Although passwords are sent to the server in a secure manner, they are generally not complex or long enough to be resistant to repeated, persistent attackers. Modern processing power combined with automated scripts make brute forcing a password-protected account very possible. Although there are other methods of adding additional security, SSH keys still is a reliable and secure alternative.</p>



<h3 id="creating-an-ssh-key-on-linux-and-mac" id="creating-an-ssh-key-on-linux" >Creating an&nbsp;SSH&nbsp;key on Linux</h3>



<p>First, open the terminal (command line) app, then run the following command to generate a <strong>4096</strong> bit&nbsp;<strong>SSH</strong>&nbsp;key:</p>



<ol><li>Login into your virtual machine via VNC or PuTTY or via SSH.</li><li>Insert into the command line the following command:<br><strong>ssh-keygen -b 4096</strong><br>The command will output the following result and prompt you to save the newly created&nbsp;key.</li><li>In order to view the generated SSH-key, input the following command:<br>cat .ssh/id_rsa.pub</li></ol>



<p><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>&nbsp;is a popular&nbsp;SSH&nbsp;client for Windows. You can use it to remotely connect to a Linux server. Its companion software,&nbsp;<a href="https://the.earth.li/~sgtatham/putty/latest/w64/puttygen.exe">PuTTYgen</a>, can be used to create&nbsp;SSH&nbsp;keys.<br>First, download the&nbsp;<a href="https://the.earth.li/~sgtatham/putty/latest/w64/puttygen.exe">PuTTYgen</a>&nbsp;software, which we will use to generate the&nbsp;key.<br>Next, run the software and select&nbsp;RSA&nbsp;as the key type, enter 4096 as the number of bits to generate, and then click the GENERATE button.</p>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/PuTTY-SSH-Key.png" alt="" class="wp-image-2100" width="585" height="574" srcset="https://help.hostry.com/wp-content/uploads/2020/09/PuTTY-SSH-Key.png 542w, https://help.hostry.com/wp-content/uploads/2020/09/PuTTY-SSH-Key-300x294.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/PuTTY-SSH-Key-50x50.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/PuTTY-SSH-Key-60x60.png 60w, https://help.hostry.com/wp-content/uploads/2020/09/PuTTY-SSH-Key-320x314.png 320w" sizes="(max-width: 585px) 100vw, 585px" /></figure>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/Key-Geberator.png" alt="" class="wp-image-2103" width="595" height="585" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Key-Geberator.png 534w, https://help.hostry.com/wp-content/uploads/2020/09/Key-Geberator-300x294.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Key-Geberator-50x50.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Key-Geberator-60x60.png 60w, https://help.hostry.com/wp-content/uploads/2020/09/Key-Geberator-320x314.png 320w" sizes="(max-width: 595px) 100vw, 595px" /></figure>



<p>Click the&nbsp;<strong>Save private key</strong>&nbsp;button and select a secure location to keep it. You can name your key whatever you’d like, and the extension .ppk will be automatically added.</p>



<h3 id="insert-your-ssh-key-into-vm-manager-panel" ><strong>Insert your SSH key into VM-manager panel.</strong></h3>



<p>At first, please login into your HOSTRY member area. Then access your VM-manager account:</p>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager.png" alt="" class="wp-image-2107" width="757" height="493" srcset="https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager.png 1009w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-300x195.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-768x500.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-50x33.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-920x599.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-600x391.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/VM-Manager-320x208.png 320w" sizes="(max-width: 757px) 100vw, 757px" /></figure>



<p>Then go the&nbsp;<strong>SSH Keys</strong>&nbsp;section. Click on the&nbsp;<a href="https://vm1-nl.inxy.host:1500/vmmgr?startpage=sshpubkey">SSH keys</a> <strong>Add&nbsp;</strong>icon</p>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-1024x392.png" alt="" class="wp-image-2111" width="768" height="294" srcset="https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-1024x392.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-300x115.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-768x294.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-50x19.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-920x353.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-600x230.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add-320x123.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/SSH-Add.png 1915w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<p>Insert your public key into the text box and give it a name, then click on a&nbsp;<strong>Save</strong>&nbsp;button:</p>



<figure class="wp-block-image is-resized"><img loading="lazy" src="https://help.hostry.com/wp-content/uploads/2020/09/Insert-1024x290.png" alt="" class="wp-image-2116" width="768" height="218" srcset="https://help.hostry.com/wp-content/uploads/2020/09/Insert-1024x290.png 1024w, https://help.hostry.com/wp-content/uploads/2020/09/Insert-300x85.png 300w, https://help.hostry.com/wp-content/uploads/2020/09/Insert-768x217.png 768w, https://help.hostry.com/wp-content/uploads/2020/09/Insert-50x14.png 50w, https://help.hostry.com/wp-content/uploads/2020/09/Insert-920x260.png 920w, https://help.hostry.com/wp-content/uploads/2020/09/Insert-600x170.png 600w, https://help.hostry.com/wp-content/uploads/2020/09/Insert-320x91.png 320w, https://help.hostry.com/wp-content/uploads/2020/09/Insert.png 1314w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<p>Done. The public key is added!</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
