<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[VPSBLOCKS PTY LTD]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/]]></link>
<description />
<generator><![CDATA[Kayako fusion v4.93.20]]></generator>
<item>
<title><![CDATA[Guide to Magento Optimization on cP VPS]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[bf8229696f7a3bb4700cfddef19fa23f]]></guid>
<pubDate><![CDATA[Fri, 16 May 2014 17:12:21 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Find a complete guide to Magento Optimization on a cPanel VPS. The step by step instructions to do this yourself.
A complete guide to Magento Optimization on a cPanel VPS. The step by step instructions to do this yourself are below.
We also offer this ser...]]></description>
<content:encoded><![CDATA[<p>Find a complete guide to Magento Optimization on a cPanel VPS. The step by step instructions to do this yourself.</p>
<p>A complete guide to Magento Optimization on a cPanel VPS. The step by step instructions to do this yourself are below.</p>
<p>We also offer this service for $20 to our VPS clients, you can order here:&nbsp;<a href="https://www.vpsblocks.com.au/clients/cart.php?a=add&amp;pid=68&amp;carttpl=cart" target="_blank">https://www.vpsblocks.com.au/clients/cart.php?a=add&amp;pid=68&amp;carttpl=cart</a></p>
<p>Also note that steps 1-3 can speed up any cPanel hosted CMS (Joomla, Wordpress, Prestashop etc.), while the rest of the steps are specific to Magento.</p>
<p><strong>1. Install Zend OPCache - Note this is unnecessary on recently provisioned servers as we now have this as part of the cPanel template</strong><br />It's important to run one of the best caching modules available, and OPCache (formally APC) is one of the best. The instructions to do this are located in a separate knowledgebase article, <a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/171/0/installing-zend-opcache-on-cpanel-servers" target="_blank">click here</a>.&nbsp;</p>
<p><strong>2. Install&nbsp;EnginTron</strong><br />EnginTron&nbsp;provides some minor speed increases. The instructions to do this are located in a separate knowledgebase article, <a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/172/0/installing-nginx-on-cpanel-servers" target="_blank">click here</a>.&nbsp;</p>
<p><strong>3. MySQL Tweaks</strong></p>
<ul>
<li><a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank">SSH</a> to your VPS</li>
<li>Type: nano /etc/my.cnf</li>
<li>Add any of the following lines that are missing or adjust their values:</li>
</ul>
<blockquote>[mysqld]<br />innodb_file_per_table=1<br />open_files_limit=10240<br />max_allowed_packet=256M<br />key_buffer_size = 512M<br />sort_buffer_size = 4m<br />read_buffer_size = 4m<br />read_rnd_buffer_size = 2m<br />myisam_sort_buffer_size = 64m<br />tmp_table_size = 128m<br />query_cache_size =0<br />query_cache_type = 0<br />thread_cache_size = 8<br />max_connections = 400<br />wait_timeout = 300</blockquote>
<ul>
<li>To save press CTRL O</li>
<li>To exit press CTRL X</li>
<li>Type: service mysql restart&nbsp;</li>
</ul>
<p><strong>4. Turned GZIP on in your .htaccess</strong></p>
<ul>
<li><a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank">SSH</a>&nbsp;to your VPS</li>
<li>Go to your home directory e.g. cd /home/username/www</li>
<li>Type: nano .htaccess</li>
<li>This should open a file which is already full of information. You need to locate the lines below and make that section match what is below (UNCOMMENT lines by removing the # infront of them)</li>
</ul>
<blockquote>
<p style="font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px; background-color: rgba(255, 255, 255, 0.901961); outline: none !important;"><span style="margin: 0px; padding: 0px; outline: none !important;">############################################<br style="margin: 0px; padding: 0px; outline: none !important;" />## enable resulting html compression</span></p>
<p style="font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px; background-color: rgba(255, 255, 255, 0.901961); outline: none !important;"><span style="margin: 0px; padding: 0px; outline: none !important;"><br style="font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; outline: none !important;" />php_flag zlib.output_compression on&nbsp;<br style="margin: 0px; padding: 0px; outline: none !important;" />Now the section for &ldquo;mod_deflate.c&rdquo; from your .htaccess file and uncomment the settings as follows:<br style="margin: 0px; padding: 0px; outline: none !important;" /></span></p>
<div style="font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px; background-color: rgba(255, 255, 255, 0.901961); outline: none !important;">Code:&nbsp;</div>
<p style="font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px; background-color: rgba(255, 255, 255, 0.901961); outline: none !important;"><span style="margin: 0px; padding: 0px; outline: none !important;">&lt;IfModule mod_deflate.c&gt;</span></p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;">############################################<br style="margin: 0px; padding: 0px; outline: none !important;" />## enable apache served files compression<br style="margin: 0px; padding: 0px; outline: none !important;" />## http://developer.yahoo.com/performance/rules.html#gzip</p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;"># Insert filter on all content<br style="margin: 0px; padding: 0px; outline: none !important;" />SetOutputFilter DEFLATE<br style="margin: 0px; padding: 0px; outline: none !important;" /># Insert filter on selected content types only<br style="margin: 0px; padding: 0px; outline: none !important;" />#AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript</p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;"># Netscape 4.x has some problems...<br style="margin: 0px; padding: 0px; outline: none !important;" />BrowserMatch ^Mozilla/4 gzip-only-text/html</p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;"># Netscape 4.06-4.08 have some more problems<br style="margin: 0px; padding: 0px; outline: none !important;" />BrowserMatch ^Mozilla/4\.0[678] no-gzip</p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;"># MSIE masquerades as Netscape, but it is fine<br style="margin: 0px; padding: 0px; outline: none !important;" />BrowserMatch \bMSIE !no-gzip !gzip-only-text/html</p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;"># Don't compress images<br style="margin: 0px; padding: 0px; outline: none !important;" />SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary</p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;"># Make sure proxies don't deliver the wrong content<br style="margin: 0px; padding: 0px; outline: none !important;" />Header append Vary User-Agent env=!dont-vary<span style="font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; color: #3d3d3d; font-size: 12px; line-height: 18px; background-color: rgba(255, 255, 255, 0.901961); outline: none !important;"><span style="margin: 0px; padding: 0px; outline: none !important;">&nbsp;</span></span><span style="font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; color: #3d3d3d; font-size: 12px; line-height: 18px; background-color: rgba(255, 255, 255, 0.901961); outline: none !important;"><span style="margin: 0px; padding: 0px; outline: none !important;">&nbsp;</span></span></p>
<p style="font-family: Arial, Helvetica, sans-serif; outline: none !important; margin: 0px 0px 10px; padding: 0px; font-size: 12px; color: #3d3d3d; line-height: 18px;">&lt;/IfModule&gt;</p>
</blockquote>
<ul>
<li>Once you are finished editing to save press: CTRL O</li>
<li>To quit press: CTRL X</li>
</ul>
<p><strong>5. Turned on Cache Management in Magento</strong></p>
<ul>
<li>Login to Magento Admin</li>
<li>Go to System -&gt; Cache Management</li>
<li>Click 'Select All'</li>
<li>Then next to the word 'Actions' on the drop down box choose 'Enable'</li>
<li>Click 'Submit'</li>
</ul>
<p><strong>6. Turned on External Full Page Caching</strong></p>
<ul>
<li>Login to Magento Admin</li>
<li>Go to System -&gt; Configuration</li>
<li>Scroll down on the left hand side click on Advanced -&gt; System</li>
<li>Expand the section "External Full Page Cache Settings"</li>
<li>Select "Yes" to enable external cache</li>
<li>Leave the cookie lifetime at 3600 seconds</li>
<li>Set the External Cache Control to 'Zend Full Page Cache'</li>
<li>Click 'Save Config' on the top right of the screen</li>
</ul>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">mysqld]</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">innodb_file_per_table=1</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">open_files_limit=5120</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">max_allowed_packet=128M</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">key_buffer = 512M</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">table_cache = 512</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">sort_buffer_size = 4m</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">read_buffer_size = 4m</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">read_rnd_buffer_size = 2m</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">myisam_sort_buffer_size = 64m</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">tmp_table_size = 128m</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">query_cache_size = 96m</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">query_cache_type = 1</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">thread_cache_size = 8</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">max_connections = 400</div>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">wait_timeout = 300</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Migrate Your website with no downtime!]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[66f041e16a60928b05a7e228a89c3799]]></guid>
<pubDate><![CDATA[Fri, 20 Jul 2012 16:04:49 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Learn how to migrate your website with no downtime! Follow our advice to move your website without downtime.
Follow this advice to move your website to VPSBlocks without downtime:

Firstly, sign up with us. Make sure you do NOT cancel your old hosting ...]]></description>
<content:encoded><![CDATA[<p>Learn how to migrate your website with no downtime! Follow our advice to move your website without downtime.</p>
<p>Follow this advice to move your website to VPSBlocks without downtime:</p>
<ul>
<li>Firstly, sign up with us. Make sure you do NOT cancel your old hosting provider, and do not tell them you will be cancelling just yet.</li>
<li>Setup the new VPS hosting environment, if you use cPanel see: <a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/46/0/getting-started-with-cpanel-and-whm">http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/46/0/getting-started-with-cpanel-and-whm</a></li>
<li>Copy across all your files to the new VPS</li>
<li>Backup and copy across your database to the new VPS</li>
<li>Setup your VPS webserver (if using cPanel this can be done easily see <a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/3/0/migrating-a-cpanel-website-to-a-new-cpanel-server">http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/3/0/migrating-a-cpanel-website-to-a-new-cpanel-server</a>)</li>
<li>Setup your mail server and mailboxes (if using cPanel this is very easy, if you are not using cPanel you can use Webmin or install Mail Enable on a Windows VPS - see <a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/56/0/installing-mailenable-mail-server-on-windows">http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/56/0/installing-mailenable-mail-server-on-windows</a>)</li>
<li>Test your site. The best way to do this is to temporarily modify your hosts file to make your own computer believe that your site is hosted on your new VPS. See: <a href="http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/57/0/how-to-edit-my-hosts-file">http://www.vpsblocks.com.au/support/Knowledgebase/Article/View/57/0/how-to-edit-my-hosts-file</a></li>
<li>If your site is database driven you have two options to ensure you don't lose data (you may want to do one last backup of the database from the old host and restore it on your VPSBlocks VPS to ensure data is completely up to date):
<ul>
<li>Modify your database connection in your old hosting and point it to the IP Address of your new VPS (recommended)</li>
<li>Add a temporary redirect to your site IP address when people visit your old site, so when users access your site on the old server they are automatically transferred to the new server</li>
</ul>
</li>
<li>Now that your site is working on both servers and using the database on the new server it's time to change your DNS</li>
<li>If you are using our DNS servers:
<ul>
<li>Login to your domain registrar and set the name servers associated with&nbsp;your domain to our name servers (ns1.controlmyvps.com.au and ns2.controlmyvps.com.au)</li>
<li>Check the 'Manage DNS' section in 'My Account' on our website and ensure all necessary DNS records have been created (if you have subdomains other than <a href="http://www.yourdomain.com.au">www.yourdomain.com.au</a> and mail.yourdomain.com.au etc.)</li>
</ul>
</li>
<li>If you are using your own name servers in cPanel:
<ul>
<li>Login to your domain registrar and set the name servers associated with your domain to your name servers (ns1.controlmyvps.com.au and ns2.controlmyvps.com.au)</li>
<li>Check in cPanel and ensure you have created all necessary DNS records (e.g. <a href="http://www.yourdomain.com.au,">www.yourdomain.com.au,</a> mail.yourdomain.com.au, webmail.yourdomain.com.au, subdomain.yourdomain.com.au)</li>
</ul>
</li>
<li>Now once the DNS change has been made you will need to wait. It usually takes about 48 hours for DNS changes to propogate completely. Once this time has passed and you have checked that your domain does resolve to the new VPS IP address you are ready to cancel with your old host (ensure when testing where your domain resolves that you have removed any changes to the hosts file).</li>
</ul>
<p>Congraulations! You've now completed a downtime free migration with no impact on your customers. Better still you can expect a 99.99% uptime on your VPS with VPSBlocks!!</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is Your Server Down or Cannot Be Reached]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[0266e33d3f546cb5436a10798e657d97]]></guid>
<pubDate><![CDATA[Wed, 15 Apr 2015 14:21:11 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Getting my VPS back online or getting access again
1. If it's a cPanel server check to ensure&nbsp;it's not reachable through a different internet connection (such as 3g/4g on your mobile phone). If it is it means you have simply blocked yourself in the ...]]></description>
<content:encoded><![CDATA[<p><strong>Getting my VPS back online or getting access again</strong></p>
<p>1. If it's a cPanel server check to ensure&nbsp;it's not reachable through a different internet connection (such as 3g/4g on your mobile phone). If it is it means you have simply blocked yourself in the firewall (most likely by trying to login accidentally using&nbsp;incorrect credentials). To rectify this see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/73/0/locked-out-of-cpanel-vps">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/73/0/locked-out-of-cpanel-vps</a></p>
<p>2. If you serve websites check to see if they are reachable from elsewhere, a good website to do that is: <a href="http://isup.me">http://isup.me</a>&nbsp;</p>
<p>3. If you are in China, most likely the China traffic block is active. This blocks all incoming requests from China and is on by default. To&nbsp;turn off this block see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/188/0/disable-china-block">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/188/0/disable-china-block</a></p>
<p>4.&nbsp;Check the console to see what your VPS is actually doing. Even if your VPS is offline or unreachable you should be able to view the console to see what has actually happened. This is available in our portal system, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/28/0/how-can-i-get-console-access-to-my-vps">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/28/0/how-can-i-get-console-access-to-my-vps</a></p>
<p>5. If you've accessed the console and the VPS is not responding or still not functioning properly, you can easily power off and back on your VPS. This should bring your VPS back online right away, you&nbsp;after powering it back on you can also view the console to&nbsp;watch it booting. See:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/34/0/how-do-i-stop--start--restart-my-vps">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/34/0/how-do-i-stop--start--restart-my-vps</a></p>
<p>6. If your VPS is still not online after a reboot please open a ticket with support.</p>
<p><strong>Why did it go down?</strong></p>
<p>If your VPS was unresponsive and required a reboot, generally the reason is a lack of available memory or very heavy server load.</p>
<p><em><strong>Linux</strong></em></p>
<p>Linux VPSs can behave normally but once they are under stress if your usable RAM runs out the&nbsp;operating system will attempt to kill various services, if it runs out very quickly it may hang completely.</p>
<p>1. Firstly make sure you have a file based swap partition, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/131/0/creating-a-file-based-swap-partition">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/131/0/creating-a-file-based-swap-partition</a></p>
<p>2. Add some more physical RAM to your machine, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/86/0/how-to-upgrade-your-memory--ram">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/86/0/how-to-upgrade-your-memory--ram</a></p>
<p>3. Setup a monitor so that if it reoccurs your VPS can be automatically restarted upon detection of failures (we recommend at least 3 failures before you set it to restart however). See:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/244/0/setup-a-vps-monitor">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/244/0/setup-a-vps-monitor</a></p>
<p>4. Add CPU cores,&nbsp;if your server comes under heavy load at times adding CPU cores can help, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/87/0/how-to-upgrade-your-processor--cpu-cores">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/87/0/how-to-upgrade-your-processor--cpu-cores</a></p>
<p>5. If cPanel limit your&nbsp;apache configuration in WHM -&gt; Service Configuration -&gt; Apache&nbsp;Configuration.&nbsp;Lower your server limit, max clients, max requests per child and possible timeout values. This should help reduce the amount of RAM apache processes would use if the server comes under heavy load.</p>
<p>6. Change your PHP configuration from suPHP to DSO or CGI. suPHP is a little more secure, however, it&nbsp;uses more RAM than both DSO and CGI and also affects performance.</p>
<p><em><strong>Windows</strong></em></p>
<p>Windows VPSs rarely go offline. They can become unresponsive however if you have used all your RAM, this is particularly the case for servers with only 1GB of RAM.</p>
<p>1. Add more RAM, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/86/0/how-to-upgrade-your-memory--ram">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/86/0/how-to-upgrade-your-memory--ram</a></p>
<p>2. Monitor your RAM usage in the task manager, when you are logged in open the task manager. Anything more than 80% usage and you will very quickly run into&nbsp;memory issues.</p>
<p>3. If you are using the Windows machine to browse the internet, make sure you have all other&nbsp;applications closed, this includes server management which loads automatically upon login.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change Your Operating System]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[26657d5ff9020d2abefe558796b99584]]></guid>
<pubDate><![CDATA[Fri, 15 Feb 2013 10:38:10 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Wish to change operating system to another one? You can do so by following the mentioned instructions in our tutorial.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all y...]]></description>
<content:encoded><![CDATA[<p>Wish to change operating system to another one? You can do so by following the mentioned instructions in our tutorial.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to change your operating system</strong></p>
<p>If you wish to change your operating system to another one under the same category (e.g. Linux or Windows), you can do so by following the below instructions:</p>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'Virtual Machines' on the left hand side.</p>
<p>3. Click on 'Manage' next to the server in question.</p>
<p>4. Click on the 'Modify' tab and then choose Upgrade/downgrade options</p>
<p>3. Select your new operating system and 'Click to Continue' and follow the prompts.&nbsp;</p>
<p>4. Once this is done you will need to reprovision your VPS. This will permanently delete your entire current VPS (including SATA storage if you have it)&nbsp;and issue you a new VPS on the new operating system.</p>
<p>6. Click on the 'Overview' tab</p>
<p>8. Click on 'Reinstall VPS Image' in the Actions window.</p>
<p>This will generally take about 30 minutes to reprovision your VPS.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Improving Website Performance]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/improving-website-performance]]></link>
<guid isPermaLink="false"><![CDATA[9dfcd5e558dfa04aaf37f137a1d9d3e5]]></guid>
<pubDate><![CDATA[Tue, 21 Feb 2017 13:22:08 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Improving your website for optimal loading times is essentially a culmination of three elements.
VPS vs Shared Hosting
A VPS (Virtual Private Server or Virtual Dedicated Server) gives you a big advantage over shared hosting. You can configure it exactly...]]></description>
<content:encoded><![CDATA[<p>Improving your website for optimal loading times is essentially a culmination of three elements.</p>
<h2>VPS vs Shared Hosting</h2>
<p>A VPS (Virtual Private Server or Virtual Dedicated Server) gives you a big advantage over shared hosting. You can configure it exactly the way you want to ensure optimal performance. Most importantly you are not affected by noisy neighbors (other busy sites on the same server). A VPS however, only provides benefit gains if you have enough resources to run your site and in the case of cPanel, the cPanel services (mail, DNS, web/apache, spam filtering etc.) effectively.</p>
<p>Once you have a VPS you need to ensure that you get the performance gains available by configuring the elements below. It's important to realise that the server configuration itself will generally only account for about 20% of speed gains, site development will account for about 80% of increased performance. As a result we will look at site performance first.</p>
<h2>Site Performance</h2>
<p>We are going to look specifically at Wordpress websites, the theories are the same for Joomla, Magento and other CMS based sites. Most CMSs perform quite reasonably out-of-the-box, however, once themes are changed and plugins added they can quickly become an unwieldy beast that is slow to load. Unfortunately many developers focus on the attractiveness of your site, and overlook the performance losses by adding many plugins to ease their development burden. It's important when developing to be aware of site speeds at all times.</p>
<h3>Plugins</h3>
<p>The first thing we recommend is that you grab a plugin performance profiler. Use this to determine which plugins are slowing your site down. Remove or disable any you absolutely don't need, or replace them with more efficient plugins that do a similar job. </p>
<p>* Wordpress UsageDD: https://wordpress.org/plugins/usagedd/</p>
<p>* Joomla: <a href="https://www.daycounts.com/how-to/how-to-pinpoint-joomla-performance-issues">https://www.daycounts.com/how-to/how-to-pinpoint-joomla-performance-issues</a> </p>
<p>* Magento Profiler: <a href="https://www.atwix.com/magento/finding-bottlenecks/">https://www.atwix.com/magento/finding-bottlenecks/</a></p>
<p>If running Wordpress a Caching Plugin such as W3 Total Cache may speed up your site considerably.</p>
<h3>Themes</h3>
<p>Like Plugins third-party themes can affect your site greatly. The best way to see if your theme is the issue is to set your theme back to the default theme (yes it will no doubt break your site and make it look terrible), then check the load times. If the load times are improved then the theme itself is contributing to the site slowness. Put back your regular theme, recheck, and if the result is the same then contact your developer, or considering changing themes. Often third-party purchased themes are not well written and will be slow.</p>
<h3>External Content</h3>
<p>If your plugins or theme is loading content from an external location, you may find that your server waits until it's got that data before displaying any content, this relies then on an external service, and often overseas. This will substantially slow down your site and should be avoided at all costs.</p>
<h3>Site Tuning</h3>
<p>Enable mod_default compression in cPanel, see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/339/0/enabling-mod_deflate--gzip-compression">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/339/0/enabling-mod_deflate--gzip-compression</a></p>
<p>Small things can make a big difference with the configuration you set in your .htaccess file. Things to check:</p>
<p>Gzip compression is enabled:</p>
<p style="padding-left: 30px;">php_flag zlib.output_compression "1"</p>
<p>Your PHP memory limit is high enough:</p>
<p style="padding-left: 30px;">php_value memory_limit 512M</p>
<h2>Server Configuration</h2>
<p>Once you have your site optimized, you can look at server modifications that will improve performance. The below is specific for cPanel based servers.</p>
<ul>
<li>Make sure you are running PHP in DSO mode or PHP-FPM. This is vitally important, if you run in suPHP or CGI your site will be very slow. All servers we provision are setup in DSO mode by default. PHP-FPM is enabled through the MultiPHP Manager in WHM.</li>
<li>Ensure that your resources are not consumed. If your server is using memory from a swap/paging file, then it will be much slower. This essentially means you ran out of physical RAM and it's now using disk as RAM. RAM is about 100x faster than even NVME performance. To check if your server is using swap file you need to login to WHM and go to Server Status -&gt; Server Information. Look for the section entitled 'Current Memory Usage'. If the 'Swap' line has a 'used' amount then you have crept into your swap file usage. This is not a big problem if it's only a small number of bytes and you still have regular 'free' memory in the 'Mem' line.</li>
<li>Check you have enough CPU cores. Unfortunately it's not possible to check the true current CPU usage in WHM, so you will need to login to your server via <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank" rel="noopener">SSH</a>. Once there type the command: top<br />Once top has opened press the '1' key. This will show you your CPU cores and the percent used of each core. If you are utilising them all heavily (e.g. close to 100%) then you should consider adding more cores. If you only have 1 core and it's close to 100% all the time, then adding more CPU cores will definitely help your server and thus your site performance.</li>
<li>Installing Nginx. Although Nginx is not officially supported by cPanel, there is a plugin for it available at: <a href="https://engintron.com/">https://engintron.com/</a> <br />We also have an article on how to install it here: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/172/0/installing-nginx-on-cpanel-servers">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/172/0/installing-nginx-on-cpanel-servers<br /></a>Nginx is a proxy that sits in front of Apache and answers all non-https website requests. When it receives a request it checks it's cache and only contacts Apache for the proper page if it doesn't have a recently cached copy. This alleviates load on Apache and MySQL. As this is not supported officially by cPanel however it is possible that some configuration issues occur when cPanel auto-updates itself, although in our experience this is rare.</li>
</ul>
<p>I hope this article has helped to give you an insight into what you can do to speed up your website performance.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Upgrade or Downgrade Your VPSs RAM]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/how-to-upgrade-your-vpss-ram]]></link>
<guid isPermaLink="false"><![CDATA[93db85ed909c13838ff95ccfa94cebd9]]></guid>
<pubDate><![CDATA[Thu, 24 Jan 2013 11:15:06 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Step-by-step tips on how to upgrade RAM or memory of your PC. Follow VPSBlocks to upgrade today!
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all your VPSs, change accou...]]></description>
<content:encoded><![CDATA[<p>Step-by-step tips on how to upgrade RAM or memory of your PC. Follow VPSBlocks to upgrade today!</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to upgrade or downgrade your memory / RAM</strong></p>
<p>If you have an existing VPS and would like to upgrade resources, you can do so by following these instructions:</p>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Click on 'Manage' next to the machine you wish to modify.</p>
<p>4. Click on the 'Modify' tab</p>
<p>5. Click on 'Upgrade/Downgrade Options'</p>
<p>6. Here you can add extra RAM, CPU Cores, Bandwidth and Disk Space. You can also select a different operating system, however, for the new operating system to take affect you must reprovision your VPS (see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again</a> )</p>
<p>7. On the following screen you can also select to schedule the upgrade (Choose 'Now' to have it occur immediately).</p>
<p>Note that when you upgrade CPU, RAM or Disk Space upon receiving payment your server will automatically be shutdown, the resources modified and restarted at the time you scheduled.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Upgrade a Processor]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c7e1249ffc03eb9ded908c236bd1996d]]></guid>
<pubDate><![CDATA[Thu, 24 Jan 2013 11:15:45 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Find question &amp; answers on upgrading your desktop PC's processor, CPU cores. Log on to VPSBlocks to do it yourself.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all ...]]></description>
<content:encoded><![CDATA[<p>Find question &amp; answers on upgrading your desktop PC's processor, CPU cores. Log on to VPSBlocks to do it yourself.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to upgrade your processor / CPU cores</strong></p>
<p>If you have an existing VPS and would like to upgrade resources, you can do so by following these instructions:</p>
<p>1. Login to the&nbsp;<a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a>&nbsp;using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Click on 'Manage' next to the&nbsp;machine you wish to modify.</p>
<p>4. Click on the 'Modify' tab</p>
<p>5. Click on 'Upgrade/Downgrade Options'</p>
<p>5. Here you can add extra RAM, CPU Cores, Bandwidth and Disk Space. You can also select a different operating system, however, for the new operating system to take affect you must reprovision your VPS (see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again</a> )</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Install Fast &amp; Free Vesta Control Panel]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[f7664060cc52bc6f3d620bcedc94a4b6]]></guid>
<pubDate><![CDATA[Mon, 03 Aug 2015 16:15:13 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Complete tutorials about installing &amp; using free control panel on a VPS. Do it yourself by following VPSBlocks.
cPanel is great as a complete hosting package. But if you don't need features like a web based file manager, VestaCP is a free control pan...]]></description>
<content:encoded><![CDATA[<p>Complete tutorials about installing &amp; using free control panel on a VPS. Do it yourself by following VPSBlocks.</p>
<p>cPanel is great as a complete hosting package. But if you don't need features like a web based file manager, VestaCP is a free control panel that offers speeds far surpassing that provided by cPanel. It's fantastic for hosting CMS based websites such as Magento, Joomla, Wordpress, Drupal etc.</p>
<p>Check out our sample Magento website running on a basic 1 CPU Core, 512MB Ram&nbsp;Linux Ubuntu 14 server at&nbsp;<a href="http://203.143.83.193/" target="_blank">http://203.143.83.193/</a></p>
<p>Note: If you are not confident in following these instructions&nbsp;we offer this installation as an optional service to our customers during the ordering process. We recommend you choose Ubuntu 14 as your operating system, and during the order process will be asked if you would like the Vesta Initial Setup, the cost is only $20.</p>
<p><strong>INSTALLING VESTA CONTROL PANEL</strong></p>
<p>Start with a VPS, for Vesta we recommend Ubuntu 16 or Ubuntu 14</p>
<p><a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank">SSH</a> into your new VPS</p>
<p>Type: curl -O http://vestacp.com/pub/vst-install.sh</p>
<p>Type: bash vst-install.sh</p>
<p>Important note: If asked for a hostname you must put the name you gave your server e.g. vps.yourdomain.com. If you&nbsp;do not put&nbsp;the same name services will not be able to resolve the hostname to your local VPS and it will cause issues with NGinx and some other services.</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta1.jpg" alt="" width="578" height="434" /></p>
<p>To start the installation press: y</p>
<p>Enter your email address</p>
<p>The installation will complete and at the end display your login credentials</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta2.jpg" alt="" width="578" height="434" /></p>
<p>Now run:&nbsp;update-rc.d mysql disable<br /><em>*Note: This is an Ubuntu 14 oddity, as otherwise two mysql processes will be started upon startup.&nbsp;</em></p>
<p><strong>Disable AppArmor for&nbsp;Bind9 (named) so DNS serving&nbsp;will function properly</strong></p>
<p>AppArmor by default&nbsp;prevents Bind9 from&nbsp;reading&nbsp;it's own database files under /home/&lt;user&gt;/ location. So you need to run these commands:</p>
<blockquote>
<p>ln -s /etc/apparmor.d/usr.sbin.named /etc/apparmor.d/disable/</p>
<p>apparmor_parser -R /etc/apparmor.d/usr.sbin.named</p>
<p>service bind9 restart</p>
</blockquote>
<p>&nbsp;</p>
<p>Visit https://YOURIP:8083 in your browser</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta3.jpg" alt="" width="716" height="593" /></p>
<p>Login using the credentials supplied to you</p>
<p>&nbsp;</p>
<p><strong>AUTO UPDATES</strong></p>
<p>We recommend turning on autoupdate</p>
<p>On the top bar, click on 'Updates' and click on [ enable autoupdate ]</p>
<p>&nbsp;</p>
<p><strong>USERS</strong></p>
<p>By default the 'Admin' user exists. You can create another user in the 'USER' section. Ensure any passwords you enter are very secure, particularly if you enable SSH access for any users you create. For each user you create, as well as the admin user you can also set default name servers. If you are using your own name servers enter them by editing the user, if you are using our provided name servers, enter them (ns1.controlmyvps.com.au / ns2.controlmyvps.com.au)</p>
<p>&nbsp;</p>
<p><strong>CREATING A WEBSITE</strong></p>
<p>Click on 'WEB'</p>
<p>Click on 'edit' next to the default domain</p>
<p>Here you should set the default settings for the webserver. For best performance we recommend you turn on Nginx Support and set the Nginx Template to default then click 'Save'</p>
<p>Note: Leave the Apache Template as default. If you want to set it to php-fcgi for extra performance you must have more than 1G of RAM, but you need to modify a file manually in SSH.</p>
<p>Edit /etc/apache2/mods-available/fcgid.conf (Ubuntu) (/etc/httpd/conf.d/fcgid.conf on CentOS):</p>
<dl class="codebox">
<dd><code><br />&lt;IfModule mod_fcgid.c&gt;<br />&nbsp; AddHandler&nbsp; &nbsp; fcgid-script .fcgi<br />&nbsp; FcgidConnectTimeout 20<br />&nbsp; FcgidMinProcessesPerClass 0<br />&nbsp; FcgidMaxProcessesPerClass 10<br />&nbsp; FcgidMaxProcesses 50<br />&nbsp; FcgidIdleTimeout 60<br />&nbsp; FcgidProcessLifeTime 120<br />&nbsp; FcgidIdleScanInterval 30<br /><br /><br />&nbsp; # Change the rate at which new FastCGI processes are spawned under load. Higher=faster<br />&nbsp; FcgidSpawnScoreUpLimit 10<br /><br />&nbsp; # Higher number = spawning more FastCGI processes decreases the spawn rate (controls runaway<br />&nbsp; FcgidSpawnScore 2<br /><br />&nbsp; # Higher number = terminating FastCGI processes decreases the spawn rate (controls runaway)<br />&nbsp; FcgidTerminationScore 2<br /><br />&nbsp; # Increase the FastCGI max request length for large file uploads (needed for some sites)<br />&nbsp; FcgidMaxRequestLen 1073741824<br /><br />&nbsp; FcgidMaxRequestsPerProcess 100000<br />&nbsp; FcgidIOTimeout 1800<br />&lt;/IfModule&gt;<br /><br /></code></dd>
</dl>
<p>&nbsp;</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta4.jpg" alt="" width="1014" height="914" /></p>
<p>You cannot edit the name for this website. This is the website that will always appear when you visit the IP address directly or any domains listed in the 'Aliases' section.</p>
<p>If you are hosting a single or main website you can use the default website, and enter the domain names in aliases. Note by doing this that you will have to add MAIL manually for the domain.</p>
<p>Alternatively, click on 'WEB' again and this time choose 'Add Web Domain' and add your new website.</p>
<p>&nbsp;</p>
<p><strong>ENABLING SELF-SIGNED SSL ON YOUR WEBSITE</strong></p>
<p>To enable self-signed SSL on your default website so things like webmail are accessed via SSL you need to do the following.</p>
<p>Click on 'WEB'</p>
<p>Click on 'edit' next to the default domain</p>
<p>Check the box next to 'SSL Support'</p>
<p>Click on 'Generate CSR' (this opens in a new browser window/tab)</p>
<p>Fill out the details, and change the Domain to a domain name that resolves to the server</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta6.jpg" alt="" width="1014" height="914" /></p>
<p>Then copy and and paste each of the details into the editing domain section. Note that they are not in the same order, so ensure you copy the certificate and key correctly. THe SSL Certificate Authority would be blank.</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta7.jpg" alt="" width="1014" height="914" /></p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta8.jpg" alt="" width="1014" height="914" /></p>
<p>Click 'Save'</p>
<p>You will get warnings due to this being a self-signed certificate, but logging in via webmail will be secured.</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta9.jpg" alt="" width="1014" height="914" /></p>
<p>&nbsp;</p>
<p><strong>DNS RECORDS</strong></p>
<p>When you add a website the DNS records are automatically created for it. However, it's up to you whether you want to create your own DNS servers (ns1.yourdomain.com/ns2.yourdomain.com) and use Vesta to manage your DNS records, or use our provided DNS servers (ns1.controlmyvps.com.au/ns2.controlmyvps.com.au) and enter the DNS records yourself in our control panel.</p>
<p>If you setup your own DNS servers, you can edit/add any DNS records in the DNS section. Note that if you do not setup your own DNS servers then anything you do in this section will not be public or have any impact in the rest of the internet - e.g. you should make changes you need in our provided control panel.</p>
<p>&nbsp;</p>
<p><strong>MAIL</strong></p>
<p>To setup mail for your domain you will need to go the MAIL section. Here you can add/edit domains that you host mail for, and also add/remove mail accounts, open webmail and more.</p>
<p>If you've used the default website as your website, you will need to click on 'Add Mail Domain' and add your domain</p>
<p>Then click 'Add account' to add email accounts</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta5.jpg" alt="" width="1014" height="914" /></p>
<p>&nbsp;</p>
<p><strong>WEBMAIL</strong></p>
<p>Providing you have followed the instructions on enabling the self-signed SSL, Webmail can be accessed at any time at https://YOURIP/webmail/ or https://YOURDOMAIN/webmail/</p>
<p>If you have not then you can only access at http://YOURIP/webmail/ or http://YOURDOMAIN/webmail/</p>
<p>&nbsp;</p>
<p><strong>DATABASE</strong></p>
<p>If you are installing a CMS such as Magento, Joomla, Wordpress, Prestashop etc. you will need a database.</p>
<p>First click on 'DB'</p>
<p>Then click on 'Add Database'</p>
<p>Here fill out the name of your database, note that the user you are currently logged in with will be prefixed to your MySQL database and MySQL username.</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta10.jpg" alt="" width="1014" height="914" /></p>
<p>&nbsp;</p>
<p><strong>FTP</strong></p>
<p>You can FTP into the server using SFP or SCP as your admin user.</p>
<p>When you login you will see four folders. Browse into the web folder, there you will see a folder for each site under your username. Under that the public_html folder is your web root folder.</p>
<p>Click 'Save'</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta11.jpg" alt="" width="1014" height="1042" /></p>
<p>&nbsp;</p>
<p><strong>INSTALLING MAGENTO</strong></p>
<p>First download the full version of Magento, and extract it on your local machine.</p>
<p>Then FTP into the server and upload all the files into the public_html directory.</p>
<p>Then delete the file index.html</p>
<p>Then browse to http://YOURSITE/index.php</p>
<p>Follow the steps to install Magento</p>
<p>&nbsp;</p>
<p><strong>UPDATING YOUR SERVER (Debian and Ubuntu)</strong></p>
<p>You're nearly complete, but now you need to ensure your server is running the latest version of everything that's just been installed. To do that first&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank">SSH</a>&nbsp;into your server, then type:</p>
<pre><code>apt-get update</code></pre>
<pre><code>apt-get upgrade</code></pre>
<p>Answer yes to any questions posed.&nbsp;</p>
<p>&nbsp;&nbsp;</p>
<p><strong>RUNNING A LOW MEMORY VPS</strong></p>
<p>If you are running on a VPS and only have 512MB of RAM, you may need to perform some tweaks, we recommend that you:</p>
<ul>
<li>SSH into your VPS</li>
<li>Type: nano /etc/mysql/my.cnf</li>
<li>Modify the file to look like this:</li>
</ul>
<p>[mysqld_safe]<br />socket=/var/run/mysqld/mysqld.sock</p>
<p>[mysqld]<br />user=mysql<br />pid-file=/var/run/mysqld/mysqld.pid<br />socket=/var/run/mysqld/mysqld.sock<br />port=3306<br />basedir=/usr<br />datadir=/var/lib/mysql<br />tmpdir=/tmp<br />lc-messages-dir=/usr/share/mysql<br />log_error=/var/log/mysql/error.log<br />max_connections=200<br />max_user_connections=30<br />wait_timeout=30<br />interactive_timeout=50<br />long_query_time=5<br />performance_schema&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = off</p>
<p># CACHES AND LIMITS #</p>
<p>tmp-table-size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 32M<br />max-heap-table-size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 32M<br />query-cache-type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0<br />query-cache-size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0<br />max-connections&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 500<br />thread-cache-size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 50<br />open-files-limit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 65535<br />table-definition-cache&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1024<br />table-open-cache&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 2048</p>
<p># INNODB #<br />innodb-flush-method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = O_DIRECT<br />innodb-log-files-in-group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 2<br />innodb-flush-log-at-trx-commit = 1<br />innodb-file-per-table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1<br />innodb-buffer-pool-size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 128M</p>
<ul>
<li>Also, you should create a file based swap partition, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/131/0/creating-a-file-based-swap-partition">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/131/0/creating-a-file-based-swap-partition</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Upgrade Your Disk Space]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/how-to-upgrade-your-disk-space]]></link>
<guid isPermaLink="false"><![CDATA[2a38a4a9316c49e5a833517c45d31070]]></guid>
<pubDate><![CDATA[Thu, 24 Jan 2013 11:16:21 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Learn how to increase additional free space on your hard disk.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc....]]></description>
<content:encoded><![CDATA[<p>Learn how to increase additional free space on your hard disk.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to upgrade your disk space</strong></p>
<p>If you have an existing VPS and would like to upgrade resources, you can do so by following these instructions:</p>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Click on 'Manage' next to the machine you wish to modify.</p>
<p>4. Click on the 'Modify' tab</p>
<p>5. Click on 'Upgrade/Downgrade Options'</p>
<p>5. Here you can add extra RAM, CPU Cores, Bandwidth and Disk Space. You can also select a different operating system, however, for the new operating system to take affect you must reprovision your VPS (see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again</a> ). If modifying your main disk space you must increase the NVME/Flash Disk (not SATA as that is for backup purposes only).</p>
<p>6. On the following screen you can also select to schedule the upgrade (Choose 'Now' to have it occur immediately).</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Install zPanel for Ubuntu server ]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[a97da629b098b75c294dffdc3e463904]]></guid>
<pubDate><![CDATA[Wed, 27 Mar 2013 12:59:37 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[All related questions &amp; answer on installing zPanel for Ubuntu server. A self help guide to solve issues.
zPanel is a free alternative to cPanel. It's very easy to setup if you follow the below instructions:
1. Login to your server via SSH (see: htt...]]></description>
<content:encoded><![CDATA[<p>All related questions &amp; answer on installing zPanel for Ubuntu server. A self help guide to solve issues.</p>
<p>zPanel is a free alternative to cPanel. It's very easy to setup if you follow the below instructions:</p>
<p>1. Login to your server via SSH (see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh</a>&nbsp;)</p>
<p>2.&nbsp;Follow the instructions to install zPanel, see:&nbsp;http://www.zpanelcp.com/download/</p>
<p>Once this is complete you will see a Congratulations summary displayed in your SSH session. This will provide you the password you need to login to zPanel. The system will also automatically reboot. Ensure you save the password before you close the SSH session, otherwise you will not be able to login.</p>
<p>e.g.</p>
<p style="padding-left: 60px;"># Save the following information somewhere safe:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br /># MySQL Root Password :&nbsp;sdf89us4j&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br /># ZPanelX Username&nbsp;&nbsp;&nbsp; : zadmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br /># ZPanelX Password&nbsp;&nbsp;&nbsp; :</p>
<p style="padding-left: 60px;">&gt; New server crypto key written to cnf/security.php<br />&gt; New API key has been generated!<br />&gt; Account password for 'zadmin' has been updated!</p>
<p style="padding-left: 60px;">p6pFIBviIsfdQH6hC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #</p>
<p>5. To login go to <a href="http://YOURSERVERIP">http://YOURSERVERIP</a></p>
<p>Login using: zadmin<br />Pass: p6pFIBviIsfdQH6hC (whatever&nbsp;password is displayed)</p>
<p>Once you are logged in you can begin creating websites.</p>
<ul>
<li>To get started go to 'Domain Management -&gt; Domains' and create your new hosting account domain.</li>
<li>It will enter a pending state, to force it to be created immediately go to 'Server Admin -&gt; zPanel Config' at the bottom is an option 'Run Daemon Now' click on that.</li>
<li>Once your domain is green (live), you should check DNS for it.</li>
<li>Click on 'Domain Management' -&gt; 'DNS Manager', choose your newly added domain</li>
<li>Create mailboxes: click on 'Mail' -&gt; 'Mailboxes'</li>
<li>Create a MySQL Database if required: Click on 'Database Management' -&gt; 'MySQL Database'</li>
<li>Create an FTP Account if required: Click on 'File Management' -&gt; 'FTP Accounts'</li>
<li>You can also create other users (users, resellers or administrators) if you wish: Click on 'Reseller -&gt; 'Manage Clients'</li>
</ul>
<p>For help see the zPanel website at: <a href="http://www.zpanelcp.com">http://www.zpanelcp.com</a></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ Solving Slowness Accessing Via VPS]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[d1fe173d08e959397adf34b1d77e88d7]]></guid>
<pubDate><![CDATA[Thu, 08 Nov 2012 13:17:39 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[SLOW access via an IPV6 from a VPS in Australia? Here is the solution to solve slowness accessing through your VPS.
Due to the way most&nbsp;operating systems&nbsp;work, IPv6 is preferred before IPv4 when available - however the world isn't fully IPv6 re...]]></description>
<content:encoded><![CDATA[<p>SLOW access via an IPV6 from a VPS in Australia? Here is the solution to solve slowness accessing through your VPS.</p>
<p>Due to the way most&nbsp;operating systems&nbsp;work, IPv6 is preferred before IPv4 when available - however the world isn't fully IPv6 ready even though many sites are supporting it - eg google has IPv6 - but It's not in Australia - so it's SLOW&nbsp;accessing it via an IPV6 from a VPS in Australia (and&nbsp;we wouldn't be surprised if the IPv6 international trunks are substantially smaller than IPv4).<br /><br />You can use <a href="http://support.microsoft.com/kb/2533454">this</a> Microsoft support article to prefer v4 over v6 (it lays the blame at mis-configured routers - not the case here - It's just that we're ahead of most of the rest of the world) or you can disable IPv6 on hosts which don't need/want it.</p>
<p>For linux variants there is an article here on how to disable IPv6: <a href="http://activemq.apache.org/multicast-watch-out-for-ipv6-vs-ipv4-support-on-your-operating-system-or-distribution-or-network.html">http://activemq.apache.org/multicast-watch-out-for-ipv6-vs-ipv4-support-on-your-operating-system-or-distribution-or-network.html</a></p>
<p>Interestingly, the latency between Melbourne to Sydney over ipv6 is also high - something which VPSBlocks or our DC have no control over (yet).</p>
<p><strong>Disabling in Windows 2008</strong></p>
<p>Download the fix onto your VPS and install it: <a href="http://go.microsoft.com/?linkid=9728870">http://go.microsoft.com/?linkid=9728870</a></p>
<p><strong>Disabling in Windows 2012</strong></p>
<p>Right click on the powershell icon and choose 'Run as Administrator', then paste in this command:</p>
<pre>New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters -Name DisabledComponents -PropertyType DWord -Value 0xffffffff</pre>
<pre>You may need to restart afterwards.</pre>
<p><strong>Disabling in CentOS 5.3</strong></p>
<p>Disable IPV6 support on your Linux machine by adding a line at the end of /etc/modprobe.conf by doing the following:</p>
<ul>
<li>SSH into your VPS (we recommend using <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank">Putty</a>)</li>
<li>Type: pico /etc/modprobe.conf</li>
<li>Go to the end of the file and enter this line:</li>
<li>alias net-pf-10 off # disable IPV6</li>
<li>Save the file and exit pico.</li>
<li>Restart the VPS</li>
</ul>
<p><strong>Disabling in CentOS 5.4+</strong></p>
<ul>
<li>Edit /etc/sysconfig/network and set "NETWORKING_IPV6" to "no" <span id="line-96" class="anchor">&nbsp;</span></li>
<li>For 5.4 and later, replace in /etc/modprobe.conf</li>
</ul>
<p>&nbsp;&nbsp; alias ipv6 off</p>
<p class="line874">with:</p>
<p class="line874">&nbsp;&nbsp; options ipv6 disable=1<br /><strong>&nbsp;</strong></p>
<p class="line874"><strong>Disabling in CentOS 6 or 5.4+</strong></p>
<p class="line867">Add the following to /etc/sysctl.conf:</p>
<p class="line867">&nbsp;</p>
<p class="line867">net.ipv6.conf.all.disable_ipv6 = 1</p>
<p class="line867">&nbsp;</p>
<p class="line867"><strong>Alternative Method where modprobe.d is installed</strong></p>
<p class="line867">touch /etc/modprobe.d/disable-ipv6.conf</p>
<pre>echo "install ipv6 /bin/true" &gt;&gt; /etc/modprobe.d/disable-ipv6.conf </pre>
<p>Run <tt class="backtick">/sbin/chkconfig ip6tables off</tt> to disable the IPv6 firewall</p>
<p>Reboot the system</p>
<p class="line867">&nbsp;</p>
<p><strong>Disabling in Linux (Debian)</strong></p>
<p>Append the following to /etc/gai.conf</p>
<pre><code>precedence ::ffff:0:0/96  100
</code></pre>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Reprovision Your VPS]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/how-to-reprovision-your-vps]]></link>
<guid isPermaLink="false"><![CDATA[3ef815416f775098fe977004015c6193]]></guid>
<pubDate><![CDATA[Thu, 24 Jan 2013 11:14:03 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Learn how to reprovision, reinstall, setup your VPS again. Follow step by step tutorial guidelines and do it yourself.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all y...]]></description>
<content:encoded><![CDATA[<p>Learn how to reprovision, reinstall, setup your VPS again. Follow step by step tutorial guidelines and do it yourself.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to reprovision your VPS</strong></p>
<p>If you want to reprovision your VPS you can do so through the control panel. Please note that this will DELETE all existing data on your VPS including all NVME/Flash and SATA disk:</p>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Click on 'Manage' next to the VPS in question</p>
<p>4. Click on the 'Reinstall VPS' option for that VPS</p>
<p>Reinstalling takes approximately 30 minutes and you may receive a new IP address. Please do not do any further actions in the portal until the reprovision is complete, doing so is likely to interrupt the reprovision requiring manual intervention by support staff.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Restart on Task Hang]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[757b505cfd34c64c85ca5b5690ee5293]]></guid>
<pubDate><![CDATA[Sun, 10 Aug 2014 10:06:33 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If there isn't enough memory allocated on a server tasks may hang on the server. Find step by step tips to solve it.
Find excellent tutorial on restart on task hang. Know how to setup the server so it restarts if this occurs automatically.
Sometimes on ...]]></description>
<content:encoded><![CDATA[<p>If there isn't enough memory allocated on a server tasks may hang on the server. Find step by step tips to solve it.</p>
<p>Find excellent tutorial on restart on task hang. Know how to setup the server so it restarts if this occurs automatically.</p>
<p>Sometimes on a Linux server, particularly if there isn't enough memory allocated on a server or the tasks being queued cannot be done with the available resources over a period of time, tasks may hang on the server. This can be fatal and cause the server to become unresponsive.</p>
<p>To setup the server so it restarts if this occurs automatically you need:</p>
<p>Login to <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">SSH</a></p>
<p>To make these settings live without rebooting type:<br />sysctl kernel.panic=5<br />sysctl kernel.hung_task_panic=1<br />sysctl vm.panic_on_oom=1</p>
<p>Edit the configuration file so the changes will also occur after a reboot type:<br />pico /etc/sysctl.conf</p>
<p>Add the following to the bottom of the file</p>
<pre><code># Reboot 5 seconds after panic
kernel.panic = 5

# Panic if a hung task was found
kernel.hung_task_panic = 1
<br /># Panic if OOM-Killer is initiated
vm.panic_on_oom = 1<br /></code></pre>
<p>To save Press: CTRL O<br />To exit Press: CTRL X&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change Your Linux Hostname]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[f0935e4cd5920aa6c7c996a5ee53a70f]]></guid>
<pubDate><![CDATA[Fri, 22 Mar 2013 10:08:23 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Change hostname or server name of a Linux system. Learn following step by step tips to do it yourself.
To change the hostname on your actual VPS, you need to login via SSH (see: https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-...]]></description>
<content:encoded><![CDATA[<p>Change hostname or server name of a Linux system. Learn following step by step tips to do it yourself.</p>
<p>To change the hostname on your actual VPS, you need to login via SSH (see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh</a>)</p>
<p><strong>Ubuntu</strong></p>
<p>Type: /bin/hostname mynewhostname</p>
<p>Type: nano /etc/hosts</p>
<p>Edit the file and then save it.</p>
<p>* Note: If you do not have nano installed, you can install it by running:<br />apt-get install nano</p>
<p><strong>CentOS</strong></p>
<p>Type: hostname mynewhostname</p>
<p>Type: pico /etc/sysconfig/network</p>
<p>Edit the file by changing the hostname entry if there is one, and then save it.</p>
<p>* Note: If you do not have pico installed, you can install it by running:<br />yum install pico</p>
<p><strong>CentOS 7</strong></p>
<p>Type: hostname mynewhostname</p>
<p>Type: pico /etc/hostname</p>
<p>Edit the file by changing the hostname entry and then save it.</p>
<p>Type: pico /etc/hosts</p>
<p>Edit the file by changing the hostname entry for 127.0.0.1 and then save it.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pointing A Domain To Our Name Servers]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c51ce410c124a10e0db5e4b97fc2af39]]></guid>
<pubDate><![CDATA[Fri, 04 May 2012 18:33:29 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Manage your DNS records directly through us by pointing the name server to our existing domain. Follow the steps to know more.
If you wish to manage your DNS records directly through us you need to set the name servers for your existing domain to ours.
...]]></description>
<content:encoded><![CDATA[<p>Manage your DNS records directly through us by pointing the name server to our existing domain. Follow the steps to know more.</p>
<p>If you wish to manage your DNS records directly through us you need to set the name servers for your existing domain to ours.</p>
<p>To do this, login to the provider you registered your domain at (your domain registrar).</p>
<p>Look for the option to 'Change Name Servers' or 'Change DNS Servers'.</p>
<p>Replace the Primary and Secondary Name Servers with ours:</p>
<ul>
<li>ns1.controlmyvps.com.au</li>
<li>ns2.controlmyvps.com.au</li>
</ul>
<p>Remove any other name servers that are listed there.</p>
<p>If you cannot find the option to Change Name Servers where you registered your domain, search their help and you should find it quite easily. Please note that changing your name servers to point to us does NOT in anyway affect where your domain registration is held. When your domain registration becomes due you will still be invoiced and need to pay your existing domain registrar.</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I cancel a service?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c20ad4d76fe97759aa27a0c99bff6710]]></guid>
<pubDate><![CDATA[Fri, 04 May 2012 17:47:28 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Read this article &amp; know how to cancel a service. This method works for any services including VPS, SPAM Filtering, DNS Zones or Licensing.
Portal Login Explained
If you login to the portal website using your email address and password you can admin...]]></description>
<content:encoded><![CDATA[<p>Read this article &amp; know how to cancel a service. This method works for any services including VPS, SPAM Filtering, DNS Zones or Licensing.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>Cancelling any services</strong></p>
<p>This method works for any services including VPS, SPAM Filtering, DNS Zones or Licensing.</p>
<p>1. Go to&nbsp;<a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on the 'Account/Billing' on the left hand panel</p>
<p>4.&nbsp;Click on 'Manage' next to the service you wish to cancel.</p>
<p>5. Choose 'Request Cancellation'.</p>
<p><strong>Cancelling a VPS</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Virtual Machines' on the left hand panel</p>
<p>4. Click on the 'Manage' button next to the VPS</p>
<p>5. Click on 'Cancel Server'</p>
<p>6. Confirm the cancellation.</p>
<p>The account has now been cancelled. It will physically be removed from the server within 24 hours. Once a cancellation request has been made you will never be billed again for that service.</p>
<p>If you have accidentally submitted a cancellation request and wish to continue the service, please email us and we will remove the request before it's processed where possible. Note that once a cancellation has been processed all data is erased permanently and cannot be restored unless you purchased the daily backup feature when your service was active.</p>
<p><strong>Cancelling a Domain Registration</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Domains'</p>
<p>4. Click on 'Manage Domains'</p>
<p>5. Click on 'Manage Domain' next to the domain in question</p>
<p>6. Click on 'Auto Renew' and ensure it is disabled.</p>
<p>Domain registrations cannot be cancelled, but you can stop them from auto-renewing.</p>
<p><strong>Cancelling Licensing</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'View Licensing'</p>
<p>4. Select the license you wish to cancel.</p>
<p>5. Follow the prompts to cancel it.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I upload files to my VPS?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[a87ff679a2f3e71d9181a67b7542122c]]></guid>
<pubDate><![CDATA[Wed, 02 May 2012 19:40:42 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[To upload files to your server you need an FTP client installed on your computer. You can download FileZilla for free at http://filezilla-project.org/download.php. If you use Windows on your computer then download the Windows version (even if your VPS is ...]]></description>
<content:encoded><![CDATA[<p>To upload files to your server you need an FTP client installed on your computer. You can download FileZilla for free at <a href="http://filezilla-project.org/download.php">http://filezilla-project.org/download.php</a>. If you use Windows on your computer then download the Windows version (even if your VPS is Linux based).</p>
<p><strong>For most Linux Distributions (e.g. CentOS, Debian, FreeBSD)</strong></p>
<p>1. Open Filezilla<br />2. Click the "Site Manager" button and set up a new site<br />3. Set the "Host" to the&nbsp;main&nbsp;IP address of your server<br />3. Set the port to 22.<br />4. In the "Protocol" dropdown box, choose "SFTP - SSH File Transfer Protocol"<br />5. In the "Login Type" choose "Normal"<br />6. User the following credentials -&nbsp;</p>
<p>User: root<br />Password: your server's root password</p>
<p>This will allow you to securely transfer files to your VPS.</p>
<p>IMPORTANT: NEVER USE PLAIN FTP WITH YOUR ROOT CREDENTIALS. ALWAYS USE SFTP INSTEAD.</p>
<p><strong>Ubuntu</strong></p>
<p>If you have an Ubuntu server, you will need to install OpenSSH Server. Do this with the following SSH command: sudo apt-get install openssh-server</p>
<p>For help, please see <a href="https://help.ubuntu.com/community/SSH/OpenSSH/Configuring">https://help.ubuntu.com/community/SSH/OpenSSH/Configuring</a>&nbsp;</p>
<p>Credentials to use are your ip address as the hostname with your user account and the corresponding password</p>
<p><br /><strong>cPanel Accounts</strong></p>
<p>1. Open Filezilla<br />2. Click the "Site Manager" button and set up a new site<br />3. Set the "Host" to the&nbsp;main&nbsp;IP address of your server<br />3. Set the port to 22.<br />4. In the "Protocol" dropdown box, choose "SFTP - SSH File Transfer Protocol"<br />5. In the "Login Type" choose "Normal"<br />6. User the following credentials -&nbsp;</p>
<p>User: your cPanel username<br />Password: your cPanel password</p>
<p>You can also create custom cPanel accounts for your websites.</p>
<p>For custom created FTP accounts use the following credentials -&nbsp;</p>
<p>Port: 21<br />Protocol: FTP<br />User: user@domainname.com<br />Password: user password</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Check Bandwidth API]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[fe9fc289c3ff0af142b6d3bead98a923]]></guid>
<pubDate><![CDATA[Fri, 18 Jan 2013 10:34:03 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Now all cients can check their bandwidth by downloading our API document. Read this article to know more.
All clients can check their bandwidth using our API. For details on doing this please download the API document at http://www.vpsblocks.com.au/files...]]></description>
<content:encoded><![CDATA[<p>Now all cients can check their bandwidth by downloading our API document. Read this article to know more.</p>
<p>All clients can check their bandwidth using our API. For details on doing this please download the API document at <a href="http://www.vpsblocks.com.au/files/VPSBlocks_Reseller_API.pdf">http://www.vpsblocks.com.au/files/VPSBlocks_Reseller_API.pdf</a></p>
<p>The section 'Get Bandwidth' is on page 10.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[SSH tunnel using MySQL Workbench]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[e96ed478dab8595a7dbda4cbcbee168f]]></guid>
<pubDate><![CDATA[Thu, 18 Sep 2014 15:38:37 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[You can set up an SSH tunnel then access it as if it were local. Find step by step tutorial to do it yourself.
For those who use MySQL Workbench or other MySQL managers.
&nbsp;
By default cPanel hosts are configured to&nbsp;not allow&nbsp;the access to...]]></description>
<content:encoded><![CDATA[<p>You can set up an SSH tunnel then access it as if it were local. Find step by step tutorial to do it yourself.</p>
<p><strong>For those who use MySQL Workbench or other MySQL managers.</strong></p>
<p>&nbsp;</p>
<p>By default cPanel hosts are configured to&nbsp;<strong>not allow</strong>&nbsp;the access to MySQL server remotely because is <span style="text-decoration: underline;"><strong>explicitely insecure</strong></span>.</p>
<p>Rather than exposing port 3306 to the world that's better and much more secure to connect via SSH tunnel.</p>
<p>&nbsp;</p>
<p>When you create your connection in MySQL Workbench choose the connection method: Standard TCP/IP over SSH&nbsp;</p>
<p>Connection config (here is the MySQL Workbench example):<br /><br /></p>
<p><strong>SSH Hostname:</strong> &lt;your_vps_ip_address&gt;:22</p>
<p><strong>SSH Username</strong>: root (or other)</p>
<p><strong>SSH Password</strong>: &lt;correct_password_for_that_user&gt;</p>
<p>&nbsp;</p>
<p>If you do not use key based AUTH for SSH, bypass SSH Key File option.</p>
<p>&nbsp;</p>
<p><strong>MySQL Hostname</strong>: localhost (or 127.0.0.1)</p>
<p><strong>MySQL Server port</strong>: 3306</p>
<p><strong>Username</strong>: root</p>
<p><strong>Password</strong>: &lt;mysql_root_password&gt; \\ attention, this password might differ from SSH root password</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Incoming SPAM Filter]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[e4a6222cdb5b34375400904f03d8e6a5]]></guid>
<pubDate><![CDATA[Tue, 24 Mar 2015 13:34:45 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[This article explains how to add the incoming SPAM filter to any domain you host with VPSBlocks. We partner with SPAM Experts who provide a fantastic SPAM filter&nbsp;including a full control panel, quarantine, whitelist/blacklist, filter settings, full r...]]></description>
<content:encoded><![CDATA[<p>This article explains how to add the incoming SPAM filter to any domain you host with VPSBlocks. We partner with SPAM Experts who provide a fantastic SPAM filter&nbsp;including a full control panel, quarantine, whitelist/blacklist, filter settings, full reporting. For some information please <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/243/0/spam-experts-control-panel">click here</a>.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>To order SPAM&nbsp;filtering</strong></p>
<p>1. Go to&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on the 'New Orders' tab</p>
<p>4.&nbsp;Click on 'Order SPAM Filtering'</p>
<p>5. Enter the domain you wish to filter SPAM for, plus and domian aliases separated by a comma.</p>
<p><img src="https://www.vpsblocks.com.au/images/support/OrderSPAM.png" alt="Order SPAM Experts Filter" width="944" height="395" /></p>
<p>6. Once you make payment you will be sent an email with login details to the SPAM Experts control panel.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I cancel a clients account?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[6512bd43d9caa6e02c990b0a82652dca]]></guid>
<pubDate><![CDATA[Fri, 04 May 2012 17:46:45 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Read the full knowledgebase article and know how you can cancel a clients account.
Portal Login Explained
If you login to the portal website using your email address and password you can administer all your VPSs, change account details, place new orders...]]></description>
<content:encoded><![CDATA[<p>Read the full knowledgebase article and know how you can cancel a clients account.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>Cancelling any services</strong></p>
<p>This method works for any services including VPS, SPAM Filtering, DNS Zones or Licensing.</p>
<p>1. Go to&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on the 'Account/Billing' on the left hand panel</p>
<p>4.&nbsp;Click on 'Manage' next to the service you wish to cancel.</p>
<p>5. Choose 'Request Cancellation'.</p>
<p><strong>Cancelling a VPS</strong></p>
<p>If you are a reseller and need to cancel a clients' VPS you do this in the same way as you would cancel your own VPS:</p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Virtual Machines' on the left hand panel</p>
<p>4. Click on the 'Manage' button next to the VPS</p>
<p>5. Click on 'Cancel Server'</p>
<p>6. Confirm the cancellation.</p>
<p>The account has now been cancelled. It will physically be removed from the server within 24 hours. Once a cancellation request has been made you will never be billed again for that service.</p>
<p>If you have accidentally submitted a cancellation request and wish to continue the service, please email us and we will remove the request before it's processed where possible. Note that once a cancellation has been processed all data is erased permanently and cannot be restored unless you purchased the daily backup feature when your service was active.</p>
<p><strong>Cancelling a Domain Registration</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Domain Registration'</p>
<p>4. Click on 'Manage Domains'</p>
<p>5. Click on 'Manage Domain' next to the domain in question</p>
<p>6. Click on 'Auto Renew' and ensure it is disabled.</p>
<p>Domain registrations cannot be cancelled, but you can stop them from auto-renewing.</p>
<p><strong>Cancelling Licensing</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Licensing'</p>
<p>4. Select the license you wish to cancel.</p>
<p>5. Follow the prompts to cancel it.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Installing Fantastico]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[45c48cce2e2d7fbdea1afc51c7c6ad26]]></guid>
<pubDate><![CDATA[Fri, 04 May 2012 14:13:54 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you purchase a Fantastico License you will need to install it to your cPanel installation. This is extremely easy to do.
First you need to enable ioncube:

Login to WHM (you will have been provided access in the VPS setup email)
Go to 'tweak settin...]]></description>
<content:encoded><![CDATA[<p>If you purchase a Fantastico License you will need to install it to your cPanel installation. This is extremely easy to do.</p>
<p>First you need to enable ioncube:</p>
<ul>
<li>Login to WHM (you will have been provided access in the VPS setup email)</li>
<li>Go to 'tweak settings'</li>
<li>Search for 'ioncube'</li>
<li>Click the checkbox next to ioncube&nbsp;in the cPanel PHP loader section and click 'Save'</li>
</ul>
<p><span class="postbody"><span style="font-weight: bold;"><span style="color: red;">Now you need to install Fantastico!</span></span> </span></p>
<p class="textArialSpacing"><span class="postbody">Just <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">SSH</a>&nbsp;to your server and enter following command (you may also copy/paste):</span></p>
<pre>wget http://174.120.165.106/fantastico_f3/install.sh -O - | /bin/bash<br /><br />This will attempt to install Fantastico F3 on your server automatically. Please be patient, the process may take some time (and you will see a fair amount of information output to the screen during this process.</pre>
<p>At this point, your copy of Fantastico F3 is fully functional. You can visit the cPanel component and start installing scripts (visiting WHM component is not mandatory as was in F2).</p>
<p class="textArialSpacing">NOW GO TO YOUR WHM -&gt; Plugins -&gt; Fantastico F3.<br /><br />Follow the on screen instructions.</p>
<p><span style="color: red;"><span class="textArialSpacing" style="font-weight: bold;">If your users don't see a Fantastico link in their CPanel: Go to WHM and edit the "default" Features List. Activate Fantastico.</span></span></p>
<p>If you have purchased a managed support package this will be done for you.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to upgrade your bandwidth]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[68d30a9594728bc39aa24be94b319d21]]></guid>
<pubDate><![CDATA[Thu, 24 Jan 2013 11:11:12 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[If you have an existing VPS &amp; would like to upgrade resources, but don't want to upgrade to next block level, read this.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer...]]></description>
<content:encoded><![CDATA[<p>If you have an existing VPS &amp; would like to upgrade resources, but don't want to upgrade to next block level, read this.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to upgrade your pre-paid bandwidth</strong></p>
<p>If you have an existing VPS and would like to upgrade resources, you can do so by following these instructions:</p>
<p>1. Login to the&nbsp;<a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a>&nbsp;using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Click on 'Manage' next to the&nbsp;machine you wish to modify.</p>
<p>4. Click on the 'Modify' tab</p>
<p>5. Click on 'Upgrade/Downgrade Options'</p>
<p>5. Here you can add extra RAM, CPU Cores, Bandwidth and Disk Space. You can also select a different operating system, however, for the new operating system to take affect you must reprovision your VPS (see: <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/85/0/how-to-reprovision--reinstall--setup-your-vps-again</a> )</p>
<p>Note that pre-paid bandwidth is half the cost of bandwidth overages, so if you are going to&nbsp;exceed your&nbsp;included bandwidth&nbsp;it's worth upgrading your pre-paid bandwidth unless usage was a once-off.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Track outgoing connections using netstat]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[fe73f687e5bc5280214e0486b273a5f9]]></guid>
<pubDate><![CDATA[Tue, 08 May 2018 12:16:18 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[How to track ONLY outgoing connection to certain ports on Linux machines using Netstat
Sometimes it's required to filter incoming connections and listening ports in netstat output and monitor it continuously.
Below is the example of that:

watch -n5 "...]]></description>
<content:encoded><![CDATA[<h2>How to track ONLY outgoing connection to certain ports on Linux machines using Netstat</h2>
<p>Sometimes it's required to filter incoming connections and listening ports in netstat output and monitor it continuously.</p>
<p>Below is the example of that:</p>
<blockquote>
<p>watch -n5 "netstat -antwe | grep -Ev 'LISTEN|127.0.0.1' | gawk '{ print \$5, \$6, \$7 }' | grep -E ':80|:443'"</p>
</blockquote>
<p>Where:</p>
<p style="padding-left: 30px;"><strong>-n5</strong> is refreshing interval, you can increase it if connections disapper too quickly</p>
<p style="padding-left: 30px;"><strong>grep -Ev</strong> is excluding pattern from output</p>
<p style="padding-left: 30px;"><strong>gawk's fields $5, $6 and $7</strong> represent netstat fields: <strong>Foreign address + port, Connections state, UID of process owner</strong></p>
<p style="padding-left: 30px;"><strong>grep -E</strong> includes only ports you are interested in</p>
<p>&nbsp;</p>
<p>If <strong>gawk</strong> is not installed, then install using proper command:</p>
<blockquote>
<p>yum install gawk # for CentOS</p>
<p>apt-get install gawk # for Ubuntu</p>
<p>pacman -S gwak # on Archlinux</p>
</blockquote>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Set Your Reverse DNS / PTR Record ]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[42a0e188f5033bc65bf8d78622277c4e]]></guid>
<pubDate><![CDATA[Tue, 12 Nov 2013 13:37:17 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Read how to modify your reverse DNS entry / PTR record for any IPs you own by doing the following.
How to modify your reverse DNS entry / PTR record
When you create a VPS the domain you specify on the order form will automatically be entered as the reve...]]></description>
<content:encoded><![CDATA[<p>Read how to modify your reverse DNS entry / PTR record for any IPs you own by doing the following.</p>
<p><strong>How to modify your reverse DNS entry / PTR record</strong></p>
<p>When you create a VPS the domain you specify on the order form will automatically be entered as the reverse DNS entry.</p>
<p>You can however adjust this or set a reverse DNS for any IPs you own by doing the following:</p>
<p>1. Login to the&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a>&nbsp;using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3.&nbsp;Click on 'Manage' next to the VPS in question.</p>
<p>4. Click on the 'Networking' tab</p>
<p>5. In the 'Networking' window click on the IP address you wish to set or change the reverse DNS.</p>
<p>6. Your current reverse DNS entry will be displayed. To change it enter the reverse DNS entry you would like and click 'OK'.</p>
<p>Note: It is not necessary to put a . after the domain, but you can if you like (either way it will be entered correctly into the DNS server).</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Disable Directory Listing or Browsing in cPanel]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c0c7c76d30bd3dcaefc96f40275bdc0a]]></guid>
<pubDate><![CDATA[Fri, 13 Jul 2012 18:08:17 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Learn how to disable directory listing or browsing in cPanel? Read easy 'how to' guidelines and do it yourself.
When you browse to your website and access a directory that has no index.html, index.htm or index.php file, by default a list of all the files...]]></description>
<content:encoded><![CDATA[<p>Learn how to disable directory listing or browsing in cPanel? Read easy 'how to' guidelines and do it yourself.</p>
<p>When you browse to your website and access a directory that has no index.html, index.htm or index.php file, by default a list of all the files and sub-directories/folders is displayed.</p>
<p>Turning this listing off is very easy. You could use .htaccess to do it, however an easier way is to log into your cPanel account for the site and do the following:</p>
<p>Under "Advanced" (down the bottom), click on "Index Manager". Select the public_html folder and choose "No indexing". That will apply to all subfolders. You can also select specific sub-folders and change the permissions for them.</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Error when parking domains in cPanel]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[a0a080f42e6f13b3a2df133f073095dd]]></guid>
<pubDate><![CDATA[Tue, 20 Aug 2013 17:56:21 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Find details about errors When Parking Domains in cPanel. Learn to identify most common error &amp; solve errors.
The most common error states:
Using nameservers with the following IPs: xxx.xxx.xxx.xxxSorry, the domain is already pointed to an IP addres...]]></description>
<content:encoded><![CDATA[<p>Find details about errors When Parking Domains in cPanel. Learn to identify most common error &amp; solve errors.</p>
<p>The most common error states:</p>
<p>Using nameservers with the following IPs: xxx.xxx.xxx.xxx<br />Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server.</p>
<p>The reason for this is a setting in cPanel that does not allow remotely hosted domains to be parked on the server. To fix this:</p>
<p>1. Login to WHM (<a href="https://xxx.xxx.xxx.xxx:2087/">https://xxx.xxx.xxx.xxx:2087/</a>) using your root username and password</p>
<p>2. Type 'tweak' into the top left search bar</p>
<p>3. Click on 'Tweak Settings'</p>
<p>4. On the right hand side of the tweak settings is a 'find' textbox. In that box type: remote</p>
<p>5. Look for the option 'Allow Remote Domains' and turn that 'On'</p>
<p>This will now allow you to add parked domains that do not point to the cPanel server. This is handy because generally you want to have the new server setup to accept a domain before you point the domain to the new server.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Create a New DNS Record in Our Name Servers]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[92cc227532d17e56e07902b254dfad10]]></guid>
<pubDate><![CDATA[Thu, 07 Feb 2013 11:22:52 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Find instructions on how to create a new DNS record in name servers. Read step by step tutorial to learn &amp; do it yourself
Portal Login Explained
If you login to the portal website using your email address and account level password you can administe...]]></description>
<content:encoded><![CDATA[<p>Find instructions on how to create a new DNS record in name servers. Read step by step tutorial to learn &amp; do it yourself</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to create DNS records</strong></p>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'DNS Zones'</p>
<p>3. Click on 'Add Zone'</p>
<p>4. Enter&nbsp;your domain name in the format domain.com or domain.com.au (not <a href="http://www.domain.com">www.domain.com</a>) and&nbsp;click OK.&nbsp;The zone will be added immediately (it may take about 30 seconds).</p>
<p>5. Select the new domain from the drop down&nbsp;box (it's most likely selected for you now) and modify your DNS records - e.g. click 'Add Record' and create an A record for your domain to point to the IP of your VPS.</p>
<p>7. Don't forget to hit the 'Save DNS Zone' button once you have completed adding the zones.</p>
<p>8. If you didn't purchase the domain with us, login to your domain registrar and update the name servers associated with the domain to: ns1.controlmyvps.com.au and ns2.controlmyvps.com.au</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Earn affiliate commissions]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[37693cfc748049e45d87b8c7d8b9aacd]]></guid>
<pubDate><![CDATA[Thu, 10 May 2012 14:40:00 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Learn how to refer people to VPSBlocks and earn affiliate commissions easily.
Referring people to VPSBlocks and earning affiliate commissions is easy.
How to&nbsp;setup referrals
1. Go to https://portal.controlmyvps.com.au
2. Login using your email ad...]]></description>
<content:encoded><![CDATA[<p>Learn how to refer people to VPSBlocks and earn affiliate commissions easily.</p>
<p>Referring people to VPSBlocks and earning affiliate commissions is easy.</p>
<p><strong>How to&nbsp;setup referrals</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Account'</p>
<p>4. Click on 'Referrals'</p>
<p>5. Near the top of the page you will see '<strong>Your Unique Referral Link'</strong>.</p>
<p>Copy that link to your website, or you can copy the image based link displayed at the bottom of the page.</p>
<p>When a visitor of your website clicks your unique referral link, then signs up for an account with us, commisssion will be added to your affiliate account.</p>
<p>Whenever your affiliate account reaches at least $50, you can request this to be paid.</p>
<p>Commission is added to your account EVERY time a customer you refer is billed. So, a single customer who purchases a $99.95/month hosting plan could see you earn $119.94 per year for as long as that customer's account is active.</p>
<p>Full details of our affiliate program can be found by visiting the Reseller section of our site.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ Specifying Network Profiles]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[ac627ab1ccbdb62ec96e702f07f6425b]]></guid>
<pubDate><![CDATA[Wed, 27 Feb 2013 22:37:54 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Specify Network Profiles (Domain, Public, Private) associated with Windows Firewall settings for your Windows servers.
In Windows if you have an internal network adapter, and an external network adapter and make the server a domain controller, it will au...]]></description>
<content:encoded><![CDATA[<p>Specify Network Profiles (Domain, Public, Private) associated with Windows Firewall settings for your Windows servers.</p>
<p>In Windows if you have an internal network adapter, and an external network adapter and make the server a domain controller, it will automatically make both NICs part of the domain profile (which allows everything in the firewall restrictions).</p>
<p>To stop this what we recommend is you make keep your internal network adapter as your domain profile, and make your external network adapter (the one that connects to the internet) a member of the public profile.</p>
<p>To do this go to the Windows Advanced Firewall and create a rule which blocks UDP on port 389 for the external subnet range (e.g. 203.143.x.x) both incoming and outgoing. This will prevent Windows from being able to resolve the NIC to a domain and therefore mark it as public.</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[SPAM Experts Control Panel]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[cb70ab375662576bd1ac5aaf16b3fca4]]></guid>
<pubDate><![CDATA[Tue, 24 Mar 2015 13:42:40 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[This article explains the basic functionality of the SPAM Experts control panel. It is for users who have purchased incoming SPAM filtering. For help on ordering SPAM filtering please&nbsp;click here.
To access the SPAM Experts Login please go to https://...]]></description>
<content:encoded><![CDATA[<p>This article explains the basic functionality of the SPAM Experts control panel. It is for users who have purchased incoming SPAM filtering. For help on ordering SPAM filtering please&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/242/0/incoming-spam-filter">click here</a>.</p>
<p>To access the SPAM Experts Login please go to <a href="https://one.spamexperts.controlmyvps.com.au" target="_blank">https://one.spamexperts.controlmyvps.com.au</a></p>
<p>&nbsp;</p>
<h2><strong>QUARANTINE (POSSIBLE SPAM)</strong></h2>
<p>This will show all messages the filter has quarantined. To view, click on the email's subject. To release click the email symbol on the right of the line. Released emails will appear in your&nbsp;mailbox within a few minutes.</p>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-quarantine.gif" alt="Click on Spam Quarantine link" width="500" height="162" /><br /><br /><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-quarantine-release.gif" alt="Release spam by clicking on email symbol" width="501" height="75" /></p>
<h2><strong>LOG SEARCH</strong></h2>
<p>Here you can enter a date range and hit search (the other fields can be left empty). This will show you how emails were handled in the past, including any emails temporarily rejected (waiting for redelivery) and permanently rejected. Permanently rejected emails cannot be viewed or released.</p>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-log-search.gif" alt="Click on Log Search link" width="500" height="162" /></p>
<h3>WHITELIST</h3>
<p>If an email has been rejected, you can set up a "white list" either for the email address or for an entire domain under "Sender whitelist". This will ensure that future emails will get through. For any emails already rejected, please ask the sender to resend.</p>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-sender-whitelist-link.gif" alt="Click on Sender Whitelist link" width="500" height="162" /></p>
<h3>EMAIL CLASSIFICATION</h3>
<p>In the "Log Search" you will see a column entitled "Classification". The most common are:</p>
<dl>
<dt>ACCEPTED</dt>
<dd>The email has passed the spam filter and has been delivered to the recipient's inbox.</dd>
<dt>TEMPORARILY REJECTED</dt>
<dd>The email was temporarily rejected. Legitimate mail servers that observe the RFC standards will re-deliver the message.&nbsp;<br /><em>greylisted</em>&nbsp;- message greylisted&nbsp;<br /><em>High DNSBL score</em>&nbsp;- IP is listed on blacklists. For more information on DNSBL (and to check if an IP is blacklisted), please see&nbsp;<a href="http://www.dnsbl.info/" target="_blank">www.dnsbl.info</a>.</dd>
<dt>REJECTED</dt>
<dd>The email has been permanently rejected and can be found in the spam quarantine.&nbsp;<br /><em>Considered spam</em>&nbsp;- identified as spam by filter rules.&nbsp;<br /><em>Content looked like spam</em>&nbsp;- Failed content check.&nbsp;<br /><em>Sender's domain is missing DNS records</em>&nbsp;- Faulty DNS entries</dd>
</dl>
<h2>PERIODIC REPORT (QUARANTINE EMAIL)</h2>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-report-periodic-link.gif" alt="Spam Experts Periodic Report link" width="500" height="110" /></p>
<p>In this section you can control the period report that lists all quarantined emails (possible spam emails). This report is useful to review suspicious emails without logging into the Spam Experts panel.</p>
<ul>
<li><strong>Report enabled?&nbsp;</strong>Tick to enable</li>
<li><strong>Recipient Address&nbsp;</strong>Define who receives the report. Please note that this field only accepts one address. For multiple recipients, set up a new email in your cPanel and then set up forwarder rules to all required recipients.</li>
<li><strong>Report Frequency&nbsp;</strong>Daily or Weekly</li>
<li><strong>Format&nbsp;</strong>HTML or PDF</li>
<li><strong>Include extra spam table&nbsp;</strong>Adds statistics about the spam filtering</li>
<li><strong>Send report with no quarantined messages&nbsp;</strong>If enabled, you will receive the report daily or weekly as defined, regardless of whether newly quarantined emails are available for review</li>
</ul>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-report-periodic-details.gif" alt="Spam Experts Periodic Report" width="500" height="230" /></p>
<h2>Manage Users</h2>
<p>If your domain has multiple mailboxes by individuals, you can give them their own access to the Spam Experts panel to allow each email user to review their own logs and quarantine.</p>
<h3>MANAGE EMAIL USERS</h3>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-users-manage-link.gif" alt="Spam Experts Manage Users link" width="500" height="110" /></p>
<p>In this section you can add email users for direct access to the Spam Experts panel. Just add the new user with their email address and a password. Once added, users can log in directly&nbsp;at&nbsp;<a href="https://one.spamexperts.controlmyvps.com.au">https://one.spamexperts.controlmyvps.com.au</a>&nbsp;</p>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-users-manage.gif" alt="Spam Experts Manage Users" width="500" height="150" /></p>
<h2>White and Black Listing</h2>
<h3>SENDER WHITELIST AND BLACKLIST</h3>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-sender-whitelist2.gif" alt="Sender Whitelist Screenshot" width="700" height="95" /></p>
<p>A white list is a list of emails which are never marked as spam. It's ideal to guarantee important emails to get through without delay or to resolve a situation where a sender you trust gets marked as spam occasionally. You can also whitelist entire domains.</p>
<p>On the reverse, a black list is a list of emails which are always treated as spam. If you receive emails from a sender which are not marked as spam, but you don't wish to receive these, you can enter the email address on the black list. You can also blacklist entire domains.</p>
<h3>RECIPIENT WHITELIST AND BLACKLIST</h3>
<p>The recipient settings apply to the receiving, ie your email address. With these setting, you can permanently allow all or no emails through to your address(es).</p>
<p>If you whitelist one of your email addresses, all emails will go through to this address. This basically disables the spam filter for a specific email address.</p>
<p>In reverse, if you blacklist a recipient email address, all email to this address will be treated as spam and no email will go through on this address. This setting is probably rare, but may be useful if you have an email which attracts spam and is not used for any legitimate mail correspondence.</p>
<h2>Domain statistics</h2>
<p>Ever wondered if the spam filter is doing its job? Have a quick look at the domain statistics. Enter your required time frame and see how much spam was blocked.</p>
<p><img class="screenshot" src="https://www.vpsblocks.com.au/images/support/spam-statistics2.gif" alt="Statistics Screenshot" width="700" height="445" /></p>
<ul>
<li><strong>Unsure messages&nbsp;</strong>These are the message in Quarantine</li>
<li><strong>Spam messages blocked&nbsp;</strong>Rejected messages</li>
<li><strong>Not Spam messages&nbsp;</strong>Accepted messages which were delivered to inbox</li>
<li><strong>Viruses blicked / Blacklisted&nbsp;</strong>Viruses and emails from the blacklist</li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rebuilding Apache through cPanel for Best Performance]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[7cbbc409ec990f19c78c75bd1e06f215]]></guid>
<pubDate><![CDATA[Fri, 07 Sep 2012 08:51:03 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Follow simple instructions to rebuild Apache through cPanel for best performance. A quick guide for fast learners.
To rebuild Apache through cPanel follow these instructions:

Login to WHM as Root and follow the pathMain &gt;&gt; Software &gt;&gt; Easy...]]></description>
<content:encoded><![CDATA[<p>Follow simple instructions to rebuild Apache through cPanel for best performance. A quick guide for fast learners.</p>
<p>To rebuild Apache through cPanel follow these instructions:</p>
<ul>
<li>Login to WHM as Root and follow the path<br />Main &gt;&gt; Software &gt;&gt; EasyApache (<span id="IL_AD7" class="IL_AD">Apache</span> Update)</li>
<li>Select radio button "Previously Saved Config" and click on start customizing based on profile</li>
<li>Select Apache</li>
<li>Select PHP 5 (<span id="IL_AD1" class="IL_AD">latest version</span> )</li>
<li>Click on Exhaustive Option list</li>
<li>Find eAccelerator&nbsp;&amp; mod_fscgi and ensure both of these are checked</li>
<li>Select any options you require, then&nbsp;click on save and build&nbsp;</li>
<li>Wait for the build to complete (it takes about 15 minutes, hit refresh to check it's progress)</li>
<li>You will be prompted to choose your PHP module, select mod_fcgi</li>
</ul>
<p>If you are running a MySQL based site, we have seen good speed improvements by enabling mod_fcgi and eAccelerator (note you also have to select mod_fgci as the PHP interpreter - you are asked to select the PHP interpreter after the rebuild is complete).</p>
<p>If you enable eAccelerator, you should also make this modificiation:</p>
<p><a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/72/0/eaccelerator-filling-up-tmp-directory">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/72/0/eaccelerator-filling-up-tmp-directory</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Change Your Password?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c9e1074f5b3f9fc8ea15d152add07294]]></guid>
<pubDate><![CDATA[Tue, 19 Mar 2013 12:48:33 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Simple steps on how to change your account password. Step by step method for new learners.
This article explain how to change the your account level password. This password is the one you use in combination with your email address to login to the portal ...]]></description>
<content:encoded><![CDATA[<p>Simple steps on how to change your account password. Step by step method for new learners.</p>
<p>This article explain how to change the your account level password. This password is the one you use in combination with your email address to login to the portal website or My Account area.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>To change your account level password</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Account'</p>
<p>4. Click on 'Change Password'</p>
<p>5. Enter your new password and click 'Save Changes'</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Add Additional Services to Your Existing VPS]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[812b4ba287f5ee0bc9d43bbf5bbe87fb]]></guid>
<pubDate><![CDATA[Mon, 11 Feb 2013 12:31:10 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Find how to add additional services to your existing VPS on VPSBlocks. A step by step tutorial for self learners.
To add additional services to your existing VPS:
Login at https://portal.controlmyvps.com.au&nbsp;using your email address and password
Cl...]]></description>
<content:encoded><![CDATA[<p>Find how to add additional services to your existing VPS on VPSBlocks. A step by step tutorial for self learners.</p>
<p>To add additional services to your existing VPS:</p>
<p>Login at <a href="https://www.vpsblocks.com.au/Login.aspx">https://portal.controlmyvps.com.au</a>&nbsp;using your email address and password</p>
<p>Click the 'Modify' tab</p>
<p>Select the name of the VPS you wish to modify from the drop down list box (it may take a few seconds to load after you do this)</p>
<p>Click on 'Upgrade/Downgrade Options'</p>
<p>Here you can choose to add additional services or increase resources to your existing VPS.</p>
<p><em>* If items already have values, these are the current items already added to your VPS. Removing them&nbsp;or setting quantities to 0 will remove them from your VPS.</em></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Updating for Vulnerability CVE-2015-7547]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[16a5cdae362b8d27a1d8f8c7b78b4330]]></guid>
<pubDate><![CDATA[Mon, 22 Feb 2016 12:33:10 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Find out details about red hat support for the Common Vulnerability. Learn it youself by following step by step tutorial.
Overview
The Google Security Team and Red Hat have discovered a flaw in the way that certain types of DNS lookups are handled on so...]]></description>
<content:encoded><![CDATA[<p>Find out details about red hat support for the Common Vulnerability. Learn it youself by following step by step tutorial.</p>
<h2><strong>Overview</strong></h2>
<p>The <a href="https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html" target="_blank">Google Security Team</a> and <a href="https://access.redhat.com/articles/2161461" target="_blank">Red Hat</a> have discovered a flaw in the way that certain types of DNS lookups are handled on some Linux servers. By exploiting this critical vulnerability, an attacker could gain full control over the system.</p>
<h2><strong>Impact</strong></h2>
<p>The code that causes the vulnerability was introduced in a 2008 update to the GNU C Library (glibc). That package contains a library against which all GNU/Linux programs are linked, and the flaw affects the version of glibc included in a number of current Linux distributions:</p>
<ul>
<li>CentOS 6 and 7</li>
<li>Fedora 22 and 23</li>
<li>Ubuntu 12.04 LTS, 14.04 LTS</li>
<li>Debian 6 (squeeze), 7 (wheezy)</li>
</ul>
<h2><strong>Resolution</strong></h2>
<p>On affected servers, glibc needs to be updated and the server rebooted.&nbsp;</p>
<p>First SSH to the server, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh</a>&nbsp;</p>
<h2><strong>Step #1: Check the Current glibc Version</strong></h2>
<ol>
<li>On <strong>CentOS 6</strong> and <strong>CentOS 7 </strong>servers, run:
<p><code>yum list glibc</code></p>
<p>That will produce output similar to:</p>
<p><code class="resultcode">[root@host ~]# yum list glibc<br />Installed Packages<br />glibc.x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.17-106.el7_2.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@system-updates-released<br />Available Packages<br />glibc.i686&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.17-106.el7_2.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;system-updates-released</code></p>
<p>The currently installed version is listed under <strong>Installed Packages</strong>.</p>
</li>
<li>On <strong>Fedora 22</strong> and <strong>Fedora 23</strong> servers, run:
<p><code>dnf list glibc</code></p>
<p>That will produce output similar to:</p>
<p><code class="resultcode">[root@host ~]# dnf list glibc<br />Installed Packages<br />glibc.x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.21-5.fc22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@System<br />Available Packages<br />glibc.i686&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.21-5.fc22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fedora</code></p>
<p>The currently installed version is listed under <strong>Installed Packages</strong>.</p>
</li>
<li>On <strong>Debian (6, 7)</strong> and <strong>Ubuntu (12.04 LTS, 14.04)</strong> servers, run:
<p><code>ldd --version</code></p>
<p>That will produce output similar to:</p>
<p><code class="resultcode">[root@host ~]# ldd --version<br />ldd (Ubuntu EGLIBC 2.21-0ubuntu4.1) 2.19<br />Copyright (C) 2012 Free Software Foundation, Inc.<br />This is free software; see the source for copying conditions. There is NO<br />warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br />Written by Roland McGrath and Ulrich Drepper.</code></p>
<p>The currently installed version in this example is <strong>2.21-0ubuntu4.1</strong>.</p>
</li>
</ol>
<h2><strong>Step #2: Is the Installed Version Vulnerable?</strong></h2>
<p>If the version returned by the command you ran above matches (or exceeds) the version listed below for your operating system, then the vulnerability already has been patched:</p>
<ul>
<li><strong>Patched versions:</strong></li>
<li><strong>CentOS 6:</strong> glibc-2.12-1.166.el6_7.7</li>
<li><strong>CentOS 7:</strong> glibc-2.17-106.el7_2.4</li>
<li><strong>Fedora 22:</strong> glibc-2.21-11.fc22</li>
<li><strong>Fedora 23:</strong> glibc-2.22-9.fc23</li>
<li><strong>Debian 6 (squeeze):</strong> eglibc 2.11.3-4+deb6u11</li>
<li><strong>Debian 7 (wheezy):</strong> eglibc 2.13-38+deb7u10</li>
<li><strong>Ubuntu 14.04 LTS:</strong> libc6 2.19-0ubuntu6.7</li>
<li><strong>Ubuntu 12.04 LTS:</strong> libc6 2.15-0ubuntu10.13</li>
</ul>
<p>If the version returned by the command you ran in Step 1 is lower than what&rsquo;s listed above for your operating system you will need to proceed to Step 3 to upgrade and reboot.</p>
<h2><strong>Step #3: Update glibc on a Self-Managed Server</strong></h2>
<p>Run these commands as root to update and reboot:</p>
<ol>
<li>On <strong>Debian (6, 7)</strong> and <strong>Ubuntu (12.04 LTS, 14.04 LTS)</strong> servers:<br /><code>apt-get update<br />apt-get upgrade<br />reboot</code>
<p>&nbsp;</p>
</li>
<li>On <strong>CentOS 6</strong> and <strong>CentOS 7</strong> servers (to update only glibc):<code><br />yum clean all<br />yum update glibc<br />reboot<br /><br />On <strong>CentOS 6</strong> and <strong>CentOS 7</strong> servers (to update all packages -recommended):<br />yum install yum-utils -y &amp;&amp; package-cleanup --oldkernels --count=1 -y &amp;&amp; sed -i 's/installonly_limit=.*/installonly_limit=2/g' /etc/yum.conf &amp;&amp; yum clean all &amp;&amp; yum update -y<br />reboot</code>
<p>&nbsp;</p>
</li>
<li>On <strong>Fedora 22</strong> and <strong>Fedora 23</strong> servers:<br /><code>dnf clean all<br />dnf update<br />reboot</code>
<p>&nbsp;</p>
</li>
</ol>
<div class="note"><strong>Note:</strong> Please remember that following these steps, you must reboot the server in order for the update to take effect and ensure you&rsquo;ve been secured. If you need assistance with this,&nbsp;please contact support and we can do this for you. This will require a server reboot to install the updates.</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Setup a VPS Monitor]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[9188905e74c28e489b44e954ec0b9bca]]></guid>
<pubDate><![CDATA[Wed, 15 Apr 2015 14:13:10 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Creating a&nbsp;URL monitor for your VPS
First you need to login to the VPSBlocks portal, and navigate to the Monitors tab on the left hand panel. The screen shots below are slightly outdated, but the functionality is the same.


We&nbsp;provide you w...]]></description>
<content:encoded><![CDATA[<figure class="img-polaroid"><strong>Creating a&nbsp;URL monitor for your VPS</strong></figure>
<p>First you need to login to the VPSBlocks portal, and navigate to the Monitors tab on the left hand panel. The screen shots below are slightly outdated, but the functionality is the same.</p>
<figure class="img-polaroid"><img src="http://www.vpsblocks.com.au/images/monitoring.jpg" alt="" /></figure>
<div class="left-align margTop">
<p class="fSize">We&nbsp;provide you with the ability to configure URL monitors for your VPS. Features of the monitor include:</p>
<ul>
<li>HTTP and HTTPS URL monitoring</li>
<li>Schedule email alerts after X failures</li>
<li>Schedule SMS email alerts (e.g. if you have an account with Twilio.com)</li>
<li>Restart your VPS after X number of failures</li>
<li>Search for text returned from your URL</li>
<li>All checks are at 1 minute intervals</li>
<li>One click disable monitor when you are performing site maintenance</li>
<li>Recent response time (ms) and daily uptime graphs</li>
</ul>
<br />
<p class="fSize">Our monitoring solution is integrated entirely within our control panel, and all monitors are checked at 1 minute intervals. Graphs of recent history are also provided for each monitor.</p>
</div>
<figure class="img-polaroid"><img src="http://www.vpsblocks.com.au/images/monitoringgraph.jpg" alt="" /></figure>
<p>&nbsp;</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>Setting up the Monitor</strong></p>
<p>1. Go to&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Monitoring'&nbsp;on the left hand side</p>
<p>4. Click on the Plus to add a new monitor.</p>
<p>5. Fill out a URL hosted on your VPS.</p>
<p>6. Fill out the rest of the monitor details, hover over each option with your mouse for a full description.</p>
<p>7. Save your monitor.</p>
<p>8. Within 2 minutes you should be able to view history through the drop down box.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Migrating Accounts from Another cPanel Server]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[14bfa6bb14875e45bba028a21ed38046]]></guid>
<pubDate><![CDATA[Wed, 29 Aug 2012 12:26:24 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Migrate accounts from one cPanel server to an another is&nbsp;easier. Learn to migrate accounts from another cPanel server.
Copying accounts from an old cPanel server to a new one is very easy. To migrate from one cPanel server to another, please do this...]]></description>
<content:encoded><![CDATA[<p>Migrate accounts from one cPanel server to an another is&nbsp;easier. Learn to migrate accounts from another cPanel server.</p>
<p>Copying accounts from an old cPanel server to a new one is very easy. To migrate from one cPanel server to another, please do this:<br /><br />1. Log into WHM as root on the new cPanel server<br /><br />2. Click "Copy multiple accounts/packages from another server"<br /><br />3. Fill in the required information and click "Fetch Account List"<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Install .NET 3.5]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[fbd7939d674997cdb4692d34de8633c4]]></guid>
<pubDate><![CDATA[Sat, 03 Nov 2012 23:50:18 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Windows 2012 R2
To install .NET 3.5 you need to do the following
1. Mount the Windows 2012 R2 DVD, see:&nbsp;https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/33/0/mount-a-dvd
2. Open a powershell window and type:&nbsp;Install-WindowsFeat...]]></description>
<content:encoded><![CDATA[<h2>Windows 2012 R2</h2>
<p>To install .NET 3.5 you need to do the following</p>
<p>1. Mount the Windows 2012 R2 DVD, see:&nbsp;https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/33/0/mount-a-dvd</p>
<p>2. Open a powershell window and type:&nbsp;Install-WindowsFeature -name<strong><em>&nbsp;</em></strong>Net-Framework-Core -source D:\sources\sxs\</p>
<p>Note: the above line assumes that the install DVD is mounted at D:</p>
<p>&nbsp;</p>
<h2>Windows 2008 R2</h2>
<h5>How to verify if .NET Framework 3.5 SP1 is installed:</h5>
<p>Here are the steps to verify that .NET Framework 3.5.1 is installed on Windows Server 2008 R2.</p>
<ol>
<li>Click the <strong>Start</strong> button in the lower left hand corner of the display. </li>
<li>Highlight <strong>Administrative Tools</strong> and select <strong>Server Manager</strong>. </li>
<li>In the <strong>Server Manager</strong> interface, click <strong>Features</strong> to display all the installed Features in the right hand pane. Verify that <strong>.NET Framework 3.5.1</strong> is listed.</li>
</ol>
<p>If <strong>.NET Framework 3.5.1</strong> feature is not listed, you can use either of the following methods to install it:</p>
<p><strong>Method 1: Using Server Manager Interface</strong></p>
<ol>
<li>In the Server Manager interface, select <strong>Add Features </strong>to<strong> </strong>displays a list of possible features. </li>
<li>In the Select Features interface, expand <strong>.NET Framework 3.5.1 Features</strong>. </li>
<li>Once you expand <strong>.NET Framework 3.5.1 Features</strong>, you will see two check boxes. One <strong>for .NET Framework 3.5.1</strong> and other for <strong>WCF Activation</strong>. Check the box next to <strong>.NET Framework 3.5.1</strong> and click <strong>Next</strong>. <dl><dd>Note: If you do not expand <strong>.NET Framework 3.5.1 Features </strong>and check it, you will get a pop-up titled <strong>Add Features Wizard</strong> as shown below. </dd><dd>Click <strong>Cancel </strong>and expand <strong>.NET Framework 3.5.1 Features</strong> and then check <strong>.NET Framework 3.5.1</strong> check box below it. </dd><dd></dd><dd>&nbsp;</dd><dd>You cannot install .NET Framework 3.5.1 Features unless the required role services and features are also installed.</dd></dl></li>
<li>In the <strong>Confirm Installation Selections</strong> interface, review the selections and then click <strong>Install</strong>. </li>
<li>Allow the installation process to complete and then click <strong>Close</strong>.</li>
</ol>
<p><strong>Method 2: Using PowerShell</strong></p>
<ol>
<li>Click the <strong>Start</strong> button in the lower left hand corner of the display. </li>
<li>Highlight <strong>All Programs</strong> and select <strong>Accessories</strong> </li>
<li>Expand Windows PowerShell and right click <strong>Windows PowerShell</strong> and select <strong>Run as administrator</strong>. Click <strong>Yes</strong> on the User Account Control box. </li>
<li>At the PowerShell command prompt, type the following commands, and then press ENTER after each command:  
<ul>
<li><strong>Import-Module ServerManager</strong> </li>
<li><strong>Add-WindowsFeature as-net-framework</strong></li>
</ul>
</li>
</ol>]]></content:encoded>
</item>
<item>
<title><![CDATA[Disable China Block]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[9dcb88e0137649590b755372b040afad]]></guid>
<pubDate><![CDATA[Thu, 12 Jun 2014 09:59:01 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[By default we block all traffic from China for security reasons. This includes email as well as web and any other traffic. Most hackings and DDOS attacks originate from China, and therefore in the interests of reducing the risk to our network and our clie...]]></description>
<content:encoded><![CDATA[<p>By default we block all traffic from China for security reasons. This includes email as well as web and any other traffic. Most hackings and DDOS attacks originate from China, and therefore in the interests of reducing the risk to our network and our clients we block this by default.</p>
<p>We realise that clients may have markets in China, associations, clients or hire workers in China. Therefore you can disable this block in the control panel.</p>
<p>1. Login to the&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a>&nbsp;using your email address and password</p>
<p>2. On the right hand side of the table listing your VPSs you will a column entitled Blocks. Next to each VPS there is a checkbox entitled 'China'. Simply uncheck that box to allow traffic from China.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I change my stored VPS password?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/how-do-i-change-my-stored-vps-password]]></link>
<guid isPermaLink="false"><![CDATA[65b9eea6e1cc6bb9f0cd2a47751a186f]]></guid>
<pubDate><![CDATA[Tue, 19 Mar 2013 12:50:16 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[This article explain how to change the password we store for your VPS. The password is used by VPSBlocks staff if they need to access your VPS for administrative or support purposes so it's best if you keep it updated if you change your root/administrator...]]></description>
<content:encoded><![CDATA[<p>This article explain how to change the password we store for your VPS. The password is used by VPSBlocks staff if they need to access your VPS for administrative or support purposes so it's best if you keep it updated if you change your root/administrator password on your VPS. This is also used by resellers clients to login to the portal website to administer the VPS only.</p>
<p><em>NOTE: This does not actually change the root or administrator password on your server, we have no access to do that. This just provides you a secure way to provide us with your current root or administrator password if you have changed it since provisioning so we can provide support.</em></p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>To change your stored VPS password</strong></p>
<p>1. Go to <a href="https://portal.controlmyvps.com.au">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on 'Virtual Machines' on the left hand panel</p>
<p>4. Click on 'Manage' next to the VPS in question</p>
<p>5. Click on 'Modify'</p>
<p>6. Click on 'Change Stored Password'</p>
<p>7. Enter your current root password as set on your VPS and click 'Save Changes'</p>
<p>This updates the our system securely so our staff can access your server if required for support or management purposes.</p>
<p> </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating a private internal network]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[2f2b265625d76a6704b08093c652fd79]]></guid>
<pubDate><![CDATA[Fri, 22 Feb 2019 11:38:32 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Step-by-step tips on how to create a private network between your Virtual Machines.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, pla...]]></description>
<content:encoded><![CDATA[<p>Step-by-step tips on how to create a private network between your Virtual Machines.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p>You MUST login using your email address and account level password to be able to manage private internal networks.</p>
<p><strong>How to&nbsp;create a private internal network</strong></p>
<ol>
<li>Login to the VPSBlocks My Account Portal using your email address and account level password.</li>
<li>Click on 'Internal Networks' on the left hand menu</li>
<li>If you have an internal network created it will display the IP Range of your network, it will also list any virtual machines already connected to the network. If not click on 'Create Internal Network'. Provide an internal range (e.g. 192.168.2.0), note&nbsp;always use .0 on the end as the network will be automatically setup with a /24 subnet providing you with the ability to connect up to 254 machines.</li>
<li>You can create multiple private networks for isolating between&nbsp;different servers via subnets.</li>
<li>Now you have a virtual network, you need to add an internal network adapter to your virtual machines.</li>
</ol>
<p><img src="https://www.vpsblocks.com.au/images/support/InternalNetworksCreate.png" alt="" width="1523" height="870" /></p>
<p><strong>Adding a private internal NIC to your VMs</strong></p>
<ol>
<li>Click on 'Virtual Machines' on the left hand menu</li>
<li>Click on 'Manage' next to the virtual machine&nbsp;you want to add an internal NIC&nbsp;</li>
<li>At this stage the virtual machine must be powered off (shutdown), you can do this through the 'Power Off VPS' button, or do it through the operating system on your virtual machine. Once it's shut down continue to step 4.</li>
<li>Click on the 'Networking' button</li>
<li>Click 'Add Internal NIC'</li>
<li>This will add an internal NIC to your&nbsp;virtual machine and automatically assign it an IP address from your internal range (this IP cannot be changed). The NIC will use DHCP, however, further configuration is necessary on both&nbsp;Windows and Linux platforms.</li>
<li>You can now start your server again (click 'Overview' and 'Power On VPS')</li>
</ol>
<p><img src="https://www.vpsblocks.com.au/images/support/InternalNetworksCreate2.png" alt="" width="1335" height="940" /></p>
<p><strong>Final&nbsp;configuration within your virtual machine</strong></p>
<ol>
<li>If you are running&nbsp;Windows on the virtual machine you will need to set the new NIC's metric to be higher than the default, this is so your system knows which NIC to send public traffic through. Please see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/294/0/internal-private-networking-on-windows">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/294/0/internal-private-networking-on-windows</a></li>
<li>If you are running CentOS or RedHat you will need to&nbsp;create a configuration file at /etc/sysconfig/network-scripts/ifcfg-eth1 (usually it is eth1) and ensure the DEFROUTE is set to No. Please see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/314/0/nic-configuration-on-redhat-and-centos">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/314/0/nic-configuration-on-redhat-and-centos</a></li>
<li>If you are running Ubuntu or Debian you will need to edit /etc/network/interfaces file and add the configuration for the new NIC, ensuring it is set to use DHCP.</li>
</ol>
<p>If you are unsure how to configure your internal NIC properly please contact support and we would be happy to help.</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Snapshots / Checkpoints Fail]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[d9fc5b73a8d78fad3d6dffe419384e70]]></guid>
<pubDate><![CDATA[Mon, 15 Jun 2020 10:08:22 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you are trying to take a snapshot of a Windows VPS that is also a domain controller this may fail. There is a bug in the hypervisor that stops normal production&nbsp;snapshots from being taken of Windows servers that are also running the domain control...]]></description>
<content:encoded><![CDATA[<p>If you are trying to take a snapshot of a Windows VPS that is also a domain controller this may fail. There is a bug in the hypervisor that stops normal production&nbsp;snapshots from being taken of Windows servers that are also running the domain controller role.</p>
<p>If you require a snapshot to be taken of a server that is also a domain controller please contact support and we can switch the checkpoint time from production to standard. This will mean snapshots can take longer to work, and may be slower while they exist, but will provide the same level of protection as a production checkpoint.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Locate a scraper on cPanel servers]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[5737c6ec2e0716f3d8a7a5c4e0de0d9a]]></guid>
<pubDate><![CDATA[Mon, 27 Nov 2017 13:56:52 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[In case your Apache struggling with a lot of "scrapers" requests, which leads to abnormally high LA (load average) please do as described below:

Login to your VPS via SSH as root (link here -&nbsp;https://www.vpsblocks.com.au/support/Knowledgebase/Arti...]]></description>
<content:encoded><![CDATA[<p>In case your Apache struggling with a lot of "scrapers" requests, which leads to abnormally high LA (load average) please do as described below:</p>
<ol>
<li>Login to your VPS via SSH as root (link here -&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh</a>)</li>
<li>Type the command (without brackets):<br /><br />
<blockquote>awk '{ print $1 }' /usr/local/apache/domlogs/&lt;yourdomain&gt;&nbsp; | sort -n | uniq -c | sort -nr | head -20</blockquote>
<br />== OR, if your traffic is mostly HTTPS ==<br /><br />
<blockquote>awk '{ print $1 }' /usr/local/apache/domlogs/&lt;yourdomain&gt;-ssl&nbsp; | sort -n | uniq -c | sort -nr | head -20</blockquote>
</li>
<li>If you see thousands of hits from particular IP address(es), they are most likely scrapers or bruteforcing bots, both deserve to be blocked.</li>
<li>Login to WHM as root, go to "ConfigServer Security &amp; Firewall", click on "Firewall Deny IPs" and add harvested IP addresses (or whole subnets if you wish to the end of the list. Then click "Change" and then "Restart csf+lfd".</li>
</ol>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to create a snapshot of your VPS]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/how-to-create-a-snapshot-of-your-vps]]></link>
<guid isPermaLink="false"><![CDATA[e2c0be24560d78c5e599c2a9c9d0bbd2]]></guid>
<pubDate><![CDATA[Tue, 19 Aug 2014 14:14:00 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[When you do major changes such as upgrading your kernel you might want an easy way to rollback any changes you make. 
You can create a SnapShot of your VPS which exists for 48 hours allowing you to easily roll back your VPS to when the SnapShot was taken...]]></description>
<content:encoded><![CDATA[<p>When you do major changes such as upgrading your kernel you might want an easy way to rollback any changes you make. </p>
<p>You can create a SnapShot of your VPS which exists for 48 hours allowing you to easily roll back your VPS to when the SnapShot was taken.</p>
<p><strong>A few things to note:</strong></p>
<p>1. Managed backups will not be taken if a snapshot exists, so be sure to delete the snapshot when you no longer require it.</p>
<p>2. Snapshots are automatically deleted after 48 hours.</p>
<p>3. When a snapshot exists it will slow down your VPS somewhat.</p>
<p></p>
<p><strong>To create a SnapShot:</strong></p>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Click on 'Manage' next to the VPS in question</p>
<p>4. In the 'Snapshot' window choose to 'Create Snapshot' (note you can only have one snapshot, so if you already have one you will need to delete it first).</p>
<p>5. If you want to roll back your VPS to when the snapshot was taken choose 'Restore Snapshot'.</p>
<p>Note: If you restore a SnapShot it will roll back your VPS to the state it was when the Snapshot was taken, this action is irreversible.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adding Licenses (RDP, Exchange, Office)]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[bc6dc48b743dc5d013b1abaebd2faed2]]></guid>
<pubDate><![CDATA[Thu, 30 Nov 2017 14:59:57 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[To add new licenses to your existing VPSs you need to:
1. Login to&nbsp;https://portal.controlmyvps.com.au/Cloud.aspx&nbsp;using your email address and password.
2. Click on 'Licensing' on the left hand menu
3. Click 'Add Licenses'
4. Select the licen...]]></description>
<content:encoded><![CDATA[<p>To add new licenses to your existing VPSs you need to:</p>
<p>1. Login to&nbsp;<a href="https://portal.controlmyvps.com.au/Cloud.aspx">https://portal.controlmyvps.com.au/Cloud.aspx</a>&nbsp;using your <strong>email address</strong> and password.</p>
<p>2. Click on 'Licensing' on the left hand menu</p>
<p>3. Click 'Add Licenses'</p>
<p>4. Select the license you wish to add and click 'Order Now'</p>
<p>5. Ensure you fill out the required quantity and the specify correctly the VPS name you wish to associate the license with.</p>
<p>6. Complete the checkout process.</p>
<p>7. Support will&nbsp;install the licenses for you.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Restoring original visitor IP for cPanel Apache under CloudFlare]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[faa9afea49ef2ff029a833cccc778fd0]]></guid>
<pubDate><![CDATA[Tue, 20 Jul 2021 17:08:06 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Please note that installing mod_cloudflare is not working anymore at least since January 2021.Instead you need tp install mod_remoteip.It can be done via:1. Yum installer with command: yum install ea-apache24-mod_remoteip
or
2. Using WHM -&gt; EasyApache ...]]></description>
<content:encoded><![CDATA[<p>Please note that installing <code>mod_cloudflare</code> is not working anymore at least since January 2021.<br /><br />Instead you need tp install <code>mod_remoteip</code>.<br /><br />It can be done via:<br /><br />1. Yum installer with command:<code> yum install ea-apache24-mod_remoteip</code></p>
<p>or</p>
<p>2. Using WHM -&gt; EasyApache 4 -&gt; Customize -&gt; Apache Modules, search for remoteip.<br /><br />After install remoteip module you need to find the file:<br /><br /><code>/etc/apache2/conf.modules.d/NNN_mod_remoteip.conf</code><br />where NNN is a sequence of digits, it can be different or different hosts.<br /><br />Note: on CentOS 6 it can be found at <code>/etc/httpd/</code> directory.<br /><br />Edit the file and add the following content to it's bottom:<br /><br /></p>
<pre>RemoteIPHeader CF-Connecting-IP
RemoteIPTrustedProxy 173.245.48.0/20
RemoteIPTrustedProxy 103.21.244.0/22
RemoteIPTrustedProxy 103.22.200.0/22
RemoteIPTrustedProxy 103.31.4.0/22
RemoteIPTrustedProxy 141.101.64.0/18
RemoteIPTrustedProxy 108.162.192.0/18
RemoteIPTrustedProxy 190.93.240.0/20
RemoteIPTrustedProxy 188.114.96.0/20
RemoteIPTrustedProxy 197.234.240.0/22
RemoteIPTrustedProxy 198.41.128.0/17
RemoteIPTrustedProxy 162.158.0.0/15
RemoteIPTrustedProxy 104.16.0.0/12
RemoteIPTrustedProxy 172.64.0.0/13
RemoteIPTrustedProxy 131.0.72.0/22
RemoteIPTrustedProxy 2400:cb00::/32
RemoteIPTrustedProxy 2606:4700::/32
RemoteIPTrustedProxy 2803:f800::/32
RemoteIPTrustedProxy 2405:b500::/32
RemoteIPTrustedProxy 2405:8100::/32
RemoteIPTrustedProxy 2a06:98c0::/29
RemoteIPTrustedProxy 2c0f:f248::/32</pre>
<p><br />If you read this article in 2199 year please double check actual CF ip addresses at this URL: https://www.cloudflare.com/ips/<br /><br />Then restart Apache.<br /><br /><br /><br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Server Management]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[13fe9d84310e77f13a6d184dbf1232f3]]></guid>
<pubDate><![CDATA[Tue, 11 Nov 2014 09:57:19 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[If you purchase server management VPSBlocks will be able to help manage your server.
We will do the following on request:

Update&nbsp;System Software
Configure System Software
Help with software installations
Help in the event of issues related to ...]]></description>
<content:encoded><![CDATA[<p>If you purchase server management VPSBlocks will be able to help manage your server.</p>
<p>We will do the following on request:</p>
<ul>
<li>Update&nbsp;System Software</li>
<li>Configure System Software</li>
<li>Help with software installations</li>
<li>Help in the event of issues related to your VPS or software on your VPS</li>
</ul>
<p>What we cannot do:</p>
<ul>
<li>Modify code</li>
<li>Develop or fix websites</li>
<li>Configure custom software which we have no knowledge of</li>
</ul>
<p>Server management gives you peace of mind that professionals are taking care of your server and&nbsp;provides you a cheap alternative to consulting fees for system and software installations and configurations.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Downloading your virtual hard disk]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/downloading-your-virtual-hard-disk]]></link>
<guid isPermaLink="false"><![CDATA[f9b902fc3289af4dd08de5d1de54f68f]]></guid>
<pubDate><![CDATA[Wed, 03 Apr 2019 13:25:56 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[If you have a VPS that you wish to download the virtual disk for, you can do that directly through the portal.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all your VPSs...]]></description>
<content:encoded><![CDATA[<p>If you have a VPS that you wish to download the virtual disk for, you can do that directly through the portal.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>How to download your virtual hard disk</strong></p>
<p><em>Important notes:</em></p>
<ul>
<li><em>You can only download the VHD if your VPS is stopped. During the download you cannot start the VPS (as the virtual hard disk is in use).</em></li>
<li><em>You can only download your primary NVME/Flash disk, you cannot download your SATA disk (SATA disks are meant solely for backup purposes).</em></li>
</ul>
<p>1. Login to the <a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a> using your email address and password</p>
<p>2. Click on 'Virtual Machines'</p>
<p>3. Shutdown the virtual machine in question. This is best done from within the VPS operating system itself. When it is shut down you will see the Status of the virtual machine as 'Stopped'. A download link will appear in the 'SSD(GB)' column.</p>
<p>4. Click the download link and the download will begin. Note this download is not resumeable as it a direct stream download.</p>
<p> </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloudflare Page Rules and Caching (Free version)]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[6855456e2fe46a9d49d3d3af4f57443d]]></guid>
<pubDate><![CDATA[Mon, 08 Apr 2019 13:13:01 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[First, you should optimise the performance of your website and the server configuration. We recommend you&nbsp;read and follow&nbsp;suggestions at:&nbsp;https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/311/0/improving-website-performance
On...]]></description>
<content:encoded><![CDATA[<p>First, you should optimise the performance of your website and the server configuration. We recommend you&nbsp;read and follow&nbsp;suggestions at:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/311/0/improving-website-performance">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/311/0/improving-website-performance</a></p>
<p>Once that is done, you can greatly increase the speed your site is served, and reduce the load on your server by utilising the CloudFlare CDN and incorporating specific page rules for Wordpress you can dramatically speed up delivery and protect your site from hackers.</p>
<p>We recommend you read the article by Erick Valois on exactly how to do this:&nbsp;<a href="https://ttfb.io/blog/how-to-set-up-cloudflare-to-cache-wordpress-pages/">https://ttfb.io/blog/how-to-set-up-cloudflare-to-cache-wordpress-pages/</a></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Do you provide MySQL databases?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[aab3238922bcc25a6f606eb525ffdc56]]></guid>
<pubDate><![CDATA[Mon, 07 May 2012 16:21:45 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you order a cPanel VPS, MySQL will be installed automatically for you.
For any other VPS you can easily set up your own MySQL server on your VPS. &nbsp;]]></description>
<content:encoded><![CDATA[<p>If you order a cPanel VPS, MySQL will be installed automatically for you.</p>
<p>For any other VPS you can easily set up your own MySQL server on your VPS. &nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Transferring a VPS to another client]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[57aeee35c98205091e18d1140e9f38cf]]></guid>
<pubDate><![CDATA[Wed, 26 Nov 2014 13:07:03 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[If you&nbsp;need to transfer ownership of a VPS to another party, you need to do the following:

If the new owner does not have an account with VPSBlocks, they should create one at https://www.vpsblocks.com.au/clients/register.php
Once they have an acc...]]></description>
<content:encoded><![CDATA[<p>If you&nbsp;need to transfer ownership of a VPS to another party, you need to do the following:</p>
<ol>
<li>If the new owner does not have an account with VPSBlocks, they should create one at <a href="https://www.vpsblocks.com.au/clients/register.php">https://www.vpsblocks.com.au/clients/register.php</a></li>
<li>Once they have an account email <a href="mailto:accounts@vpsblocks.com.au">accounts@vpsblocks.com.au</a>&nbsp;and request that the VPS (remember to include the VPS Name) be transferred to another account and provide the email address associated with the new account.&nbsp;For authorisation reasons your request must come from the email address registered to YOUR account.</li>
<li>For security reasons our accounts will reply back and ask you to verify the move, upon receiving a reply from you verifying the move we will place the VPS under the new account owner. They will then have full access to the VPS. You will lose all access to the VPS through our control&nbsp;panel and accounting system.</li>
</ol>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change your VPS Name]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c24cd76e1ce41366a4bbe8a49b02a028]]></guid>
<pubDate><![CDATA[Mon, 18 May 2015 11:35:39 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you want to change your VPS name this can be done&nbsp;through the portal. Be aware however that your VPS name is simply the name&nbsp;we use to identify your VPS.
This must be in the format either:

something.yourdomain.com (if you own a domain nam...]]></description>
<content:encoded><![CDATA[<p>If you want to change your VPS name this can be done&nbsp;through the portal. Be aware however that your VPS name is simply the name&nbsp;we use to identify your VPS.</p>
<p>This must be in the format either:</p>
<ul>
<li>something.yourdomain.com (if you own a domain name)</li>
<li>something.yourdomain.com.au (an example if your&nbsp;domain is a .com.au domain)</li>
<li>name.yourname.ssdhosts.com.au (if you&nbsp;would prefer to use a&nbsp;name we provide)</li>
</ul>
<p>Changing your VPS name will not create new DNS records, so you would have to do that manually if required.</p>
<p><strong>To&nbsp;change your VPS name</strong></p>
<p>1. Go to&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Double Click on&nbsp;the VPS name you wish to change</p>
<p>4. Enter the new domain (using the format above)</p>
<p>5. Press Enter to apply changes (it will take about 30 seconds to make the changes)</p>
<p>6. To discard changes just click elsewhere on the page</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Parked Domain Redirection Error Invalid Command suPHP_ConfigPath]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[555d6702c950ecb729a966504af0a635]]></guid>
<pubDate><![CDATA[Fri, 20 Mar 2015 11:49:47 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[When you try to create a redirect through cPanel, sometimes, you may come across an error message similar to the one below.

Apache detected an error in the Rewrite config.Syntax error on line x&nbsp;of /home/user/public_html/.htaccess.xxxxxxxxxxxxxxxxx...]]></description>
<content:encoded><![CDATA[<p>When you try to create a redirect through cPanel, sometimes, you may come across an error message similar to the one below.</p>
<blockquote>
<p>Apache detected an error in the Rewrite config.<br />Syntax error on line x&nbsp;of /home/user/public_html/.htaccess.xxxxxxxxxxxxxxxxxxxxxxxxxxx:<br />Invalid command &lsquo;suPHP_ConfigPath&rsquo;, perhaps misspelled or defined by a module not included in the server configuration<br />Please try again.</p>
</blockquote>
<p>This error is caused by using a custom php.ini file.</p>
<blockquote>
<p>The solution:</p>
</blockquote>
<ol>
<li>Edit the .htaccess file at /home/user/public_html&nbsp;(where user is your&nbsp;<a title="cPanel hosting &ndash; Finding a username" href="http://www.tppwholesale.com.au/support/find-your-cpanel-username/">cPanel username</a>)</li>
<li>Open the .htaccess file and search for the following line and comment it out<br /><br />suPHP_ConfigPath /home/user/www&nbsp;(where user is your&nbsp;<a title="cPanel hosting &ndash; Finding a username" href="http://www.tppwholesale.com.au/support/find-your-cpanel-username/">cPanel username</a>)<br /><br />Add a # to the front of the line to comment it out<br /><br /># suPHP_ConfigPath /home/user/www&nbsp;(where user is your&nbsp;<a title="cPanel hosting &ndash; Finding a username" href="http://www.tppwholesale.com.au/support/find-your-cpanel-username/">cPanel username</a>)<br /><br /></li>
<li>Save the .htaccess file and apply the redirects within your cPanel account</li>
<li>Once the redirects are set uncomment that line and save the .htaccess again to re-apply your php.ini file</li>
</ol>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bandwidth Speed Explanation]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[bd686fd640be98efaae0091fa301e613]]></guid>
<pubDate><![CDATA[Wed, 23 Jul 2014 16:05:41 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[We get asked regularly by prospective clients what speed is your bandwidth. In a data center (DC) networking environment it's not possible to answer this question. Networking in a DC is very different from a connection to your ISP.
We pay for bandwidth i...]]></description>
<content:encoded><![CDATA[<p>We get asked regularly by prospective clients what speed is your bandwidth. In a data center (DC) networking environment it's not possible to answer this question. Networking in a DC is very different from a connection to your ISP.</p>
<p>We pay for bandwidth in MB (Megabit)/sec through multiple providers (for redundancy and best path). The physical links connecting the DC to the network providers are capable of many hundreds of MB/sec and higher. They are limited at the provider depending on existing contracts.</p>
<p>As an IT Service provider the most important thing from our end is that there is plenty of overhead (available bandwidth throughput) on these links. This will mean that there is no latency through the connections with our provider. VPSBlocks is a responsible provider and always ensure this is the case.</p>
<p>The actual speed you get is dependent on the slowest device between two points. Point A being your server, and point B being wherever it is sending data to or receiving data from. The theoretical maximum is 128 Megabytes per second as that is the speed of a 1GB link. More likely speed if you have a good internet connection ISP provided by your ISP is 1-2 Megabytes per second, this is entirely dependent on the route the data takes and if any switches or routers it travels through are saturated, rate limited or simply latency based on distance.</p>
<p>You can check your ping speeds by opening a command prompt and typing: ping 203.143.83.1</p>
<p>Note: a MB (Megabit) is 1/8th of a Megabyte.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What happens if I exceed my bandwidth?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[705f2172834666788607efbfca35afb3]]></guid>
<pubDate><![CDATA[Fri, 21 Nov 2014 09:20:32 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Bandwidth Usage Reporting
We monitor bandwidth at the NIC level. Your monthly bandwidth allowance is calculated based on a calendar month.
You are&nbsp;alerted via email if:
1. You exceed 10% of your monthly bandwidth allocation in a single day.
2. Yo...]]></description>
<content:encoded><![CDATA[<p><strong>Bandwidth Usage Reporting</strong></p>
<p>We monitor bandwidth at the NIC level. Your monthly bandwidth allowance is calculated based on a calendar month.</p>
<p>You are&nbsp;alerted via email if:</p>
<p>1. You exceed 10% of your monthly bandwidth allocation in a single day.</p>
<p>2. You exceed 80% of your bandwidth.</p>
<p>3. You exceed 100% of your bandwidth.</p>
<p>If you exceed 100% of your bandwidth we do not shut down your VPS. We alert you, and it's up to you to stop your&nbsp;VPS if you do not want to pay overages. You can stop your VPS or Suspend it at any time through the control panel, see:&nbsp;<a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/34/0/how-do-i-stop--start--restart-my-vps">https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/34/0/how-do-i-stop--start--restart-my-vps</a></p>
<p>&nbsp;</p>
<p><strong>Bandwidth Overages</strong></p>
<p>Bandwidth overages cost $0.50 per GB and are&nbsp;charged on a separate bandwidth overage invoice on the first couple of days of the month.</p>
<p>If you exceed your bandwidth and believe you will continue to exceed your bandwidth, you may wish to increase the bandwidth on your plan. This increases your regular monthly spend, however, the cost is just $0.25 per GB. You can increase your plan after receiving the notification of 100% bandwidth usage without penalty as long as it's prior to any bandwidth overage invoice being issued.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I restore a backup?]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[f340f1b1f65b6df5b5e3f94d95b11daf]]></guid>
<pubDate><![CDATA[Tue, 24 Mar 2015 13:27:23 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[This article explains how to request a restoration of an&nbsp;existing backup.
Portal Login Explained
If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place ...]]></description>
<content:encoded><![CDATA[<p>This article explains how to request a restoration of an&nbsp;existing backup.</p>
<p><strong>Portal Login Explained</strong></p>
<p>If you login to the portal website using your email address and account level password you can administer all your VPSs, change account details, place new orders etc.</p>
<p>If you login to the portal website using your VPS username and VPS password you will only have access to manage a single VPS, no mention of VPSBlocks is made, and no ability to modify your account or order services.</p>
<p><strong>First view your current backups and choose which one you want restored</strong></p>
<p>1. Go to&nbsp;<a href="https://portal.controlmyvps.com.au/">https://portal.controlmyvps.com.au</a></p>
<p>2. Login using your email address and password</p>
<p>3. Click on the 'Backup' tab</p>
<p>4. This will display your current backups. Choose which one you want to restore.</p>
<p>5. Open a support ticket or email <a href="mailto:support@vpsblocks.com.au">support@vpsblocks.com.au</a>&nbsp;and&nbsp;be sure to include:</p>
<p style="padding-left: 30px;">a. The VPS you want to restore</p>
<p style="padding-left: 30px;">b. Which backup (date) you want to restore</p>
<p style="padding-left: 30px;">c. If you want to restore over the top of your production VPS or if you would like it restored to a separate location so you can access and retrieve specific files</p>
<p>There is no charge for restorations, and our turnaround is generally within a couple of hours depending on the size of your VPS.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wordpress on 80 port behind HTTPS terminating proxy]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[24b16fede9a67c9251d3e7c7161c83ac]]></guid>
<pubDate><![CDATA[Thu, 02 Apr 2020 12:33:52 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[If you run Wordpress on HTTP-only host or instance which is behind HTTPS proxy it is highly possible you will get infinite redirect loop to HTTPS.
To fix that you need to modify the file wp-config.php and add following lines:
&nbsp;
if($_SERVER['HTTP_X_FO...]]></description>
<content:encoded><![CDATA[<p>If you run Wordpress on HTTP-only host or instance which is behind HTTPS proxy it is highly possible you will get infinite redirect loop to HTTPS.</p>
<p>To fix that you need to modify the file <code>wp-config.php</code> and add following lines:</p>
<p>&nbsp;</p>
<p><code>if($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'){</code></p>
<p><code>$_SERVER['HTTPS'] = 'on';</code></p>
<p><code> $_SERVER['SERVER_PORT'] = 443; }</code></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Email Deliverability to Outlook / Hotmail / MSN]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[3c7781a36bcd6cf08c11a970fbe0e2a6]]></guid>
<pubDate><![CDATA[Fri, 23 Jul 2021 10:02:26 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you are getting bounce back messages when sending emails from your server to Outlook, Hotmail or MSN, and the bounce back contains the following:550 5.7.1 Unfortunately, messages from [x.x.x.x] weren't sent. Please contact your Internet service provide...]]></description>
<content:encoded><![CDATA[If you are getting bounce back messages when sending emails from your server to Outlook, Hotmail or MSN, and the bounce back contains the following:<br /><span><br />550 5.7.1 Unfortunately, messages from [x.x.x.x] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3150). You can also refer your provider to </span><a href="http://mail.live.com/mail/troubleshooting.aspx#errors">http://mail.live.com/mail/troubleshooting.aspx#errors</a><a href="http://mail.live.com/mail/troubleshooting.aspx#errors." target="_blank">.<br /><br /></a>This is because your IP has been blocked by Microsoft. This usually occurs if:<br />1. Your server has been sending SPAM (check your mail queue to ensure it's not currently sending SPAM).<br />2. You have mailboxes on your server that forward to Outlook, Hotmail or MSN. Microsoft does not distinguish between forwarding SPAM and originating SPAM, this means if you forward all email sent to your <a href="mailto:user@domain.com">user@domain.com</a> address to a Microsoft address, and someone sends you SPAM to <a href="mailto:user@domain.com,">user@domain.com,</a> Microsoft will block you for it. Therefore we do not recommend under any circumstances forwarding email to Microsoft addresses (or GMail as Google behaves in a similar manner) from your domain email accounts.<br /><br />Once you have checked and stopped both of the above, you can request removal of your server IP address from Microsoft, see: <a href="https://support.microsoft.com/en-us/supportrequestform/8ad563e3-288e-2a61-8122-3ba03d6b8d75">https://support.microsoft.com/en-us/supportrequestform/8ad563e3-288e-2a61-8122-3ba03d6b8d75<br /><br /></a>They usually take 6-24 hours to begin mitigation.]]></content:encoded>
</item>
<item>
<title><![CDATA[PHPMyAdmin error 'Cannot start session without errors']]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[0aa1883c6411f7873cb83dacb17b0afc]]></guid>
<pubDate><![CDATA[Fri, 27 Jun 2014 09:23:04 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you see this error, it's likely that there is no session.save_path listed in the php.ini for phpmyadmin.
To fix this:

Login to your server via SSH
Type:&nbsp;cd&nbsp;/usr/local/cpanel/3rdparty/etc/phpmyadmin/
Type:&nbsp;nano php.ini
Look for the...]]></description>
<content:encoded><![CDATA[<p>If you see this error, it's likely that there is no session.save_path listed in the php.ini for phpmyadmin.</p>
<p>To fix this:</p>
<ul>
<li>Login to your server via <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">SSH</a></li>
<li>Type:&nbsp;cd&nbsp;/usr/local/cpanel/3rdparty/etc/phpmyadmin/</li>
<li>Type:&nbsp;nano php.ini</li>
<li>Look for the section [Session] and scroll down to see if session.save_path is commented out. If it is, remove the # line and set the save path to /tmp</li>
<li>Press Ctrl O to save</li>
<li>Press Ctrl X to exit</li>
<li>Type: service cpanel restart</li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to install ConfigServer MailQueues to your cPanel/WHM install...]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[2b44928ae11fb9384c4cf38708677c48]]></guid>
<pubDate><![CDATA[Fri, 17 May 2013 11:15:40 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[Login to your VPS via SSH (we recommend using putty)
Perform the following commands one by one:rm -fv cmq.tgzwget http://www.configserver.com/free/cmq.tgztar -xzf cmq.tgzcd cmqsh install.shOnce these commands have been performed, log into WHM on your VPS...]]></description>
<content:encoded><![CDATA[<p>Login to your VPS via SSH (we recommend using <a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh">putty</a>)</p>
<p>Perform the following commands one by one:<br /><br />rm -fv cmq.tgz<br />wget <a href="http://www.configserver.com/free/cmq.tgz">http://www.configserver.com/free/cmq.tgz</a><br />tar -xzf cmq.tgz<br />cd cmq<br />sh install.sh<br /><br />Once these commands have been performed, log into WHM on your VPS.</p>
<p>Locate the "Plugins" tier, which is at the bottom of the left hand menu and it will be listed there.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Install Fast &amp; Free HestiaCP Control Panel]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[bbcbff5c1f1ded46c25d28119a85c6c2]]></guid>
<pubDate><![CDATA[Wed, 25 Nov 2020 14:15:33 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Complete tutorials about installing &amp; using free control panel on a VPS. Do it yourself by following VPSBlocks.
cPanel is great as a complete hosting package. But if you don't need features like a web based file manager, HestiaCP is a free control pan...]]></description>
<content:encoded><![CDATA[<p>Complete tutorials about installing &amp; using free control panel on a VPS. Do it yourself by following VPSBlocks.</p>
<p>cPanel is great as a complete hosting package. But if you don't need features like a web based file manager, HestiaCP is a free control panel that offers speeds far surpassing that provided by cPanel. It's fantastic for hosting CMS based websites such as Magento, Joomla, Wordpress, Drupal etc.</p>
<p>Check out our sample Magento website running on a basic 1 CPU Core, 512MB Ram&nbsp;Linux Ubuntu 14 server at&nbsp;<a href="http://203.143.83.193/" target="_blank">http://203.143.83.193/</a></p>
<p>Note: If you are not confident in following these instructions&nbsp;we offer this installation as an optional service to our customers during the ordering process. We recommend you choose Ubuntu&nbsp;20 as your operating system, and during the order process will be asked if you would like the HestiaCP Initial Setup, there is no cost for this. Or you can do it&nbsp;yourself using the below instructions.</p>
<p><strong>INSTALLING&nbsp;HESTIA CONTROL PANEL</strong></p>
<p>Start with a VPS, for Vesta we recommend Ubuntu&nbsp;20</p>
<p><a href="https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/41/0/how-do-i-use-ssh" target="_blank">SSH</a>&nbsp;into your new VPS</p>
<p>Type: curl -O https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh</p>
<p>Type: bash hst-install.sh</p>
<p>Important note: If asked for a hostname you must put the name you gave your server e.g. vps.yourdomain.com. If you&nbsp;do not put&nbsp;the same name services will not be able to resolve the hostname to your local VPS and it will cause issues with NGinx and some other services.</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta1.jpg" alt="" width="578" height="434" /></p>
<p>To start the installation press: y</p>
<p>Enter your email address</p>
<p>The installation will complete and at the end display your login credentials</p>
<p><img src="http://www.vpsblocks.com.au/images/support/Vesta2.jpg" alt="" width="578" height="434" /></p>
<p><strong>Disable AppArmor for&nbsp;Bind9 (named) so DNS serving&nbsp;will function properly</strong></p>
<p>AppArmor by default&nbsp;prevents Bind9 from&nbsp;reading&nbsp;it's own database files under /home/&lt;user&gt;/ location. So you need to run these commands:</p>
<blockquote>
<p>ln -s /etc/apparmor.d/usr.sbin.named /etc/apparmor.d/disable/</p>
<p>apparmor_parser -R /etc/apparmor.d/usr.sbin.named</p>
<p>service bind9 restart</p>
</blockquote>
<p>&nbsp;</p>
<p>Visit https://YOURIP:8083 in your browser</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Exclude SPAMExperts Servers from SPF Checking in cPanel]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[26e359e83860db1d11b6acca57d8ea88]]></guid>
<pubDate><![CDATA[Mon, 15 Aug 2016 09:00:43 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you use SPAMExperts or another email&nbsp;filtering service that forwards to your cPanel mail server, you&nbsp;need to ensure that cPanel/exim doesn't check the SPF record for mail forwarded from your filtering server, otherwise legitimate mail will be...]]></description>
<content:encoded><![CDATA[<p>If you use SPAMExperts or another email&nbsp;filtering service that forwards to your cPanel mail server, you&nbsp;need to ensure that cPanel/exim doesn't check the SPF record for mail forwarded from your filtering server, otherwise legitimate mail will be bounced.</p>
<p>To do this:</p>
<ul>
<li>Login to WHM</li>
<li>Go to 'Exim Configuration'</li>
<li>Click on the 'Access Lists' tab</li>
<li>Click on 'Edit' next to 'Trusted SMTP IP addresses'</li>
<li>Add the IP of the filtering service</li>
<li>If you are using SPAMExperts provided by VPSBlocks then add our SPAM Experts server IPs:
<ul>
<li>203.143.85.209</li>
<li>203.143.85.15</li>
</ul>
</li>
<li>Go to 'Restart Services' -&gt; 'Mail Server (Exim)' to restart Exim to use the new configuration.</li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Emergency Support]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[53c3bce66e43be4f209556518c2fcb54]]></guid>
<pubDate><![CDATA[Thu, 30 Jun 2016 09:17:39 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[If you have an emergency server down situation outside of our normal phone hours for immediate service please call (1300) 839 448 and press extension 5. You will be asked to leave a brief message including your name and your VPS name. This will page one o...]]></description>
<content:encoded><![CDATA[<p>If you have an emergency server down situation outside of our normal phone hours for immediate service please call (1300) 839 448 and press extension 5. You will be asked to leave a brief message including your name and your VPS name. This will page one of our on call technicians and you should expect a response via either email or phone within 20 minutes.</p>
<p>Please note that this is for&nbsp;critical server down issues only, for all other issues please send a ticket through to <a href="mailto:support@vpsblocks.com.au">support@vpsblocks.com.au</a>&nbsp;or call during business hours.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[SLA - General Service Level and Support Agreement]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[310dcbbf4cce62f762a2aaa148d556bd]]></guid>
<pubDate><![CDATA[Mon, 17 Sep 2018 12:36:38 +1000]]></pubDate>
<dc:creator />
<description><![CDATA[You can view the VPSBlocks SLA at any time at&nbsp;https://www.vpsblocks.com.au/files/VPSBlocks%20Service%20Level%20Agreement.pdf
&nbsp;]]></description>
<content:encoded><![CDATA[<p>You can view the VPSBlocks SLA at any time at&nbsp;<a href="https://www.vpsblocks.com.au/files/VPSBlocks%20Service%20Level%20Agreement.pdf">https://www.vpsblocks.com.au/files/VPSBlocks%20Service%20Level%20Agreement.pdf</a></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Remove VPS from Managed Backups]]></title>
<link><![CDATA[https://www.vpsblocks.com.au/support/index.php?/Knowledgebase/Article/View/remove-vps-from-managed-backups]]></link>
<guid isPermaLink="false"><![CDATA[c3c59e5f8b3e9753913f4d435b53c308]]></guid>
<pubDate><![CDATA[Mon, 24 Feb 2025 12:15:10 +1100]]></pubDate>
<dc:creator />
<description><![CDATA[Remove a VPS from backup job.
Useful when VPS with Managed Backups enabled was cancelled/terminated but not removed from Backupmanager backup task(s).

Login to BackupManager as Administrator
Run "Find Backup Location" (icon on the Desktop, or manuall...]]></description>
<content:encoded><![CDATA[<h2>Remove a VPS from backup job.</h2>
<h3>Useful when VPS with Managed Backups enabled was cancelled/terminated but not removed from Backupmanager backup task(s).</h3>
<ol>
<li>Login to <code>BackupManager</code> as <strong>Administrator</strong></li>
<li>Run "<strong>Find Backup Location</strong>" (icon on the Desktop, or manually as <code>%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -File "C:\FindBackupLocation.ps1"</code>)</li>
<li>Type or copy/paste the VPS name when prompted and press Enter</li>
<li>The app will show the Backup schedule name as <strong>SANXX</strong> (if shows empty window, then VPS is not under Managed Backups)</li>
<li>Open corresponding <strong>SANXX</strong> Backup app window</li>
<li>Check all 3 batches for the VPS name (<code>Backup Jobs -&gt; VM Selection</code>)</li>
<li>Highlight the VPS in the list and click "<code>Delete VMs</code>" below</li>
<li>Done</li>
</ol>
<p></p>]]></content:encoded>
</item>
</channel>
</rss>