[GH-ISSUE #81] -bash: ./frps: Permission denied #34

Closed
opened 2026-05-05 11:35:16 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @sparrowu93 on GitHub (Aug 18, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/81

I was trying frp server on my vps (bandwagon host), login as root. After modifying frps.ini,I execute
./frps -c ./frps.ini
and it returns
-bash: ./frps: Permission denied
Am I missed sth? I would appreciate if you could give tips.
Thanks !

Originally created by @sparrowu93 on GitHub (Aug 18, 2016). Original GitHub issue: https://github.com/fatedier/frp/issues/81 I was trying frp server on my vps (bandwagon host), login as root. After modifying frps.ini,I execute `./frps -c ./frps.ini` and it returns `-bash: ./frps: Permission denied` Am I missed sth? I would appreciate if you could give tips. Thanks !
Author
Owner

@fatedier commented on GitHub (Aug 18, 2016):

You should make sure frps has execute permission, try this command chmod 755 ./frps.

<!-- gh-comment-id:240648787 --> @fatedier commented on GitHub (Aug 18, 2016): You should make sure `frps` has execute permission, try this command `chmod 755 ./frps`.
Author
Owner

@sparrowu93 commented on GitHub (Aug 18, 2016):

It turns out I may mistake between frp_x.x.x_darwin_386.tar.gz and frp_x.x.x_linux_amd64.tar.gz.
I should be more careful.
Anyway, thank u!

<!-- gh-comment-id:240652246 --> @sparrowu93 commented on GitHub (Aug 18, 2016): It turns out I may mistake between frp_x.x.x_darwin_386.tar.gz and frp_x.x.x_linux_amd64.tar.gz. I should be more careful. Anyway, thank u!
Author
Owner

@blankhang commented on GitHub (Dec 6, 2017):

that chmod 755 frps fix my problem
thanks

<!-- gh-comment-id:349518499 --> @blankhang commented on GitHub (Dec 6, 2017): that chmod 755 frps fix my problem thanks
Author
Owner

@jerrychong25 commented on GitHub (Mar 1, 2019):

Thanks. It fixed my permission denied problem on following commands too.

./frpc -c ./frpc.ini

<!-- gh-comment-id:468597438 --> @jerrychong25 commented on GitHub (Mar 1, 2019): Thanks. It fixed my permission denied problem on following commands too. > ./frpc -c ./frpc.ini
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#34
No description provided.