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. If you put the Jamulus application in your Applications folder when you installed it, the path to it should be /Applications/Jamulus, so you can run the following command:

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

Hit return to start the server.

If using the -n option, the process will run in the background (as a daemon). You will need to stop/restart it using the method of your choice.

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