Ensure you have Tor installed and running. If not, install it:
sudo apt install tor -yStart and enable Tor:
sudo systemctl start tor
sudo systemctl enable torCheck if Tor is running:
systemctl status torAlso, ensure HexChat is installed:
sudo apt install hexchat -yHexChat doesnβt support Tor directly, but you can route it through a SOCKS5 proxy.
- Type: SOCKS5
- Host: 127.0.0.1
- Port: 9050
- Leave username/password empty.
Ctrl + S)..onion address of the IRC server in the Server List. - Example for OFTC (replace with the real server if different):
```
oftcnet5t37o4bx3.onion/6667
```
```
/msg NickServ IDENTIFY your_nickname your_password
```
Click Connect and wait for HexChat to establish a connection.
```bash
systemctl status tor
```
.onion IRC server is online.```
oftcnet5t37o4bx3.onion/6697
```
```bash
journalctl -xeu tor
```