2026年7月30日重新更新了Vesta Arm版,将支持的ubuntu升级到了22.04, 24.04, 26.04 (LTS),支持的Debian升级到了11 (bullseye)、12 (bookworm)、13 (trixie)。本次更新借鉴了cloudpanel-ce的arm兼容方案,在vm环境里重建了arm环境用于压制deb包。
Vesta is back under active development as of 25 February 2024. We are commited to open source, and will engage with the community to identify the new roadmap for Vesta. Stay tuned!
Vesta is an open source hosting control panel.
Vesta has a clean and focused interface without the clutter.
Vesta has the latest of very innovative technologies.
Supported systems
Vesta installs on the following 64-bit distributions, on both amd64 (x86-64)
and arm64 (aarch64) architectures:
Distribution
Releases
Ubuntu
26.04, 24.04, 22.04 (LTS)
Debian
13 (trixie), 12 (bookworm), 11 (bullseye)
The self-compiled components (vesta-nginx, vesta-php) ship as native
amd64/arm64 packages – following the cloudpanel-ce approach of building on
each architecture rather than cross-compiling. OpenSSL and libxml2 are linked
statically so a single binary runs across the libssl1.1/libssl3 and
libxml2.so.2/libxml2.so.16 splits of the supported releases. Prebuilt packages
for both architectures live in releases/ (with MD5SUMS).
How to install (2 step)
Connect to your server as root via SSH
ssh root@your.server
Download the installation script from the GitLink mirror, and run it:
Note: GitLink serves raw files through an attachment proxy; the plain
/liujianbo/vestacp-arm/raw/branch/master/... path returns the website
HTML page for anonymous requests, so the proxy URL above is required.
For servers in mainland China, add --mirror cn: base repositories switch to
Aliyun and the vesta packages download from this GitLink repository first
(falling back to GitHub transparently):
bash vst-install.sh --mirror cn
How to install (BETA and in-progress work versions)
Connect to your server as root via SSH
ssh root@your.server
Clone this repository and run the installer for your OS from install/:
git clone https://gitlink.org.cn/liujianbo/vestacp-arm.git vesta
cd vesta/install
sudo ./vst-install-ubuntu.sh # or vst-install-debian.sh / vst-install-rhel.sh / vst-install-amazon.sh
Run the script with --help to see the available options (admin email/password,
mirror selection, which services to install, etc).
Older versions of this README pointed to curl https://vestacp.com/pub/vst-install.sh.
That endpoint is hosted separately from this repository and won’t reflect any
changes made here – always install from this repository instead.
Vesta Control Panel Arm Edition
2026年7月30日重新更新了Vesta Arm版,将支持的ubuntu升级到了22.04, 24.04, 26.04 (LTS),支持的Debian升级到了11 (bullseye)、12 (bookworm)、13 (trixie)。本次更新借鉴了cloudpanel-ce的arm兼容方案,在vm环境里重建了arm环境用于压制deb包。 Vesta is back under active development as of 25 February 2024. We are commited to open source, and will engage with the community to identify the new roadmap for Vesta. Stay tuned!
Supported systems
Vesta installs on the following 64-bit distributions, on both
amd64(x86-64) andarm64(aarch64) architectures:The self-compiled components (
vesta-nginx,vesta-php) ship as nativeamd64/arm64packages – following the cloudpanel-ce approach of building on each architecture rather than cross-compiling. OpenSSL and libxml2 are linked statically so a single binary runs across the libssl1.1/libssl3 and libxml2.so.2/libxml2.so.16 splits of the supported releases. Prebuilt packages for both architectures live inreleases/(withMD5SUMS).How to install (2 step)
Connect to your server as root via SSH
Download the installation script from the GitLink mirror, and run it:
For servers in mainland China, add
--mirror cn: base repositories switch to Aliyun and the vesta packages download from this GitLink repository first (falling back to GitHub transparently):How to install (BETA and in-progress work versions)
Connect to your server as root via SSH
Clone this repository and run the installer for your OS from
install/:Run the script with
--helpto see the available options (admin email/password, mirror selection, which services to install, etc).License
Vesta Arm is licensed under [MIT]license