7.this is my frp config file

启动(进入frp目录)  linux machine

nohup ./frps -c ./frps.ini &     //启动服务端 带&符号

server config   file    [frps.ini]

7.this is my frp config file

client config file  [frpc.ini]

[common]
server_addr = 47.88.158.28
server_port = 7000

[RDP]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 7001

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000

[arcgisjs]
type = tcp
#被穿透的局域网IP(可在路由器的DHCP保留当前MAC的IP静态以后重启还是这个IP就不变了)
#可以设置成当前电脑的局域网IP比如192.168.1.11也可以像下面这样的
local_ip = 127.0.0.1
#本地网站的端口号
local_port = 9080
#(true\false)是否使用加密,默认关闭用于防止某些公司的代理服务器可能会识别流量特征从而阻断某些协议。
use_encryption = false
remote_port = 9080

[static_file]
type = tcp
local_ip = 127.0.0.1
#frps服务端端口放行
remote_port = 2900
plugin = static_file
#本机目录,注意写法
plugin_local_path = F:/file
plugin_strip_prefix = static
#账号
plugin_http_user = admin
#密码
plugin_http_passwd = admin