Appearance
服务管理
客户端的安装位置为 /opt/frpc/
。配置文件为 /opt/frpc/frpc.toml
。
Linux
中的程序通过 systemctl
进行管理,默认已设置开机自启。
常见管理命令如下(需要 root
权限):
- 启动服务
bash
systemctl start frpc
- 停止服务
bash
systemctl stop frpc
- 查看服务运行状态
bash
systemctl status frpc