1---
2layout: page
3title: Mumble
4subtitle: "An open source VoIP solution that's better than Discord"
5description: "An open source VoIP solution that's better than Discord"
6cover: /assets/pages/mumble.png
7---
8## Setup
9I don't use Windows or macOS so I can't speak to how they work. On Linux, simply launch the app and run through the audio setup wizard. After that, go to `Server -> Connect -> Add new`. Enter whatever username you want, use `nixnet.xyz` as the address, `64738` for the port, and label the server however you'd like. When prompted, the password is `NixNet`. Pretty much the same goes for the Android app; open it, add a new server, enter the information above, connect, and start chatting!
10<br/>
11<br/>
12If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!
13
14## Installation
15For more in-depth and accurate information than what's here, look at the [official Mumble website](https://wiki.mumble.info/wiki/Main_Page).
16
17### - Arch Linux
18```
19sudo pacman -S mumble
20```
21
22### - Debian
23```
24sudo apt-get install mumble
25```
26
27### - Ubuntu
28```
29sudo add-apt-repository ppa:mumble/release
30sudo apt-get update
31sudo apt-get install mumble
32```
33
34### - Fedora
35```
36dnf install mumble mumble-overlay mumble-plugins
37```
38
39### - Android
40Download it from [F-Droid](https://f-droid.org/repository/browse/?fdid=com.morlunk.mumbleclient). It is also on [Google Play](https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient.free) but I recommend using F-Droid instead.
41
42### - Windows and macOS
43Download the latest release from their [GitHub page](https://github.com/mumble-voip/mumble/releases).
44
45### - iOS
46A client is available in the [App Store](https://itunes.apple.com/us/app/mumble/id443472808?mt=8)