Uploading Files with FileZilla
By Joe Gardiner Wednesday, 9th June 2010
You will need to have all your access options and settings from the catN control panel before following this guide. Have a look at the Quick Start guide for help.
Now you’ve had a look at all your access options, know your public directory and have set a password it’s time to upload your website!
Upload your site
If you’re planning on uploading a php CMS or application have a look at these install guides:
read more…
Posted in FTP, Getting Started, Guides | No Comments »
vHosting
By Joe Gardiner Wednesday, 9th June 2010
vHosting allows you to host multiple domains on the one vCluster.
This is useful not only for hosting lots of sites without needing numerous vCluster accounts, but also to use one domain as a test environment, before pushing any changes to the live domain.
In order to follow this guide you will need to have setup FileZilla to access your vCluster. You can read the guide here.
Once you have connected…
Connect to your vCluster using FileZilla and have a look at the directory listing in the right panel of the user interface.
Inside your www web folder will be a folder named vhosts, this is where you create your sub-domain folders.
read more…
Posted in Guides, vHosting | 3 Comments »
Quick start guide
By Joe Gardiner Wednesday, 9th June 2010
You’ve just purchased your vCluster, so what now?
Here are a few key pointers to get you up and running and answer any questions you may have as you enjoy your new vCluster.
Logging in
In order to view your vCluster settings you first need to login to the CatN Control Panel.
Navigate to catn.com and click the Login button.
Sign into your passport account that you created during the vCluster creation process.

Once you have signed in you will be redirected to the CatN vCluster management panel. Here you will see a list of your vCluster’s, including the vCluster you have just created.
Mouse over the vCluster or use the right sidebar in order to navigate to settings panels.

Click settings to view access information for your vCluster
Username
Your vCluster username is listed in the Settings page for your vCluster in the CatN control panel. This username is used for FTP/(S)FTP and ssh access.
Access Server
This is the domain of the server that you must ssh to or connect to via FTP in order to edit files on your vCluster. Your username and password are required for access to this server.

Password
After creating your vCluster we strongly recommend you chose a password. This password is required for uploading with an FTP client, and accessing the phpMyadmin database dashboard.
SSH Access
The access server and username are both required for ssh access to a vCluster: username@access1.c1.catn.com.
FTP Access
Setting up an FTP client such as FileZilla is recommended for ease of access, have a look at the “Setting up FileZilla” guide here..
To access your vCluster via FTP you will need to provide your username, and the password you set previously in this guide.
Public Directory
This is the location of the folder you need to upload your web site files to. When users visit your site pages will be loaded from this directory.
Upload your site
Now you’ve had a look at all your access options, know your public directory and have set a password it’s time to upload your website!
If you’re planning on uploading a php CMS or application have a look at these install guides:
In the mean time lets upload some average (X)HTML files and a style sheet. We’re going to upload using the FTP client FileZilla that you set up earlier (right?).
Load up FileZilla and have a look at the interface. In the left panel is the contents of your local directories, and the right will be empty as you’re not currently connected to a server.

Next connect to the access server.
In the host field enter the name of your access server e.g. access1.c1.catn.com
In the username field enter your username from the settings page, and in the password field enter the password you have just set. You can leave the port field empty as vCluster and FileZilla will use the default 21.

Click Quickconnect to attempt the connection. If successful the directories on your vCluster will be viewable in the right side panel.

You can now drag your web site files across from the local directories on the left into the http folder on the right (live) panel of FileZilla.
Posted in Getting Started, Guides | No Comments »
Getting to grips with SSH – Part 1
By Ollie Armstrong Wednesday, 2nd June 2010
Welcome to the first of a series of blogs taking you through the basics of using ssh commands, not only to access your CatN vCluster, but for general network administration.
If you’re not sure what ssh is, or you want to jump to vCluster specific instructions for ssh have a look here: What is a shell environment?, here: SSH access for your vCluster, and here: SSH key pairs.
Posted in Guides, SSH | No Comments »