DirectAdmin Installation
Set up Directions for DirectAdmin can be found at http://www.directadmin.com/installguide.html
Login
as root and obtain the setup.sh file
# wget http://www.directadmin.com/setup.sh
Trace:
Use “fetch” as a substitute of “wget” on FreeBSD methods.
Change
permissions on the setup.sh file
# chmod 755 setup.sh
Run
the setup script!
# ./setup.sh
You
can be prompted for a consumer ID quantity, license ID quantity, and
hostname.
Necessary:
The hostname shouldn’t be the identical as the first area identify.
e.g. gary.com is just not hostname, the place server.gary.com is.
Having the identical host/important area identify will trigger e-mail and FTP
issues. Additionally, please make certain the hostname resolves when you
setup DNS.
That’s
it! Please see beneath in case you are putting in on a VPS, or eager to
setup DirectAdmin for safe (https://) management panel entry.
Particular discover for VPS/VDS installs:
ethernet_dev=devicename
for instance, on many vps methods will probably be:
ethernet_dev=venet0:0
different methods the place the IP is just not the bottom IP on the gadget, you’d want to easily set the proper quantity:
ethernet_dev=eth0:1
or different methods with the IP on a special gadget, it could be:
ethernet_dev=eth1
kind:
/sbin/ifconfig
to see which gadget your IP is in.
to /usr/native/directadmin/conf/directadmin.conf.
devicename reported by ifconfig. In case your VDS/VPS system emulates eth0,
then you might skip this step.