mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1892] How to install on Linux? #1499
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#1499
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 @amir0ff on GitHub (Jul 7, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1892
There's no info whatsoever on how to build and install this on Ubuntu for example...
what are these supposed to mean:
./frps -c ./frps.inihow to build and run this tunnel server?
@fatedier commented on GitHub (Jul 7, 2020):
You can download binary files from release page https://github.com/fatedier/frp/releases.
Or just exeute
maketo build like other golang projects.@amir0ff commented on GitHub (Jul 7, 2020):
aren't there any prerequisites for building a goland project? say on a Ubuntu server 20.04 for example?
because out of the box I receive this
ubuntu@192.168.1.10:/home/frp# makego fmt ./...make: go: Command not foundMakefile:19: recipe for target 'fmt' failedmake: *** [fmt] Error 127ubuntu@192.168.1.10:/home/frp#@alterhu2020 commented on GitHub (Jul 28, 2020):
linux is a bit same as other platform, https://code.pingbook.top/blog/setup/frp-linux-setup.html
@amir0ff commented on GitHub (Jul 28, 2020):
I see many examples like setting logs that are missing from the docs of this repository. The link you sent is in Chinese. Is there any documentation in English? with all the API?
@fatedier commented on GitHub (Jul 28, 2020):
https://github.com/fatedier/frp#example-usage
https://github.com/fatedier/frp/blob/master/conf/frpc_full.ini
https://github.com/fatedier/frp/blob/master/conf/frps_full.ini
@amiroff157 Try these documents.
@amir0ff commented on GitHub (Jul 28, 2020):
Any examples on how logging work? I can't find any
For example:
log_file = ?
log_level = ?
log_max_days = ?
token = ?
I want to know how these work
@antonioribeiro commented on GitHub (Aug 4, 2025):
frp quick install guide (ubuntu + macOS)
install go
clone the repo
compile it
put your frps.toml file on the server
then run it
you should see something like this
install the client on macOS
brew install fprc
put your frpc.toml file on the client
you should see something like this
@amir0ff commented on GitHub (Aug 4, 2025):
@antonioribeiro my dude it's been 5 years and already using FRPS on all my servers 😉