<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ndchost.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title> - vps</title>
        <description></description>
        <link>https://ndchost.com/wiki/</link>
        <lastBuildDate>Mon, 13 Apr 2026 11:03:02 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://ndchost.com/wiki/_media/wiki/logo.png</url>
            <title></title>
            <link>https://ndchost.com/wiki/</link>
        </image>
        <item>
            <title>APF :: Unable to load iptables module on VPS</title>
            <link>https://ndchost.com/wiki/vps/apf-unable-to-load-iptables?rev=1255112877&amp;do=diff</link>
            <description>APF :: Unable to load iptables module on VPS

This problem can arise depending on the kernel configuration of your VPS host.

Try setting  in /etc/apf/conf.apf.

Then restart APF using .

apf iptables vps</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 09 Oct 2009 18:27:57 +0000</pubDate>
        </item>
        <item>
            <title>Logging into your VPS Console</title>
            <link>https://ndchost.com/wiki/vps/console-access?rev=1283190843&amp;do=diff</link>
            <description>Logging into your VPS Console

The VPS console is a very handy utility that can be used when you otherwise cannot access your server via the normal network interface. The console is however intended primarily for use as a recovery tool, so in normal operating conditions it is recommended to access your server via root</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2010 17:54:03 +0000</pubDate>
        </item>
        <item>
            <title>/dev/root is missing on my VPS</title>
            <link>https://ndchost.com/wiki/vps/dev-root-missing?rev=1399412021&amp;do=diff</link>
            <description>/dev/root is missing on my VPS

Chances are your missing the udev rules needed to create the /dev/root symlink.  Create /etc/udev/rules.d/99-dev-root.rules and add the following into it.  Once that's done your server will create the /dev/root symlink on boot.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 06 May 2014 21:33:41 +0000</pubDate>
        </item>
        <item>
            <title>DHCP vs Static assignment on your VPS</title>
            <link>https://ndchost.com/wiki/vps/dhcp-vs-static?rev=1307121055&amp;do=diff</link>
            <description>DHCP vs Static assignment on your VPS

By default, the initial configuration of your VPS is set to DHCP so the VPS can come online without having to log into the console and manually configure your IP information. We recommend this be changed it once the server is up and running and the IP you were given (static IP) is added to the server. This is because occasionally the VPS node fails to properly receive a DHCPACK from the host</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 03 Jun 2011 17:10:55 +0000</pubDate>
        </item>
        <item>
            <title>VPS Shows the Wrong Time</title>
            <link>https://ndchost.com/wiki/vps/incorrect-time?rev=1310425843&amp;do=diff</link>
            <description>VPS Shows the Wrong Time

The VPS system clock is synced with the dom0 (host) clock unless an independent “wall” clock is specified. This is done by performing the following:



To make this change persist on boot, edit /etc/sysctl.conf and add the following on a new blank line:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Jul 2011 23:10:43 +0000</pubDate>
        </item>
        <item>
            <title>VPS</title>
            <link>https://ndchost.com/wiki/vps/index?rev=1265669966&amp;do=diff</link>
            <description>VPS
vps index</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 08 Feb 2010 22:59:26 +0000</pubDate>
        </item>
        <item>
            <title>How to deploy your ProVPS VPS (including cPanel)</title>
            <link>https://ndchost.com/wiki/vps/initial-setup?rev=1291747621&amp;do=diff</link>
            <description>How to deploy your ProVPS VPS (including cPanel)

This article describes how to perform the initial setup of your ProVPS account upon first receiving your login credentials. If you requested a cPanel install with your order, ProVPS technicians will have already done this step for you.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Dec 2010 18:47:01 +0000</pubDate>
        </item>
        <item>
            <title>How to Install and run Minecraft on a Linux VPS</title>
            <link>https://ndchost.com/wiki/vps/install-minecraft-and-spigot?rev=1421372377&amp;do=diff</link>
            <description>How to Install and run Minecraft on a Linux VPS

Debian based distributions are recommended for easiest installations.

Prerequisites

Start by installing the latest version of java. 

Debian, Ubuntu


sudo apt-get update
sudo apt-get install openjdk-7-jre screen</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 16 Jan 2015 01:39:37 +0000</pubDate>
        </item>
        <item>
            <title>How to install PBX in a Flash on your virtual server</title>
            <link>https://ndchost.com/wiki/vps/install-pbxinaflash?rev=1346892308&amp;do=diff</link>
            <description>How to install PBX in a Flash on your virtual server

Deploy and boot a clean CentOS 6 32bit install onto your virtual server.  Next log into the server as root via SSH and do the following



cd /media

wget 'http://downloads.sourceforge.net/project/pbxinaflash/PIAF-2.0.6.2.4-CentOS-6.2-32bit/pbxinaflash20624-i386.iso?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpbxinaflash%2Ffiles%2FPIAF-2.0.6.2.4-CentOS-6.2-32bit%2F'

mkdir iso
mount -o loop pbxinaflash20624-i386.iso /media/iso

