centos7.5安装rustdesk中继器

安装参考文档:https://zhuanlan.zhihu.com/p/3322231409

使用pm2方式安装

其中遇到问题:pm2安装

建议安装nvm,

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

source ~/.bashrc

nvm install 16.18.1

你可能感兴趣的:(centos,linux)