Topic : Howto Buy a domain ?
You may buy a domain in any domain registrar on world, search for domain registrar term in internet... Mostly you will need a credit card or a payment method...did you buy your domain? or continue ?
Topic:Redirect your domain to your server, dns info
After buying your domain, redirect your domain to your server.
with ehcp, you may have your own dns server,
coose one domain as your dns domain, your ns1.yourdom.com
redirect your all domains to your server ip, with dns of ns1.yourdom.com and ns2.yourdom.com
some domain registrars allow same ip to be registered, some do not.
in some domain registrars, there is a separate step of "register dns"did you redirect your domain?
Topic:Internal dns, installing self dns
By installing
ehcp, you have dns already installed. You don"t need to install a
separate dns server after installing ehcp.ehcp installs bind
dns server, and configures it to work with your domains.for
example, if you setup yourdomain.com in your ehcp gui, these dns
records already setup by ehcp:
ns1.yourdomain.com,
ns2.yourdomain.com,
dns1.yourdomain.com,
dns2.yourdomain.com,
ns.yourdomain.com,
dns.yourdomain.com
so, you may use these, as one of your dns server, or nameserver,when
you host many sites in your server, (usually done like this)you
should choose one of your domains as dns domain (main domain),so,
you should use that domain as (like ns1.maindomain.com,
ns2.maindomain.com),dns server of all your domains. You
should set dns server of yourotherdomain.com to ns1.maindomain.com,
ns2.maindomain.com, in domain controlpanel, which is provided by
domain seller.Let"s summerize: suppose you have
maindomain.com, otherdomain1.com, otherdomain2.com,
your domain name: dns 1 for this domain: dns 2 for this domain: What to do?
maindomain.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
otherdomain1.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
otherdomain2.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
otherdomain3.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
xxxx.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
For
your resellers or domain admins: you should give them your dns
as:ns1.maindomain.com,ns2.maindomain.com,note that you
need to replace maindomain.com as your own domain name.
Categories ->Hosting Concepts
Topic:Hosting Control Panel definition
Normally, hosting on a server requires many manual operations..
Adding a domain, adding email user is not very easy.
Hosting Control Panel is a software that runs on a server, which facilates, which makes easy, almost all kind of hosting operations, such as :
* add domain,
* add email user,
* ftp setup
* subdomains ...
etc..
ehcp, (Easy Hosting Control Panel) is one of Hosting Control Panels,
and used for same purpose,
ehcp aims to be an:
* easily installable
* easily usable
* opensource,
* gpl, free, fast,
* full php
hosting control panel...did you understand ? ok ?
EHCP INSTALLATION
Topic:Download ehcp
go to command line of your server, as root, then enter:
wget www.ehcp.net/download
tar -zxvf ehcp_latest.tgz
cd ehcp
after download and extraction of tgz file, you will be in ehcp directory, ready to start install.
did your download & extract finished ?
Continue: start install.sh
Topic:start install.sh
start install.sh,
after a few prompts, you will be asked your name and email,
then, you will be asked mysql pass and so on..
for phpmyadmin, you will be asked server type on blue screen, Choose apache2,
for postfix, you will be asked by apt-get,
type of installation,
choose Internet Site
after long operations, you will see, installation finished..
is installation finished normally ?
Topic:check if your webserver running
Now, open a browser, and go to http://your.ip.number/
(if you are in local gui of your server, the browser will open automatically)
You should see default ehcp index page.
Can you see default ehcp index page?
Topic:login to your ehcp
now, click on "panel link" in default index page,
you will be redirected to ehcp login page.
try to login to your ehcp
can you login to ehcp ?
Categories ->EHCP INSTALLATION
Topic:howto setup my first domain..
Way 1: You need to buy a domain, then, redirect your domain to your server.
after that, setup your domain in ehcp. (easy add domain)Understand?
Categories ->Network Concepts
Topic:Do Not Forget Port redirection
Do Not Forget Port redirection, as described in following pages,
so that your server will be accessible from outside world.
since your server has a private ip such as 192.168.1.100 or 10.10.1.100, outside world cannot see your server unless you setup port forwarding in your router/modem.Hope you understand..
Continue to port forwardings
Categories ->Network Concepts
Topic:Open/redirect necessary ports on your modem/router
if your server is behind a router/modem in your network, you need to Open/redirect necessary ports on your modem/router:
these ports need to be opened/redirected :
20,21,22,25,53,80,110,143
port 53 should be redirected both TCP/UDP, while for others, TCP is enaugh.
this is especially important if your server has a private internal ip address such as 192.168.1.100
On most routers/modems, you may find a NAT section or, so called "Virtual Server" section.
your port redirection should be like:
outside_ip:20 -> 192.168.1.100:20
Understand?
Continue to ehcp installation
Test port redirections
http://ehcp.net/other/portstatus.php?&i=Test%20port%20redirections
Categories ->Hosting Concepts
Topic:Hosting Control Panel definition
Normally, hosting on a server requires many manual operations..
Adding a domain, adding email user is not very easy.
Hosting Control Panel is a software that runs on a server, which facilates, which makes easy, almost all kind of hosting operations, such as :
* add domain,
* add email user,
* ftp setup
* subdomains ...
etc..
ehcp, (Easy Hosting Control Panel) is one of Hosting Control Panels,
and used for same purpose,
ehcp aims to be an:
* easily installable
* easily usable
* opensource,
* gpl, free, fast,
* full php
hosting control panel...did you understand ? ok ?
Ok, continue
You may buy a domain in any domain registrar on world, search for domain registrar term in internet... Mostly you will need a credit card or a payment method...did you buy your domain? or continue ?
Topic:Redirect your domain to your server, dns info
After buying your domain, redirect your domain to your server.
with ehcp, you may have your own dns server,
coose one domain as your dns domain, your ns1.yourdom.com
redirect your all domains to your server ip, with dns of ns1.yourdom.com and ns2.yourdom.com
some domain registrars allow same ip to be registered, some do not.
in some domain registrars, there is a separate step of "register dns"did you redirect your domain?
Topic:Internal dns, installing self dns
By installing
ehcp, you have dns already installed. You don"t need to install a
separate dns server after installing ehcp.ehcp installs bind
dns server, and configures it to work with your domains.for
example, if you setup yourdomain.com in your ehcp gui, these dns
records already setup by ehcp:
ns1.yourdomain.com,
ns2.yourdomain.com,
dns1.yourdomain.com,
dns2.yourdomain.com,
ns.yourdomain.com,
dns.yourdomain.com
so, you may use these, as one of your dns server, or nameserver,when
you host many sites in your server, (usually done like this)you
should choose one of your domains as dns domain (main domain),so,
you should use that domain as (like ns1.maindomain.com,
ns2.maindomain.com),dns server of all your domains. You
should set dns server of yourotherdomain.com to ns1.maindomain.com,
ns2.maindomain.com, in domain controlpanel, which is provided by
domain seller.Let"s summerize: suppose you have
maindomain.com, otherdomain1.com, otherdomain2.com,
your domain name: dns 1 for this domain: dns 2 for this domain: What to do?
maindomain.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
otherdomain1.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
otherdomain2.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
otherdomain3.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
xxxx.com ns1.maindomain.com ns2.maindomain.com
buy domain, then set dns to this
setup domain in ehcp
For
your resellers or domain admins: you should give them your dns
as:ns1.maindomain.com,ns2.maindomain.com,note that you
need to replace maindomain.com as your own domain name.
Categories ->Hosting Concepts
Topic:Hosting Control Panel definition
Normally, hosting on a server requires many manual operations..
Adding a domain, adding email user is not very easy.
Hosting Control Panel is a software that runs on a server, which facilates, which makes easy, almost all kind of hosting operations, such as :
* add domain,
* add email user,
* ftp setup
* subdomains ...
etc..
ehcp, (Easy Hosting Control Panel) is one of Hosting Control Panels,
and used for same purpose,
ehcp aims to be an:
* easily installable
* easily usable
* opensource,
* gpl, free, fast,
* full php
hosting control panel...did you understand ? ok ?
EHCP INSTALLATION
Topic:Download ehcp
go to command line of your server, as root, then enter:
wget www.ehcp.net/download
tar -zxvf ehcp_latest.tgz
cd ehcp
after download and extraction of tgz file, you will be in ehcp directory, ready to start install.
did your download & extract finished ?
Continue: start install.sh
Topic:start install.sh
start install.sh,
after a few prompts, you will be asked your name and email,
then, you will be asked mysql pass and so on..
for phpmyadmin, you will be asked server type on blue screen, Choose apache2,
for postfix, you will be asked by apt-get,
type of installation,
choose Internet Site
after long operations, you will see, installation finished..
is installation finished normally ?
Topic:check if your webserver running
Now, open a browser, and go to http://your.ip.number/
(if you are in local gui of your server, the browser will open automatically)
You should see default ehcp index page.
Can you see default ehcp index page?
Topic:login to your ehcp
now, click on "panel link" in default index page,
you will be redirected to ehcp login page.
try to login to your ehcp
can you login to ehcp ?
Categories ->EHCP INSTALLATION
Topic:howto setup my first domain..
Way 1: You need to buy a domain, then, redirect your domain to your server.
after that, setup your domain in ehcp. (easy add domain)Understand?
Categories ->Network Concepts
Topic:Do Not Forget Port redirection
Do Not Forget Port redirection, as described in following pages,
so that your server will be accessible from outside world.
since your server has a private ip such as 192.168.1.100 or 10.10.1.100, outside world cannot see your server unless you setup port forwarding in your router/modem.Hope you understand..
Continue to port forwardings
Categories ->Network Concepts
Topic:Open/redirect necessary ports on your modem/router
if your server is behind a router/modem in your network, you need to Open/redirect necessary ports on your modem/router:
these ports need to be opened/redirected :
20,21,22,25,53,80,110,143
port 53 should be redirected both TCP/UDP, while for others, TCP is enaugh.
this is especially important if your server has a private internal ip address such as 192.168.1.100
On most routers/modems, you may find a NAT section or, so called "Virtual Server" section.
your port redirection should be like:
outside_ip:20 -> 192.168.1.100:20
Understand?
Continue to ehcp installation
Test port redirections
http://ehcp.net/other/portstatus.php?&i=Test%20port%20redirections
Categories ->Hosting Concepts
Topic:Hosting Control Panel definition
Normally, hosting on a server requires many manual operations..
Adding a domain, adding email user is not very easy.
Hosting Control Panel is a software that runs on a server, which facilates, which makes easy, almost all kind of hosting operations, such as :
* add domain,
* add email user,
* ftp setup
* subdomains ...
etc..
ehcp, (Easy Hosting Control Panel) is one of Hosting Control Panels,
and used for same purpose,
ehcp aims to be an:
* easily installable
* easily usable
* opensource,
* gpl, free, fast,
* full php
hosting control panel...did you understand ? ok ?
Ok, continue
No comments:
Post a Comment