echo '
[c6-loc…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 06 Sep 2012 00:45:08 +0000</pubDate>
        </item>
        <item>
            <title>How to Install Trixbox 2.6.0.7 on a VPS</title>
            <link>https://ndchost.com/wiki/vps/install-trixbox?rev=1324514306&amp;do=diff</link>
            <description>How to Install Trixbox 2.6.0.7 on a VPS

Trixbox is a software-based PBX built upon Asterisk. The current version as of this writing is built upon the Asterisk 1.6 base and includes FreePBX/Flash Operator Panel (FOP) for web-based management.

Installation</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 22 Dec 2011 00:38:26 +0000</pubDate>
        </item>
        <item>
            <title>How to get the kernel devel for our VPS line</title>
            <link>https://ndchost.com/wiki/vps/kernel_devel?rev=1349114304&amp;do=diff</link>
            <description>How to get the kernel devel for our VPS line



cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-$(uname -r | cut -d'-' -f1).tar.gz
tar zxf linux-$(uname -r | cut -d'-' -f1).tar.gz
ln -sf linux-$(uname -r | cut -d'-' -f1) linux
cd linux
zcat /proc/config.gz &gt; .config
make oldconfig
make modules
make modules_install</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 01 Oct 2012 17:58:24 +0000</pubDate>
        </item>
        <item>
            <title>Manually Creating Xen Disk Block Devices in /dev</title>
            <link>https://ndchost.com/wiki/vps/mknod-dev-xvd?rev=1313009354&amp;do=diff</link>
            <description>Manually Creating Xen Disk Block Devices in /dev

On newer distros normally udev will create these devices but in some cases it doesnt know how to. Our distros are deployed with the devices already created so that it's not a problem. If you're building your own distro or managed to fubar your /dev directory however, you may need to create the xvd[a-h] block devices manually. The</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 10 Aug 2011 20:49:14 +0000</pubDate>
        </item>
        <item>
            <title>modprobe: FATAL: Count not load /lib/modules/....  Messages in messages log</title>
            <link>https://ndchost.com/wiki/vps/modprobe-fatal-count-not-load?rev=1313009527&amp;do=diff</link>
            <description>modprobe: FATAL: Count not load /lib/modules/....  Messages in messages log

The reason for this error is because your modules directory is missing for the kernel version you are running. With a VPS this is a common problem because you are not running the kernel that came with your Linux distribution.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 10 Aug 2011 20:52:07 +0000</pubDate>
        </item>
        <item>
            <title>VPS Plan Upgrade</title>
            <link>https://ndchost.com/wiki/vps/plan-upgrade?rev=1283191201&amp;do=diff</link>
            <description>VPS Plan Upgrade

If you have recently upgrade your VPS plan and are looking to take advantage of your new resources, you have come to the right place! The beauty of a VPS is that you can scale your resource limits up and down without having to actually move hardware configurations and incur the downtime associated with that.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2010 18:00:01 +0000</pubDate>
        </item>
        <item>
            <title>rDNS Records for ProVPS</title>
            <link>https://ndchost.com/wiki/vps/proper-rdns?rev=1283190855&amp;do=diff</link>
            <description>rDNS Records for ProVPS

To set up proper reverse DNS (rDNS) records for your VPS, you must have first configured forward records to match. Typically only the base IP of your VPS needs a proper rDNS entry as this is the IP mail originates from and it is the IP that receiving mail hosts use to look up your</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2010 17:54:15 +0000</pubDate>
        </item>
        <item>
            <title>How To Use pv-grub on a VPS running CentOS 5</title>
            <link>https://ndchost.com/wiki/vps/pv-grub_centos?rev=1305331525&amp;do=diff</link>
            <description>How To Use pv-grub on a VPS running CentOS 5

You first need to install the following packages as root using yum, below shows the command to do this.



Next you need to install mercurial, you can do this using the command below



In order for your VPS to boot you must build a kernel that already has Xen support and is new enough that pv-grub support is there. If you know your kernel already has support for both of these, you can skip this next step.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 May 2011 00:05:25 +0000</pubDate>
        </item>
        <item>
            <title>Reset Root Password on a VPS</title>
            <link>https://ndchost.com/wiki/vps/reset-root-password?rev=1297880039&amp;do=diff</link>
            <description>Reset Root Password on a VPS

Below are instructions on how to reset your root password for various *nix distributions running on our VPS hosts. Your VPS will be down during this reset so please take that into consideration before performing these steps. With that in mind, this entire process can however be completed in less than 10 minutes.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 16 Feb 2011 18:13:59 +0000</pubDate>
        </item>
        <item>
            <title>Configuring NDC Nameservers at Opensrs - NDCHost</title>
            <link>https://ndchost.com/wiki/vps/tucowsnameserverconfiguration?rev=1400287511&amp;do=diff</link>
            <description>Configuring NDC Nameservers at Opensrs - NDCHost

	*  Log into &lt;https://rr-n1-tor.opensrs.net/manage/index&gt; using your domain name, user and password.
	*  Click on Name servers at the top of the page.
	*  Change the nameservers to ns1.ndchost.com and ns2.ndchost.com or to match nameservers that you created in your WHM interface</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 May 2014 00:45:11 +0000</pubDate>
        </item>
        <item>
            <title>How To Install X Server on a VPS (with VNC access)</title>
            <link>https://ndchost.com/wiki/vps/x-server-vnc?rev=1502903190&amp;do=diff</link>
            <description>How To Install X Server on a VPS (with VNC access)

This guide is intended to provide those users who desire it instructions on how to install a graphical user environment on their VPS. Because the usual method of access your VPS (SSH) does not support a graphical environment, we will also install a way of doing so, called VNC.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 16 Aug 2017 17:06:30 +0000</pubDate>
        </item>
        <item>
            <title>Xen Console does not Display Login Prompt</title>
            <link>https://ndchost.com/wiki/vps/xen-console-no-login?rev=1276375908&amp;do=diff</link>
            <description>Xen Console does not Display Login Prompt

This is often a symptom after upgrading Ubuntu from versions previous to 9.10. These older versions used the /etc/event.d/ system to initialize devices whereas Ubuntu Karmic and later (=&lt; 9.10) use a new /etc/init system. For versions 6.04 and older, the system was /etc/inittab, much like other Linux distributions (e.g. CentOS).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jun 2010 20:51:48 +0000</pubDate>
        </item>
    </channel>
</rss>
