Debian安装Rustdesk Server
admin |
2026-04-02 12:04 |
阅读 21 次
apt update && apt install -y wget ufw && ufw allow 21115:21119/tcp && ufw allow 21115:21119/udp && ufw reload && wget -N https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh && chmod +x install.sh && ./install.sh && echo -e "\n========================================" && echo "你的 RustDesk 密钥(Key):" && cat /var/lib/rustdesk-server/id_ed25519.pub && echo -e "========================================\n"