Debian 64bit /Ubuntu 64bit Install Error (SOLVED)
Posted: Tue Feb 18, 2014 9:26 pm
Vesta Control Panel Install on Debian 64bit and Ubuntu 64bit
-------------------------
or
user name is: admin
make note of password
go to login: https:// your-server-ip:8083
-------------------------
Code: Select all
if you are not root, you need to typo "sudo" before each command
or typo "sudo -i" to become root
apt-get update
if bind installed remove:
apt-get remove bind9 bind9* && apt-get remove --purge bind9
if apache installed remove:
apt-get remove apache2 apache2* && apt-get remove --purge apache2
install curl:
apt-get install curl
Download installation script:
curl -O http://vestacp.com/pub/vst-install.sh
Run it:
bash vst-install.sh
Code: Select all
# curl -O http://vestacp.com/pub/vst-install.sh
# chmod +x vst-install.sh
# ./vst-install.sh
make note of password
go to login: https:// your-server-ip:8083