Advertisement
Rikairchy

ZNC/Client config

Apr 27th, 2014
630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Configuring Your User:
  2.  
  3. To begin configuring your user, navigate to https://hosting.rikairchy.net:5050/ [replace with stormbit url at a later date]
  4. Input your username and password in the login field [http://puu.sh/8pY1i.png]
  5. On the right, you will see your available configuration options [http://puu.sh/8pY4r.png] Select "Your Settings"
  6. Change your password from the pre-assigned one if you wish. It is recommended you do so. [http://puu.sh/8pY65.png]
  7. By default, your nickname, alternate nickname, ident, and Realname are all your ZNC username. You may modify them as you wish
  8.  
  9.  
  10. Configuring Networks
  11.  
  12. Log in to ZNC's Webmin interface
  13. Select "Your Settings"
  14. Under Networks, select the 'Add' link
  15. Under Network Name, you may name it anything you like. Please note that it is case sensitive and must be typed exactly when you are logging in to a multi-network user.
  16. Specify your nickname, alternative nickname, Ident, and Realname if you would like them different from the previously configured ones
  17. Under the servers section, specify which IRC servers you would like to connect to. Note: they must belong to the same IRC network.
  18. Scroll down to Modules. Awaynick, chansaver, highlightattach, nickserv/q, and route_replies are recommended but not necessary.
  19. Select the "Add Network" button the bottom of the page and your ZNC user will connect to the specified IRC server.
  20.  
  21.  
  22. Configuring Your Client:
  23. Due to the differences between IRC clients, not every client will have setup instructions.
  24.  
  25. [link] mIRC
  26. [link] Quassel
  27. [link] LimeChat
  28. [link] AndChat
  29. [link] hexchat
  30. [link]kvirc
  31. [link]bitchx
  32. [link]textual
  33. [link] AndroIRC
  34. [link] Colloguy
  35.  
  36.  
  37. Setting up mIRC with ZNC:
  38.  
  39. To connect once, simply use the format /server hosting.rikairchy.net [port] (either +5050 for SSL, or 4950 for insecure connections) username/network:password
  40. For example: /server hosting.rikairchy.net +5050 newuser/StormBit:password
  41.  
  42. To make it permanent, press the Tools menu, and select Scripts Editor
  43. Use the following format to automatically connect to IRC networks on startup under the remotes tab:
  44. on *:START:{
  45. server hosting.rikairchy.net +5050 user/net:password
  46. server -m hosting.rikairchy.net +5050 user/net2:password
  47. server -m hosting.rikairchy.net +5050 user/net3:password
  48. server -m hosting.rikairchy.net +5050 user/net4:password
  49. server -m hosting.rikairchy.net +5050 user/net5:password
  50. }
  51.  
  52.  
  53. Setting up Quassel with ZNC
  54.  
  55. Select the Networks submenu
  56. Select 'Add'
  57. Name the network something you'll remember.
  58. Under the network details, select add
  59. Under the server address, enter hosting.rikairchy.net
  60. The port will be either 4950 or 5050. If you select 5050, be sure to check the SSL block.
  61. Under the password field, use the format User/Network:Password
  62. Save your changes and connect
  63.  
  64.  
  65. Setting up LimeChat with ZNC
  66. Start LimeChat and select New Server
  67. Under the server hostname, input hosting.rikairchy.net
  68. Scroll to the bottom and select Advanced
  69. Change the port to either 4950 or 5050. Remember to enable SSL if you use 5050
  70. Under Server Password, use the format User/Network:Password
  71. Select Done and save your changes.
  72.  
  73.  
  74. Setting up AndChat with ZNC
  75. Open AndChat and select the encircled plus button to add a server
  76. Under Name, name your ZNC connection.
  77. Under Address, input hosting.rikairchy.net
  78. under Port, input either 4950, or 5050. If you use 5050, check the SSL block.
  79. Scroll down to Authentication, and select the Set Up button
  80. Check the "use server password" block, and use User/Network:Password as the server password
  81.  
  82.  
  83. Setting up HexChat with ZNC
  84. Open the Networks List
  85. Select Add. After naming the network, select Edit use hosting.rikairchy.net/5050 or hosting.rikairchy.net/4950
  86. If you use port 5050, check both SSL-related blocks
  87. Under the Password section, use the following format: User/Network:Password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement