Start server on port < 1024 #3492
Replies: 3 comments 1 reply
-
@davefv Using ports below 1024 (privileged ports) requires the service to run as root. Jamulus does not require being run as root, nor does it need to run on a privileged port. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer! I tried to run server on privileged ports because I am using an environment which doesn't let me open new ports, but there are already some privileged ports opened. And you are right!I can launch jamulus server using ports below 1024 running as root! Are there any security issues or drawbacks running jamulus server as root? Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Yes, there is a router problem. I'm contacting the ISP to resolve this, because, as you mentioned, there's no need to run server with root privileges. Thank you very much for your answer! |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm trying to start a server using cli on port 1023 and then it throws an error:
$ jamulus -s -p 1023
Jamulus: Network Error: Cannot bind the socket (maybe the software is already running).
I tried using some ports below 1024 and it doesn't work. Why? What can I do to start server on port below 1024?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions