Archive

Author Archive

Installing RVSite Builder on Dedicated Server

January 31st, 2010 harry No comments

rvsitebuilder-hosting2 Installing RVSite Builder on Dedicated Server

RV SiteBuilder is more popular and is easy to use site builder application which is a license paid product.
Using such sitebuilder application you can easily create websites, no need to have sound technical knowledge or programming knowledge. Most important feature of it is that it can be fully integrated with your to CPanel and is therefore easily accessible.

Follow the steps mention below :-
Firstly, you need to purchased RVsitebuilder license for your dedicated server from www.rvsitebuilder.com website.
Login to your server as root and download RVsitebuilder installer file using following command

cd /usr/ local/cpanel/ whostmgr/docroot/cgi/
rm -f rvsitebuilderinstaller.tar
wget  download.rvglobalsoft. com/  rvsitebuilderinstaller.tar
tar -xvf rvsitebuilderinstaller.tar
chmod 755 addon_rvsitebuilder.cgi

Now login to WHM as root and at the bottom of the left menu you will find RVSiteBuilder Installer under the Plugins Section.
Click on the RVSiteBuilder Installer and proceed with the installation. After the installation is complete it will automatically direct you to RVSiteBuilder Manager Page, here you can configure RVSiteBuilder.

Once completed you should see RVSiteBuilder as a feature in your cPanel control panel.
That’s all you have successfully installed RVsitebuilder website development application on your server which can be used for designing websites.

UK Server Hosting

Installing Webmin on Dedicated Server

January 17th, 2010 harry No comments

Are you looking for FREE control panel for your server ? Webmin control panel could be the answer for you !!!

webmin-installation2 Installing Webmin on Dedicated Server

There are many other free server control panels available but if you are planning to use Webmin you can refer below mention steps using which you can install it on your Dedicated Server.

If server management is your main intention and you don’t want to host other website on your server ie don’t want to get into Website Hosting business by offering website hosting accounts on your server and offering them control panel then using webmin would be the good solution for you. Webmin is Open Source Software used to manage your web server so you don’t have to pay licensing fees for using it.
You can download the latest version of  Webmin from their main website. Use Following steps for installing Webmin on your dedicated server.

root@yourserver [~] #cd /usr/local/src

root@yourserver [~] # wget  sourceforge.net ( Download latest webmin version )

root@ yourserver [~] #rpm -Uvh webmin-1.500-1.noarch.rpm

warning: webmin-1.500-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID xxxxx
Preparing… ########################################### [100%]
Operating system is CentOS Linux
1:webmin ########################################### [100%]
Webmin install complete.

The installation program will ask series of questions and most values will be automatically set by default.
Once installation is complete you can use http://www.domainname:10000 to login to yoru webmin control panel use root with your root password.

UK Dedicated Server Hosting

Server resources management using chkconfig

December 29th, 2009 harry No comments

Every operating system offers you many useful commands for managing your server. One of them is chkconfig which is used to start / stop different daemons like nfs, cups, gpm etc… which are necessary for running certain applications. Usually there are many daemons which we don’t use but still they are executed and eats up necessary dedicated server resources. You can turn them off or can disable them and can save precious server resources for other productive task to get completed. Using chkconfig you can stop few services which you think are not necessary for you hence can free server resources which are required to run them.
As you can stop such daemons you can even start them as and when required hence you never get stuck in the middle.
We can use following chkconfig commands to stop / start services :-

let’s consider nsf daemon
chkconfig –del nsf  ( –del removes nsf )
chkconfig –level 3 nsf off

now we have deleted nsf daemon form being executed and hence you have saved unnecessary server resources utilization required for executing such service.
You can use same command for disabling other services which are of no use for you.

UK Dedicated Server Hosting


solving cPanel upgrade error messages

December 28th, 2009 harry No comments

cPanel team always tries to release new versions of cPanel control panel which are more stable versions and have better functionality, stability and features, recently they released 11.25.0 version which have many useful features for better dedicated server management.
You have two options for getting your cpanel updated. you can do it using WHM or from command prompt.. make sure you have root access to your server.

cpanel_upgrade

You can upgrade cpanel version from WHM. Follow the instruction :-
Login to WHM (Main >> Server Configuration >> Update Preferences)
If you want to do it from command prompt then following command will help you :-  /scripts/upcp –force

You may have to face some error or some instability with your applications once you upgrade cpanel because some services may get stop working or may not get restarted.
In this case you can just need to clear your browser cache as you may use your old cached pages for accessing cpanel or or webmail or any application.
There’s also other solution, you can just fire following command /scripts/upcp –force
from your command prompt ( root access ) which should fixed any such error.

UK Dedicated Server Hosting

Dedicated Server colocation.

December 25th, 2009 harry No comments

Colocating your dedicated server can be a good option for housing your expensive hardware at some reliable datacenter which will reduce overall server hosting cost. Many big organization have considered server colocation as an affordable & reliable option for hosting your server.
It presents an cheaper, attractive alternative to building and maintaining a sizable very expensive data center.
There are many benefits for keeping your hardware & network equipments off-site at some secure & reliable location.

colocation_serverhosting Dedicated Server colocation.

Following are benefits of colocating your hardware at datacenter…
- Most important is the cost factor, it eliminate the up-front costs for setting up and building your own data center.
- You can deploy your required IT infrastructure based on your current network at much lower budget.
- Relocation :- If you are planning to relocate your company physically without affecting your network status then such colocated servers/hardware will help you avoid any sort of network downtime or other interruptions.

