Failed to deploy frp Ali Cloud?

problem description

frp deployment failed

the environmental background of the problems and what methods you have tried

  • it still feels like a problem with the configuration of my Ali Cloud instance. Server configuration is not familiar with this, commands can only be used while checking! Look forward to experienced advice!

related codes

are all configured by default on github

-sharp frps.ini
[common]
bind_port = 7000
vhost_http_port = 8080
-sharp frpc.ini
[common]
server_addr = 47.101.47.187
server_port = 7000


[web]
type = http
local_port = 1111
remote_port = 8080
custom_domains = www.yourdomain.com

what result do you expect? What is the error message actually seen?

error message started on frpc

$ ./frpc -c ./frpc.ini
2018/11/02 10:00:57 [I] [proxy_manager.go:300] proxy removed: []
2018/11/02 10:00:57 [I] [proxy_manager.go:310] proxy added: [web]
2018/11/02 10:00:57 [I] [proxy_manager.go:333] visitor removed: []
2018/11/02 10:00:57 [I] [proxy_manager.go:342] visitor added: []
2018/11/02 10:00:58 [W] [control.go:113] login to server failed: dial tcp 47.101.47.187:7000: connectex: No connection could be made because the target machine actively refused it.
dial tcp 47.101.47.187:7000: connectex: No connection could be made because the target machine actively refused it.

remarks

frps:
clipboard.png

clipboard.png

Frp
Oct.12,2021
There should be an agent in the

code, which is blocked by SEP. Can you first try to see if you can connect with Ping?

Menu