directadmin on Cent os 5.3 32 bit ?

azfandak

Verified User
Joined
Aug 2, 2008
Messages
42
hi ,
i want to install directadmin on a cent os server and my question is can i install DA on a cent os 5.3 32bit box ?
please help me
thanks.
 
Make sure your firewall doesn't block port 2222. Try: /etc/init.d/iptables stop
 
So you saw the special note about VPS's?

Special notice for VPS/VDS installs:
After the install, add:

ethernet_dev=devicename

for example, on many vps systems it will be:
ethernet_dev=venet0:0

other systems where the IP is not the base IP on the device, you'd need to simply set the correct number:
ethernet_dev=eth0:1

or other systems with the IP on a different device, it might be:
ethernet_dev=eth1

type: /sbin/ifconfig
to see which device your IP is in.
to /usr/local/directadmin/conf/directadmin.conf.

Replace devicename with the FULL devicename reported by ifconfig. If your VDS/VPS system emulates eth0, then you may skip this step.
 
yeah ,
i do the special notes for vps
my means is directadmin not work
when i typr ip:2222 it say connection refuised.
 
Check to make sure you're not blocking it in your firewall; check to make sure your provider isn't blocking port 2222. Check to make sure your ISP isn't blocking port 2222.

If all those checks check out, then find in these forums instructions for setting up a proxy so DirectAdmin can work through ports 80/443.

Jeff
 
Back
Top