在Ubuntu中安装VespaCP的简单方法

82 阅读1分钟

Vespa是市场上最简单、最直接的控制面板之一。最重要的是,它是开源的!我为什么选择它?我玩过3个控制面板,而这个控制面板开箱即用,没有错误或故障。下面是在你的Ubuntu服务器上安装它的快速方法。对于更多的功能,我建议使用ISPConfig。如果你想选择付费的?cPanel就很不错。在你继续之前,请看看我关于如何保护你的linux服务器的指南。

# connect to your server from your local computer
ssh root@your_server_ip
# remove default `admin` group otherwise installation will fail
groupdel admin

# download the install script
curl -O http://vestacp.com/pub/vst-install.sh

# run it!
bash vst-install.sh

# go to your control panel
# example.com:8083

如果你在安装时遇到困难,请在评论中告诉我。