Getting Started with Runbox Webhosting
Setting up your account
- Send an email to webhosting AT runbox DOT com, including:
- Your Runbox username.
- The domain name you will use with your Runbox Webhosting account. If you do not already own or administer a domain name you will need to acquire one from a Domain Registrar (link to Google).
- Runbox will set up the Web Hosting account for you manually. This can take up to two business days, after which we will email you the details of your account. The email will look something like this: Web Hosting setup email
- You will need to update the DNS settings for your domain to point to the name servers for the Runbox Webhosting servers.
- When the DNS update for your domain has propagated through the internet (usually within a few hours) you will be able to log into your Runbox Web Hosting account.
- To manage your Web Hosting account you will log in at www.yourdomain.com/cpanel/ with your Web Hosting username and password (which might differ from your Runbox login details). You can access your account before the DNS changes have updated by addressing the cPanel application directly. Use the IP address specified in the email you received and add ":2082" to the end (e.g. "http://66.29.37.191:2082"). You will get a cPanel login. Entering your Web Hosting username and password will get you logged on.
- When the DNS changed to the Runbox Web Hosting servers the MX Record for your domain was reset to point to your domain instead of the Runbox Email Servers. You MUST login to cPanel for your Web Hosting account and change this back to "mx.runbox.com". From the cPanel main screen, select "Mail", then "Modify Mail Exchanger (MX Entry)", then "Change an MX Entry". You will be at the DNS File MX Entry Maintenance screen. Set the "to:" field to "mx.runbox.com" and click the [Change] button. It may take a few hours for the change to propagate through the internet.
Once in your cPanel Web Hosting control panel you have a great number of options on what to do. The hosting package includes support for a wide range of web applications (check under "Fantastico" from the main cPanel screen), several web programming languages (e.g. Perl, PHP), and a MySQL database. More about this in the
cPanel documentation.
Uploading web pages
If you have some simple web pages that you just want to quickly get uploaded to your site to see what it looks like then here are a few simple steps:
- In your browser enter: http://yourdomain.com/cpanel
- Enter your Web Hosting username and password at the prompt.
- Select "File Manager" from the cPanel screen.
- Find "public_html" in the left side panel and click on the little folder icon to the left of "public_html". The top folder icon in the left panel should now say "/public_html/(Current Folder)". This is the public folder that is accessed when people enter your domain name in a web browser.
- To upload files to this folder click "Upload file(s)" in the left side panel. The file uploaded allows you to pick files from your computer (using the Browse buttons) then upload them to the folder (using the Upload button).
- Make sure one file has the name "index.html" or "index.htm". This will be the HTML file that is displayed when someone types your domain name without specifying a specific file name (e.g. http://yourdomain.com).
Now you should have a functional web site!