VPS noob question, Help

Status
Not open for further replies.

jasoothai

Active Member
171
2011
10
0
I signed up a vps host with my email address and hostname as s1.hostname.com. Is it correct, What I have to type at the host name prompt ? Thanks.
 
19 comments
traditionally you would call it:

nl1.extremecoderz.com OR
gb1.extremecodrz.com OR
main.extremecoderz.com OR
s01.extremecoderz.com OR
usefulname.extremecoderz.com

or something along those lines. extremecoderz.com would be the primary domain name, which will also be used for your nameservers and most likely your mail domain - mail.extremecoderz.com

It will become important when using email addresses created with your domain name - e.g. mymail@extremecoderz.com - an invalid hostname will return an invalid HELO response. The reciever will most likely refuse the mail, since most spammers have an invalid or non-matching hostname.
 
What are you trying to start hosting? Your own sites?

You don't need a control panel, if its for your own sites than a control panel will just waste resources and create more software you have to secure. The more software you have installed the more doors hackers can get into, and it sounds like you never managed a server before.
 
IF you plan on installing cpanel and are running centos 5 32bit... do the following

Login into ssh

Run the following commands:

# yum update
(you will be asked if you want to download the files press " y " which means yes)

Now run
# yum groupinstall "Development Tools"
(again you will be asked to say yes to downloading the files so again press " y ")

Now install cpanel using the following commands

# cd /home
# wget -N http://httpupdate.cpanel.net/latest
# sh latest

The above will install cpanel for you, this will give you 15 days free trial.
 
I need to host my forum, So do I need a control panel ?
If yes, I need to install kloxo. Then I think I need to install mysql before installing kloxo. Right ? Btw what is the use of webmin
 
Last edited:
Since you are new to VPS's I would suggest using a Control Panel. There are free alternatives to cPanel such as Kloxo.
 
Yes,

I offer you a basic VPS setup free of cost, including Webmin, PhpmyAdmin, MySQL, PhP, Apache configuration only for getting more experience in managing VPS, if you are interested, feel free to PM.
 
If you get the VPS unmanage, so you need to install and configure all the things that start from A and to Z.

if its Semi manage, so you just need to optimize MySQL, Apache and tuning the few settings to work smoothly.
 
Status
Not open for further replies.
Back
Top