Sunday 13 November 2011

Direct Admin


How to Update  Direct Admin License manually :

Run the following Commands to Update Direct Admin License manually..

   cd /usr/local/directadmin/scripts 
   ./getLicense.sh 123 1234                 // [123- client ID , 1234- License ID]
   service directadmin restart



GNUPanel


How to Install and configure GNUPanel on Debian:

0- Edit /etc/hosts to add this line:
xxx.xxx.xxx.xxx my_domain.com my_machine
(xxx.xxx.xxx.xxx is your public IP and “my_domain” is the domain where the panel listen)
1- Log in to your shell as root.
2- Run dpkg-reconfigure locales and mark all “en_US”, “es_ES” and “es_AR”.
3- Edit /etc/apt/sources.list and modify to looks like this:
deb http://ftp.debian.org/debian/ etch main contrib
deb http://security.debian.org/ etch/updates main contrib
(this two lines)
4- Update the system running:
apt-get update
apt-get dist-upgrade
5- Download the last stable version of GNUPanel and unpack on a directory.
mkdir /directory
tar -xzvf fichero.tar.gz -C /directory
o
tar -xjvf fichero.tar.bz2 -C /directory
6- Change to the previous directory and run these scripts in order:
./install-debian-dep.sh
./gnupanel-install.sh
gnupanel-config.sh
7- When the process is finished you will find the GNUPanel administrator interface in:
http://public_ip/admin
Now you should add all IP addresses for the server:
Main menu –> Add IP
and any secondary servers you may have.
8- Create the first reseller plan and the first reseller associated to your main domain (the corresponding user will be automatically created).
9- From now on you can enter all GNUPanel levels:
https://gnupanel.main_domain/admin
https://gnupanel.main_domain/reseller
https://gnupanel.main_domain/users
https://gnupanel.main_domain/mail