User Tools

Site Tools


network:mumble_server

This is an old revision of the document!




Table of Contents

About

The ACM hosts a Mumble server, Murmur, as a VOIP service to members. The server uses LDAP authentication so that members can login with their active ACM accounts and not a shared server password. The Mumble client can be downloaded here.

Server Info

Address: acm.cs.uic.edu

Port: 64738

Username: <Your ACM Username>

Password: <You ACM Passowrd>

Admin Info

Username: SuperUser

Password: *Ask A Sysadmin*

Server Config: /etc/murmur.ini

Package: mumur-ice (AUR)

LDAP Scipt Location: /opt/murmur-scipts (perms: 755, owner: murmur, group: murmur)

LDAP Auth Service: murmur-ldap.service

/etc/systemd/system/murmur-ldap.service

[Unit]
Description=Murmur LDAP Authenticator
Requires=murmur.service
After=murmur.service

[Service]
Type=simple
User=murmur
WorkingDirectory=/opt/murmur-scripts
PIDFile=/run/murmur/LDAPauth.pid
ExecStart=/opt/murmur-scripts/LDAPauth.py --ini /opt/murmur-scripts/LDAPauth.ini --app
Restart=always

[Install]
WantedBy=multi-user.target

ls Additional Info

network/mumble_server.1453757496.txt.gz · Last modified: 2021/05/02 21:36 (external edit)