mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #708] frp如何安装成服务 #557
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#557
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 @911061873 on GitHub (Apr 13, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/708
我使用的是frp_0.16.1_windows_amd64
配置文件:
我想把frp安装成一个Windows服务,这样就不用在服务器重启之后登陆然后启动了。

以管理员身份运行一个CMD窗口,输入
sc create frp2 start= auto binpath= "D:\frp_0.16.1_windows_amd64\frps.exe -L frpslog.log"提示服务创建成功,可是启动服务的时候报错,
说服务没有及时响应启动或控制请求。
@windybird commented on GitHub (Apr 14, 2018):
http://diannaobos.com/post/402.html 你可以看看这个