2

this is my first time posting here and after a couple hours of searching on different web sites / wiki I'm still trying to find a way to simply host and manage multiple mumble server on the same operating system.

My goal is to host maybe like 3-4 Mumble servers on my Raspberry Pi 2. I already have my mumble server running and working , but How could I run multiple instances. I know I will have to use different ports and so on , and I think mumble supports virtual servers.

Thanks for your time ! Have a great day

user9517
  • 115,471
  • 20
  • 215
  • 297
  • Are you running this in a business environment? – ceskib May 11 '15 at 22:20
  • Not really , this is more for a educational purpose , I'm still a student as a network administrator , this is my second year in college and I'm trying to understand things and figure things out – Raphael Létourneau May 11 '15 at 22:45

1 Answers1

1

To run a second and etc instances, few items must to be changed:

  1. Change your sqlite file destination (one server per sqlite file)
  2. Change your port (one instance per port)
  3. Change your Server Name
  4. Change log file (You want separate logs don't you?)
  5. Change your pid file name
  6. murmurd -ini [$ini_file]&
Maxiko
  • 474
  • 2
  • 8