Instalacja serwera mumble na debianie(na innych też, różni się sposobem instalacji np. yum install mumble-server lub aptitude install mumble-server)
1. Instalujemy serwer
[php]aptitude install mumble-server && aptitude install mumble-server-web[/php]
2. Konfiguracja
[php]
dpkg-reconfigure mumble-server[/php]
Podajemy tam nasze hasło i e-mail.
Następnie
[php]
vim /etc/mumble-server.ini[/php]
[unix]
# To enable username registration through
# http://webserver/cgi-bin/mumble-server/register.cgi
# then this value must be set to a valid email
# and you must be running a SMTP server on this
# machine.
emailfrom = olobmx@o2.pl ## nasz e-mail
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts both successfull and unsuccessfull connection attempts.
# Set either Attempts or Timeframe to 0 to disable.
#autobanAttempts = 10
#autobanTimeframe = 120
#autobanTime = 300
# The below will be used as defaults for new configured servers.
# If you're just running one server (the default), it's easier to
# configure it here than through DBus/SQL.
#
# Welcome message sent to users
welcometext="<br />Witaj na serwerze reksio-cs.pl <b>Mumble</b>.<br />Milej gry
<br />" ## co ma sie pokazywac po podlaczeniu do serwera
# Port to bind TCP and UDP sockets to
port=6000 ## Port na którym ma działac mumble
# Specific IP or hostname to bind to.
# If this is left blank (default), murmur will bind to all available addresses.
host=reksio.i4.pl ## Nasze IP/host
# Password to join server
#serverpassword=haslo
# Maximum bandwidth (in bytes per second) clients are allowed
# send speech at.
bandwidth=10000
# Maximum number of concurrent clients allowed.
users=100
# Murmur retains the per-server log entries in an internal database which
# allows it to be accessed over D-Bus.
# How many days should such entries be kept?
#logdays=31
# To enable public registration, the serverpassword must be blank, and this
# must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't loose your password.
# The URL is your own website, and only set the registerHostname for static IP
# addresses.
#
registerName=Reksio Mumble@reksio-cs.pl ## nazwa serwera
registerPassword=secret ## haslo
registerUrl=http://www.reksio.i4.pl
registerHostname=reksio.i4.pl
# If you have a proper SSL certificate, you can provide the filenames here.
#sslCert=
#sslKey=
# Path to database. If blank, will search for
# murmur.sqlite in default locations.
database=/var/lib/mumble-server/mumble-server.sqlite
# PIDfile to use
# Leave blank to place pidfile in current directory
pidfile=/var/run/mumble-server/mumble-server.pid
# Murmur defaults to not using D-Bus. If you wish to use dbus, please
# specify so here.
#
dbus=system
# Murmur default to logging to murmur.log. If you leave this blank,
# murmur will log to the console (linux) or through message boxes (win32).
logfile=/var/log/mumble-server/mumble-server.log
[/unix]
Odpalenie serwera:
[php]
murmurd -ini /etc/mumble-server.ini -supw haslosuperadmina
[/php]
Tworzenie kanałów, super admine i duperele
Aby zalogować się jako superadmin, twrzyć kanały i tak dalej musimy:
Dodać do lini startowej linijke -supw haslo.
Następnie w programie jako nic podajemu SuperAdmin a hasło takie jak nadaliśmy w lini startowej.
1. Instalujemy serwer
[php]aptitude install mumble-server && aptitude install mumble-server-web[/php]
2. Konfiguracja
[php]
dpkg-reconfigure mumble-server[/php]
Podajemy tam nasze hasło i e-mail.
Następnie
[php]
vim /etc/mumble-server.ini[/php]
[unix]
# To enable username registration through
# http://webserver/cgi-bin/mumble-server/register.cgi
# then this value must be set to a valid email
# and you must be running a SMTP server on this
# machine.
emailfrom = olobmx@o2.pl ## nasz e-mail
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts both successfull and unsuccessfull connection attempts.
# Set either Attempts or Timeframe to 0 to disable.
#autobanAttempts = 10
#autobanTimeframe = 120
#autobanTime = 300
# The below will be used as defaults for new configured servers.
# If you're just running one server (the default), it's easier to
# configure it here than through DBus/SQL.
#
# Welcome message sent to users
welcometext="<br />Witaj na serwerze reksio-cs.pl <b>Mumble</b>.<br />Milej gry
<br />" ## co ma sie pokazywac po podlaczeniu do serwera
# Port to bind TCP and UDP sockets to
port=6000 ## Port na którym ma działac mumble
# Specific IP or hostname to bind to.
# If this is left blank (default), murmur will bind to all available addresses.
host=reksio.i4.pl ## Nasze IP/host
# Password to join server
#serverpassword=haslo
# Maximum bandwidth (in bytes per second) clients are allowed
# send speech at.
bandwidth=10000
# Maximum number of concurrent clients allowed.
users=100
# Murmur retains the per-server log entries in an internal database which
# allows it to be accessed over D-Bus.
# How many days should such entries be kept?
#logdays=31
# To enable public registration, the serverpassword must be blank, and this
# must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't loose your password.
# The URL is your own website, and only set the registerHostname for static IP
# addresses.
#
registerName=Reksio Mumble@reksio-cs.pl ## nazwa serwera
registerPassword=secret ## haslo
registerUrl=http://www.reksio.i4.pl
registerHostname=reksio.i4.pl
# If you have a proper SSL certificate, you can provide the filenames here.
#sslCert=
#sslKey=
# Path to database. If blank, will search for
# murmur.sqlite in default locations.
database=/var/lib/mumble-server/mumble-server.sqlite
# PIDfile to use
# Leave blank to place pidfile in current directory
pidfile=/var/run/mumble-server/mumble-server.pid
# Murmur defaults to not using D-Bus. If you wish to use dbus, please
# specify so here.
#
dbus=system
# Murmur default to logging to murmur.log. If you leave this blank,
# murmur will log to the console (linux) or through message boxes (win32).
logfile=/var/log/mumble-server/mumble-server.log
[/unix]
Odpalenie serwera:
[php]
murmurd -ini /etc/mumble-server.ini -supw haslosuperadmina
[/php]
Tworzenie kanałów, super admine i duperele
Aby zalogować się jako superadmin, twrzyć kanały i tak dalej musimy:
Dodać do lini startowej linijke -supw haslo.
Następnie w programie jako nic podajemu SuperAdmin a hasło takie jak nadaliśmy w lini startowej.