Skip to content

Cannot run multiple servers on the same system #973

Answered by apohl79
Odin303 asked this question in Q&A
Discussion options

You must be logged in to vote

You have to run the server manually from the command line passing the "-id" parameter, if you want to use different servers on the same machine. For example, open a powershell prompt and run:

& 'C:\Program Files\AudioGridderServer\AudioGridderServer.exe' -id 1
& 'C:\Program Files\AudioGridderServer\AudioGridderServer.exe' -id 2
& 'C:\Program Files\AudioGridderServer\AudioGridderServer.exe' -id 3

This will run 3 servers with ids 1-3. Each server will broadcast its existence to clients (ag plugins in your DAW) on your network, so you will see them in the server menu and you usually do not have to add them manually.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by apohl79
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants