1---
2layout: page
3title: Jabber/XMPP
4description: "Set up a Jabber/XMPP account on NixNet.xyz"
5cover: /assets/pages/xmpp.png
6permalink: /jabber-xmpp/
7---
8# Registration - clearnet
9Client registration is open so all you have to do to start using Jabber/XMPP on NixNet is open your favourite client, enter `nixnet.xyz` as the host, come up with a username, generate a strong password, and enjoy!
10
11You can also navigate to [xmpp.nixnet.xyz/register/](https://xmpp.nixnet.xyz/register/) to register using the web UI as well as change your password and unregister your account.
12
13# Registration - Tor
14If you want to use my XMPP server over Tor, make sure you first start/enable the Tor service:
15```bash
16$ sudo systemtl start tor.service
17$ sudo systemtl enable tor.service
18```
19After that, there are a few settings you'll have to change depending on your client. I use [Gajim](https://gajim.org) on Linux so I'll explain how to do it with that.
20
21* `Add Account -> I want to register for a new account`
22* Server: `nixnet.xyz`
23* Advanced
24 * Proxy: `Tor`
25 * Manage `->` Tor
26 * Type: `SOCKS5`
27 * Proxy Host: `127.0.0.1`
28 * Proxy Port: `9050`
29 * ☑️ Use custom hostname/port
30 * Hostname: `l4qlywnpwqsluw65ts7md3khrivpirse744un3x7mlskqauz5pyuzgqd.onion`
31 * Port: `5222`
32* Enter a username
33* Come up with a strong password - it won't be accepted if it's too weak ¯\\_(ツ )_/¯
34* Enjoy! ☺️
35
36---
37# Clients
38If you're not sure what client to use, I recommend [Conversations](https://f-droid.org/en/packages/eu.siacs.conversations/) for Android, [Kaidan](https://www.kaidan.im/) for [Ubuntu Touch](https://ubuntu-touch.io), [ChatSecure](https://chatsecure.org/) or [Monal IM](https://monal.im/) for iOS/macOS (I haven't tested them but I have heard good things), and [Gajim](https://gajim.org/) for Linux and Windows.
39
40Personally, I use Conversations and Gajim 😉