NixNet/mumble.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2019-03-22 04:24:11 +00:00
---
layout: page
title: Mumble
subtitle: "An open source VoIP solution that's better than Discord"
description: "An open source VoIP solution that's better than Discord"
2019-05-31 02:40:27 +00:00
cover: /assets/pages/mumble.png
2019-03-22 04:24:11 +00:00
---
2019-05-31 02:40:27 +00:00
## Setup
I 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!
<br/>
<br/>
If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!
## Installation
2019-03-22 04:24:11 +00:00
For more in-depth and accurate information than what's here, look at the [official Mumble website](https://wiki.mumble.info/wiki/Main_Page).
2019-05-31 02:40:27 +00:00
### - Arch Linux
```
sudo pacman -S mumble
```
2019-03-22 04:24:11 +00:00
### - Debian
```
sudo apt-get install mumble
```
### - Ubuntu
```
sudo add-apt-repository ppa:mumble/release
sudo apt-get update
sudo apt-get install mumble
```
### - Fedora
```
dnf install mumble mumble-overlay mumble-plugins
```
### - Android
2019-05-26 18:34:36 +00:00
Download 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.
2019-03-22 04:24:11 +00:00
2019-05-31 02:40:27 +00:00
### - Windows and macOS
2019-03-22 04:24:11 +00:00
Download the latest release from their [GitHub page](https://github.com/mumble-voip/mumble/releases).
2019-05-31 02:40:27 +00:00
### - iOS
2019-03-22 04:24:11 +00:00
A client is available in the [App Store](https://itunes.apple.com/us/app/mumble/id443472808?mt=8)