DirectAdmin只支持安装Unix/linux/freebsd等操作系统。 
对于WindowsXP/2000/2003/2008等系统不支持!!! 
1. 安装gcc, gcc-c++

yum install gcc gcc-c++

2. 之后开始安装DirectAdmin了

1)用root帐号登录系统, 
2)改setup.sh属性, 
chmod 755 setup.sh 
3)运行程序

./setup.sh 
如果不出意外, 到最后你会看到 
The following information has been set: 
Admin username:  admin 
Admin password:  ******** 
Admin email:  admin@hostname 
Server IP: xxx.xxx.xxx.xxx 
Server Hostname: your.own.host.name 
To login now, follow this link:http://serverIP:2222   
把这些信息记住就可以了. 之后记得更改密码哦!