mumble.html (3114B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="description" content="JadeRune.net Mumble tutorial."> 7 <link rel="stylesheet" href="https://www.jaderune.net/main.css"> 8 <link rel="icon" type="image/png" href="https://www.jaderune.net/favicon.png"> 9 <title>JadeRune.net Mumble Guide</title> 10 </head> 11 <body> 12 <header class="title-wrapper"> 13 <p class="title">JadeRune.net</p> 14 <nav> 15 <ul> 16 <li><a href="https://www.jaderune.net/">Home</a></li> 17 <li><a href="https://www.jaderune.net/rules.html">Rules</a></li> 18 <li><a class="active" href="https://www.jaderune.net/services.html">Services</a></li> 19 </ul> 20 </nav> 21 </header> 22 <main> 23 <h1>JadeRune.net Mumble Guide</h1> 24 <p><a href="https://www.jaderune.net/mumble.html">🇬🇧 English</a> | 25 <a href="https://www.jaderune.net/de/mumble.html">🇩🇪 Deutsch</a></p> 26 <p>We run a mumble server for voice communications. It's a 27 convenient and hassle-free way to have high-quality VOIP calls. 28 Here is how to get connected:</p> 29 <ol> 30 <li>Download and install the Mumble client from the <a href="https://www.mumble.info/downloads/">Mumble website</a> or by using your operating system's package manager;</li> 31 <li>Launch Mumble and optionally go through the audio tuning wizard;</li> 32 <li>When the certificate management window opens, select the option "Automatic certificate creation" and finish the setup;</li> 33 <center> 34 <img src="/mumble-images/cert-creation.png" alt="The certificate creation dialog."> 35 </center> 36 <li>The Mumble Server Connect window will now open, click "Add New..." at the bottom;</li> 37 <center> 38 <img src="/mumble-images/empty-server-list.png" alt="The server connection dialog, with the moust hovering over the 'Add New...' button."> 39 </center> 40 <li>Enter the information for our Mumble server:</li> 41 <ul> 42 <li><b>Address:</b> jaderune.net</li> 43 <li><b>Port:</b> 64738</li> 44 <li><b>Username:</b> (Whatever name you want to be known by)</li> 45 <li><b>Label:</b> JadeRune</li> 46 </ul> 47 <center> 48 <img src="/mumble-images/add-server-dialog.png" alt="The dialog for adding a server to Mumble."> 49 </center> 50 <li>The server will now appear in the connection window where you can select it and click "Connect";</li> 51 <center> 52 <img src="/mumble-images/final-connect.png" alt="The server connection dialog with the JadeRune server now listed."> 53 </center> 54 <li>When you connect for the first time, the server will prompt you for a password, you can ask any of your fellow members what it is or ask the XMPP bot.</li> 55 <center> 56 <img src="/mumble-images/password.png" alt="The password prompt."> 57 </center> 58 </ol> 59 <p>Once you've entered the password, you're all set! We recommend having a look through the settings. Specifically, it's a good idea to enable RNNoise under the Audio Processing session of the Audio Input tab of the settings for optimal noise suppression while chatting.</p> 60 <p>Happy chatting!</p> 61 </main> 62 </body> 63 </html>