Please login using your existing BNC username and password. If you do not have a BNC account with us, please register a new account.

Login
  • We're close to having the full website restored. Thank you for your patience!

Guide Connecting With mIRC

Status
Not open for further replies.

Eggy

Customer Support
Administrator
Joined
Aug 1, 2026
Messages
179
Connecting With mIRC

The quickest way to connect through mIRC is to use the command generated by the dashboard.

A typical command is:

Code:
/server -m bnc.eggy.net +5000 Username/Network:<password>

Replace:

  • Username with your exact BNC username.
  • Network with the dashboard network name.
  • <password> with your current BNC password.

Example format:

Code:
/server -m bnc.eggy.net +5000 ExampleUser/DALnet:<password>

Why +5000 is used

The plus sign tells mIRC to use SSL/TLS.

Correct:

Code:
+5000

Incorrect:

Code:
5000

Using plain port 5000 without TLS may result in an SSL error or immediate disconnection.

Opening more than one network

The -m switch opens the connection in a new mIRC server window.

This allows you to connect separately to each network stored on your BNC account.

Use the separate dashboard command generated for each network.

Never share a completed mIRC command because it contains your password.
 
Status
Not open for further replies.
Back
Top