Skip to content

Server Mac

Jonathan edited this page Mar 30, 2020 · 37 revisions

Home > Running a Server > Installing on Mac

Please ensure you have read the server overview

After installing Jamulus, you can run it in your chosen server mode using the Terminal program.

  1. First, quit Jamulus if it is already running.

  2. Start a Terminal session.

  3. You will need to know the full path to the Jamulus application (example below) so that you can run the following command. It must be all on one line:

/Applications/Jamulus.app/Contents/MacOS/Jamulus -s -n -e "jamulus.fischvolk.de" -o "yourServerName;Akhetaten;82" -w "Thanks for connecting" &

Note: Some characters in the -w text may cause problems (eg exclamation points or question marks). It's best to avoid these.

Hit return to start the server.

You can stop the server by typing CTRL+C.

Note that it is possible, but not recommended for performance reasons, to run both a server and a client on the same machine.