本文章为开启服务篇,安装remot3.it请看:树莓派remot3.it外网访问最新--安装weavedconnectd

原英文教程:https://remot3it.zendesk.com/hc/en-us/articles/115000151951-Deploying-remot3-it-services-on-multiple-devices
1、看一下端口占用情况:
sudo netstat -apn | grep tcp | grep LISTEN

2、修改注册文件
sudo vi /usr/bin/remot3it_register

需要开通那个服务就将#号删掉,保存退出
# =============================================    
    makeConnection rmt3 65535 "$SERVICEBASENAME-rmt3"
    makeConnection ssh 22 "$SERVICEBASENAME-ssh-22"
#    makeConnection web 80 "$SERVICEBASENAME-web-80"
#    makeConnection tcp 3389 "$SERVICEBASENAME-tcp-3389"
# =============================================
我的配置:

   树莓派remot3.it外网访问最新--添加多个服务


3、注册到网站,[email protected]为你刚才注册的邮箱,password 密码
      sudo remot3it_register [email protected] password

4、查看是否正常工作,即后台: ps ax | grep weaved

   树莓派remot3.it外网访问最新--添加多个服务


5、去网站获取域名:https://www.remot3.it/app/index.html#

   树莓派remot3.it外网访问最新--添加多个服务

   ▲如果还没做第 3 步的话,显示

   树莓派remot3.it外网访问最新--添加多个服务


  ▲如果已经将修改完的 /usr/bin/remot3it_register 文件注册到网站则显示

   树莓派remot3.it外网访问最新--添加多个服务


  ①获取TCP     -----》》》》   proxy72.rt3.io:31769 
   树莓派remot3.it外网访问最新--添加多个服务

  ②获取 SSH -----------》》》   proxy72.rt3.io 31765

树莓派remot3.it外网访问最新--添加多个服务

  ③获取 HTTP ----------》》》》  https://tcscbbha.p72.rt3.io

树莓派remot3.it外网访问最新--添加多个服务


6、访问HTTP ,直接在浏览器输入 https://tcscbbha.p72.rt3.io

   树莓派remot3.it外网访问最新--添加多个服务

  ★注意:上面这个网站为已经搭建好了的

7、使用putty登录SSH

   树莓派remot3.it外网访问最新--添加多个服务

相关文章:

  • 2022-12-23
  • 2021-12-17
  • 2022-02-23
  • 2021-11-11
  • 2021-08-16
  • 2021-05-05
  • 2021-09-20
  • 2021-11-20
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-01-11
  • 2021-11-23
  • 2022-12-23
相关资源
相似解决方案