Well, though there are few benefits of colocating serves/hardware we should not avoid it’s disadvantages.
dedicated server colocation is not favorable if
- The overall space and load requirements for your company network is high.
- Your server hardware requires intensive management.
- If physical security is a major concern for your company.

Server colocation service providers will charge you depending on total physical space required, amount of bandwidth, amount of UPS protection, quantity and type of power distribution, and the degree of physical security needed, server management etc… hence you think as if server colocation is not a one-size-fits-all solution for data centers. it’s like choosing between buying your own house versus renting an apartment, your decision to maintain your own data center or hire a colocation provider should be weighed based on your current & future network requirements. Usually colocation is preffered for short term benefits for smaller organisation, but the option of colocating/housing servers and network equipment off-site should be evaluated after doing your research & homework.

UK Dedicated Server Hosting

Firewall security for Dedicated Servers !

December 6th, 2009 harry No comments

When it comes for dedicated server hosting then keeping your server secure is most critical task and you should be give it priority. Usually large websites which are important for your business go for dedicated servers as you have total freedom, full server resources for use. Though we always take care of using very unique passwords for our server login still there are chances that your server may get hacked and all our website data may get vanished hence it’s better to have firewall with our servers.

server_firewall Firewall security for Dedicated Servers !Firewall :- You have two options like Software firewall and Hardware firewall. Technically specking it allows or blocks traffic into and out of a private network or the user’s computer. It closely work like a router  program, which examines each network  packet to determine whether to forward it toward its destination.
Firewalls are also used to keep internal network segments secure from outside internet world.
WEll, firewall can also be refered as application or device which allow or deny traffic or any incoming or outgoing connections based upon set of rules. Firewall prevents any network threats. It’s architecture is to block any vulnerable threats to the your Dedicated server. On a Linux server, we can also configure IPtables or CSF firewall through cPanel or can have hardware firewall like Cisco ASA, Coyote Linux etc where as on Windows dedicated server Windows Operating Systems offer in-built Firewall, famously known as Windows Firewall wich can be confired as per our requirements. However, we can also configure hardware firewall such as Cisco etc.

Usually webhost offers you Firewall as add-on option with your server at extra cost. You need to decided and will have to select required hardware as per your requirement and budget.
Sicne security is a very important for your web business and server you should do your homework and should choose suitable firewall ( Hardware or Software ) for your server.

UK Dedicated Server Hosting

Updating cpanel version

October 29th, 2009 harry No comments

cpanelserverhostingcpanel tries to update it’s version every now and then for better features, hence as a dedicated server owners we need to update our cpanel on regular basis, if you want to update cPanel for your linux server then just follow the steps given below :-

Login to server as root via ssh

240x60a Updating cpanel version

Edit the following file:-
[root@localhost ~]#vi /etc/cpupdate.conf
and just change
=============
CPANEL=stable
to
CPANEL=release

=============
and run upcp
[root@localhost ~]#/scripts/upcp — force
That’s all this will update your cPanel to release version.


Changing skins of all hosting package under Cpanel server

October 22nd, 2009 harry No comments

If you want to change skins of all cpanel hosting accounts of your reseller hosting account or of dedicated server then it’s just a few step process. Make sure you should have  root access of your linux cpanel server. You have to edit the package file of your server.

Follow the steps given below:

cd /var/cpanel/packages/

edit the package file (eg. user_Small)

#vi user_Small

You should see something like this :

FEATURELIST=default
QUOTA=500
IP=n
CGI=y
FRONTPAGE=n
CPMOD=x
MAXFTP=10
MAXSQL=10
MAXPOP=5
MAXLST=0
MAXSUB=5
MAXPARK=5
MAXADDON=1
BWLIMIT=4000
HASSHELL=n

You can change the theme from CPMOD=x to CPMOD=x3

login to your WHM >> packages >> edit package >> select user_Small and just click on save.

That’s all all account with package user_Small will get updated with new cpanel skin x3.

240x60a Changing skins of all hosting package under Cpanel servercpanel-skin Changing skins of all hosting package under Cpanel server

Installing ImageMagick on cpanel Dedicated Server

September 26th, 2009 harry No comments

ImageMagick is one of the widely used image editing software which is freely available. if you want to use it on your cPanel dedicated server then just follow the steps mentioned below for installing ImageMagick on your server.

imagemagick_hosting-300x189 Installing ImageMagick on cpanel Dedicated Server

  • Login to your server as root.
  • Create a new directory as below :
  • mkdir /home/cpimins
  • cd /home/cpimins
  • wget http://layer1.cpanel.net/magick.tar.gz
  • tar zxvf magick.tar.gz
  • cd magick
  • /scripts/installrpm ImageMagick
  • /scripts/installrpm ImageMagick-devel
  • sh ./install

That’s it, your UK Dedicated server will have ImageMagick installed and you can use it for all your graphics

webhosting_uk_serversb Installing ImageMagick on cpanel Dedicated Server

Install cPanel on a dedicated server

September 25th, 2009 harry 1 comment

cpanel Install cPanel on a dedicated server

cPanel control panel seems to be the most popular and widely used control pane.
If you want to install latest cPanel version on your linux server then you can follow the steps :-

  • Login through SSH to your server and download cPanel installer script using following :-
    http://httpupdate.cpanel.net/latest
  • Give executable permission to downloaded file :
    chmod +x latest
  • Then simply run the script :
    ./latest

Usually installation takes approximately 1 hour to complete so back and relax !!!!

240x60a Install cPanel on a dedicated server