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---
8For more in-depth and accurate information than what's here, look at the [official Mumble website](https://wiki.mumble.info/wiki/Main_Page).
9
10### - Debian
11```
12sudo apt-get install mumble
13```
14
15### - Ubuntu
16```
17sudo add-apt-repository ppa:mumble/release
18sudo apt-get update
19sudo apt-get install mumble
20```
21
22### - Fedora
23```
24dnf install mumble mumble-overlay mumble-plugins
25```
26
27### - Arch Linux
28```
29sudo pacman -S mumble
30```
31
32### - Android
33```
34You download it from F-Droid
35```
36[Here](https://f-droid.org/repository/browse/?fdid=com.morlunk.mumbleclient) lol. It's also on [Google Play](https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient.free) but we don't talk about that crap 😉
37
38### - Windhoes
39Download the latest release from their [GitHub page](https://github.com/mumble-voip/mumble/releases).
40
41### - iOShit
42A client is available in the [App Store](https://itunes.apple.com/us/app/mumble/id443472808?mt=8)
43
44### - macOShit
45Same as Windhoes - look in the [release page](https://github.com/mumble-voip/mumble/releases) on GitHub.
46
47## Setup
48I 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 name you want, use `nixnet.xyz` as the address, `64738` for the port, and leave the username blank. Pretty much the same goes for the Android app; open it, add a new server, enter the information above, connect, and start chatting!
49<br/>
50<br/>
51If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!