1、准备一台服务器并解析域名

2、设置服务器root登录密码

echo root:你的密码 |sudo chpasswd root  
sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config
sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config
sudo rebootCopy

3、开源项目地址:【点击进入

  • 一键安装脚本(此代码仅适用于Ubuntu,并且仅在版本20.04和22.04上进行了测试

sudo apt update&&sudo apt install -y curl&& sudo bash -c "$(curl -Lfo- https://raw.githubusercontent.com/hiddify/hiddify-config/main/common/download_install.sh)"

4、设置域名和完成安装的指南:【点击进入