mumble.md

 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
33Download 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.
34
35### - Windhoes
36Download the latest release from their [GitHub page](https://github.com/mumble-voip/mumble/releases).
37
38### - iOShit
39A client is available in the [App Store](https://itunes.apple.com/us/app/mumble/id443472808?mt=8)
40
41### - macOShit
42Same as Windhoes - look in the [release page](https://github.com/mumble-voip/mumble/releases) on GitHub.
43
44## Setup
45I 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!
46<br/>
47<br/>
48If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!