Synth Seeker Community NINJAM Server

What software do I need?

How do I connect?

Create a saved private server in Jamtaba (optional)

On windows, open C:\[user folder]\AppData\Roaming\Jamtaba 2\VstPlugin\private_server.json

Modify the following JSON contents with your username, and the current server address and password from /info and save.
{
   "servers": [
	  {
		 "server_name":"SERVER_ADDRESS:SERVER_PORT",
		 "server_max_users": "10",
		 "user_name": "YOUR_USERNAME",
		 "user_pass": "SERVER PASSWORD"
	  }
   ]
}
		

Home Automation

If you'd like to turn a light on and off when the server is occupied, please see the Home Automation Howto