1.在linux系统上进行安装coplar
curl -L https://www.cpolar.com/static/downloads/install-release-cpolar.sh | sudo bash
2.查看版本号
cpolar version
3.token认证
登录cpolar官网后台,点击左侧的验证,查看自己的认证token,之后将token贴在命令行里
cpolar authtoken xxxxxxx
4.简单穿透测试
cpolar http 8080
5.向系统添加服务
sudo systemctl enable cpolar
6.启动cpolar服务
sudo systemctl start cpolar
7.查看服务状态
sudo systemctl status cpolar
8.登录后台,查看隧道在线状态
https://dashboard.cpolar.com/status
http:127.0.0.1:9200
9.网站建立
ubuntu上建立简单的游戏网站
10.参考文档
cpolar文档介绍