Project

General

Profile

ZNC » History » Revision 14

Revision 13 (Ken Spencer, 09/05/2016 05:03 AM) → Revision 14/21 (Per Amundsen, 01/07/2017 02:49 PM)

{{>toc}} 

 h1. ZNC 

 There are several ways to To connect to a "IRC Bouncers":https://en.wikipedia.org/wiki/BNC_(software) such as "ZNC":http://wiki.znc.in/ZNC server through *AdiIRC* is very easy. Follow the examples bellow: 

 h2. Connecting Adding a ZNC Server by using the Server list Manager 

 * Open To open the [[Serverlist Dialog|Serverlist]] by pressing the %(key)CTRL% Server Manager press *ctrl + %(key)S% hotkey, by typing [[/serverlist]] s* or by opening Server go to Menu *Server* -> Serverlist in the Menubar. 
 
 !serverlist.png! *Server List*. 

 * Add !AdiIRC_Server_List.png! 

 This is what you should see if you haven't added any in. 

 h3. Adding a new network for ZNC by pressing Network 

 Once you have the "Add server list up, you're going to click 'Add new network button" network' 

 !addnetwork.png! !AdiIRC_Add_Network_Button.png! 

 * Enter You should then have a name for the ZNC network, it can be anything you want, then press "Add". dialog box come up that looks like 

 !addnetwork2.png! !AdiIRC_Blank_Network.png! 

 * Enter Type the ZNC login information network name that you are connecting to, or any name is fine, just as long as you remember it. 

 The "Username" and "Password" field should match the username and password provided by your ZNC provider. !AdiIRC_New_Blank_Network.png! 

 Set In this dialog you have the Nick, Fullname usual IRC settings, and Alternative nicks to whatever you want. 

 !serverlist2.png! 

 * If may fill them as you want AdiIRC to automatically connect to like, but the ZNC network ones that must be valid are Password and Username on startup, check the "Connect left side.    Now, before you go saving that and adding servers, you for to this network on startup" checkbox 

 !autoconnect.png! 

 * Click make sure you will be authenticating correctly. In the "Server" tab in same window, you should see the Serverlist. drop down menu labeled login method. 

 !server.png! !AdiIRC_Use_PASS.png! 

 * Click the "Add" button. From this dialog you will need to select 'Server Password (/PASS password)' as shown. 

 !addserver.png! !AdiIRC_Server_Tab.png! 

 * Enter the hostname and port for your ZNC provider, e.g "znc.provider.org" and 31337. 

 !addserver3.png! 

 * If the ZNC provider requires TLS/SSL connection, From here you need to click 'Add' on the "Enable SSL" checkbox. right. 

 !enablessl.png! !AdiIRC_Server_Tab_Entry.png! 

 * All Once done, clisk you should see a dialog looking like the "General" tab in the Serverlist, then press the "Save" button, then either click "Connect" one above. For this, you'd input a 'HostName', 'Ports', and check 'Enable SSL'. 
 After that, you're done with that window. 

 *And with that, you should be able to connect to use the ZNC network in the current open server window, or "Connect in a new window" 'Connect' Button and be able to connect to the ZNC network in a new server window. your BNC/ZNC Account* 

 !serverlist3.png! 

 h2. Connecting by direct command 

 Check the [[/server]] wiki for a complete overview of command parameters. Two quick example: 

 # *Non SSL*: <pre>/server -m you.znc.net:5708 -p login:password</pre> 
 # *SSL*: <pre>/server -m you.znc.net:+5708 -p login:password</pre> 

 To connect using *SSL*, add *<notextile>+</notextile>* to port prefix or use the parameter *-ssl*. 

 Ps: for no specified parameters like nick (*-i*), username (*-u*), realname (*-r*), etc, *AdiIRC* will use the default values set in [[/quickconnect]]. 

 h2. Connecting by script 

 <pre>on *:start: { 
   server you.znc.net:5708 -p login:password 
 }</pre>