mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 00:25:49 -06:00
[GH-ISSUE #155] windows的frp 是要如何运行? 且Linux服务器端后台运行 #99
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jetbdy on GitHub (Nov 8, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/155
如下是后台运行后的结果,正常运行的话也没有日志显示
[root@xxx frps ]# ./frps -c ./frps.ini&
[1] 14205
服务器端就算是运行成功了?
要停止只能终止进程吗。
@fatedier commented on GitHub (Nov 10, 2016):
windows 和 linux 上的运行和其他程序一样,并没有什么特殊之处。
日志默认在当前路径下的 frps.log 中。进程的起停在 linux 下可以自己写 service 脚本来控制。
@jetbdy commented on GitHub (Nov 10, 2016):
我只是个菜鸟,看到了该项目后跟着说明进行尝试的,可能有较多的低级问题,希望能多多包含。
另,我还是对windows下,是否成功运行客户端不能判断,,frpc.exe 是应该在配置好.ini后直接运行吗?双击后出现cmd 窗口,确是空白,过段时间窗口后自己消失,是我缺少配置了什么环境还是启动方式不对??
@zhfish commented on GitHub (Nov 11, 2016):
linux下用systemd控制应该会更好
win下
frpc -c frpc.ini即可,一闪而过说明没启动成功。最好先打开cmd,在cmd里面执行,能看到错误原因我的配置文件 仅供参考
@ibolee commented on GitHub (Jul 12, 2019):
很无私啊,谢谢老铁。