Compiling
Adding users
Starting the bouncer
Unix/Linux
$ ./millerbnc
Windows
Simply start millerbnc.exe. However, you probably won't be running it on Windows.
Connecting
It's quite easy to connect to the bouncer. Compared to most other software, you don't have to change your "email address", instead, you just use the password argument to /SERVER, fill in the PASS or password field for the server, or manually enter /PASS.
Password syntax:
<user>:<password>[:<cookie>][/<server>[:[<serverport>][:<serverpass>]]]
- user: Your BNC username; a name in [ ] from the conf file.
- password: Your BNC password; the password= under the user section.
- cookie (optional): Name for a "saved session"; any value you want, and it is used for detaching and reattaching.
- server (optional if attaching): Use this to connect to a new server; the server the bouncer should connect to.
- port (optional): Port to connect to the server.
- serverpass (optional): This is in case you need to connect to a server that requires a password (which is quite rare).