- Joined
- Aug 1, 2026
- Messages
- 179
- Thread Author
- #1
Authentication Failed or Invalid Password
An authentication error does not always mean the account password itself is wrong.
The full server-password format is:
A mistake in any section can cause authentication to fail.
Check the username
Use the exact BNC username shown in your dashboard.
Capitalisation may matter.
Check the network name
Use the dashboard network label, not the external IRC server hostname.
Correct example:
Incorrect example:
unless the dashboard network itself was deliberately named that way.
Check the separator characters
The required format contains:
Correct:
Incorrect:
Recently changed password
Your client may still contain the old saved password.
Update the saved connection and fully disconnect before trying again.
An authentication error does not always mean the account password itself is wrong.
The full server-password format is:
Code:
Username/Network:Password
A mistake in any section can cause authentication to fail.
Check the username
Use the exact BNC username shown in your dashboard.
Capitalisation may matter.
Check the network name
Use the dashboard network label, not the external IRC server hostname.
Correct example:
Code:
ExampleUser/Libera:Password
Incorrect example:
Code:
ExampleUser/irc.libera.chat:Password
unless the dashboard network itself was deliberately named that way.
Check the separator characters
The required format contains:
- A forward slash between username and network.
- A colon before the password.
Correct:
Code:
Username/Network:Password
Incorrect:
Code:
Username\Network:Password
Username/Network/Password
Username:Network:Password
Recently changed password
Your client may still contain the old saved password.
Update the saved connection and fully disconnect before trying again.