centos系统下命令如下:

1、运行

nohup ./frps -c frps.ini >/dev/null 2>&1 &

2.停止
先找到这个进程

ps -aux|grep frp| grep -v grep
[1]12345

然后kill -9 进程号

kill -9 12345