# 在 PVE 上安装 EasyTier
*August 26, 2025*


## 安装 EasyTier

如果你的网络提供商干扰了 GitHub，你可以使用以下命令来安装 EasyTier：

```shell
apt update -y sudo unzip openssl 
wget -O /tmp/easytier.sh "https://ghfast.top/https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh" && sudo bash /tmp/easytier.sh install --gh-proxy https://ghfast.top/
systemctl disable --now easytier@default.service
```
你可以在[这里](https://ghproxy.link)检查最新的代理。

否则，只需使用默认的 GitHub URL。

```shell
apt update -y sudo unzip openssl 
wget -O /tmp/easytier.sh "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh" && sudo bash /tmp/easytier.sh install
systemctl disable --now easytier@default.service
```

## 启用 EasyTier 服务

### 使用 easytier 仪表板进行管理

如果你希望使用 easytier 仪表板进行管理，可以使用以下命令启用该服务：

```shell
export USER=<你的用户名>
echo "[Unit]
Description=EasyTier Service
After=network.target syslog.target
Wants=network.target

[Service]
Type=simple
ExecStart=/usr/sbin/easytier-core -w $USER

[Install]
WantedBy=multi-user.target
" | sudo tee /etc/systemd/system/easytier.service

systemctl enable --now easytier.service
```

然后你就可以在 [https://easytier.cn/web](https://easytier.cn/web) 访问 EasyTier 仪表板了。

> 请注意：你需要先在 EasyTier 仪表板中注册账号再启用该功能。

### 手动配置

直接跟随[官方文档](https://easytier.cn/guide/network/install-as-a-systemd-service.html)进行配置即可。

## In other languages

- [广东话](https://blog.ous50.moe/yue-cn/p/install-easytier-on-pve/index.md)
- [English](https://blog.ous50.moe/en/p/install-easytier-on-pve/index.md)

