DWBouncers/Clients/irssi: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
Line 28: Line 28:


== Step-by-Step Setup ==
== Step-by-Step Setup ==
# Open '''{{PAGENAME}}'''.
* Open '''{{PAGENAME}}'''.
# Go to **Preferences → Networks** (or equivalent).
* Make sure you have ZNC account details:
# Add a new server/network entry:
# Server: <code>bouncers.darkworld.network</code>
## Server: <code>bouncers.darkworld.network</code>
# Port: <code>31337</code> and enable SSL.
## Port: <code>6697</code> and enable SSL.
# Username: <code>username/network</code>.
## Username: <code>username/network</code>.
# Password: your assigned DWBouncers password.
## Password: your assigned DWBouncers password.
* Open your terminal and start irssi: <code>irssi</code>
# Save the configuration.
* Add the ZNC network, inside irssi: code>/network add DarkWorld</code>
# Connect.
* Add the server connection, use the ZNC details: <code>/server add -auto -ssl -network DarkWorld bouncers.darkworld.network 31337</code>
* Set your username and password: <code>/set nick nick</code> <code>/set user username/darkworld</code> <code>/set password yourzncpassword</code>
* Connect to the network: <code>/connect DarkWorld</code>


== Example Screenshot ==
== Example Screenshot ==

Revision as of 14:47, 10 October 2025

DWBouncers/Clients/irssi Setup Guide

This page explains how to configure DWBouncers/Clients/irssi to connect with DWBouncers (ZNC or Soju).

Requirements

  • A valid DWBouncers account (ZNC or Soju)
  • Server details: Template:DWBouncerServers
  • Username format:
    • For ZNC: username/network
    • For Soju: username
  • Your assigned password

Connection Settings

Setting Value
Server bouncers.darkworld.network
Port 31337 (SSL) or 1337 (non-SSL)
SSL Yes (recommended)
Username username/network
Password Your DWBouncer password

Step-by-Step Setup

  • Open DWBouncers/Clients/irssi.
  • Make sure you have ZNC account details:
  1. Server: bouncers.darkworld.network
  2. Port: 31337 and enable SSL.
  3. Username: username/network.
  4. Password: your assigned DWBouncers password.
  • Open your terminal and start irssi: irssi
  • Add the ZNC network, inside irssi: code>/network add DarkWorld
  • Add the server connection, use the ZNC details: /server add -auto -ssl -network DarkWorld bouncers.darkworld.network 31337
  • Set your username and password: /set nick nick /set user username/darkworld /set password yourzncpassword
  • Connect to the network: /connect DarkWorld

Example Screenshot

Troubleshooting

  • Double-check your username format (username/network).
  • Ensure SSL is enabled on port 6697.
  • If you cannot connect, verify your credentials on ZNC Webadmin or Soju Panel.

See Also