To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Webadmin: Difference between revisions
DarthGandalf (talk | contribs) No edit summary |
>Ikrabbe |
||
Line 10: | Line 10: | ||
{{Module arguments | {{Module arguments | ||
| type = global }} | | type = global }} | ||
From reading the source code I assume that the '''port''' of the webadmin server is '''8080''', which is not configurable, which means again, that you need the source code in a professional environment, which finally leads to the question, where the repository for znc is. I just found the tar archvie, yet... | |||
=== Functions === | === Functions === |
Revision as of 06:30, 18 April 2012
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod webadmin The code for this module can be found here. |
This module allows you to administrate your ZNC bouncer through a web interface.
Usage
Arguments
This global module takes no arguments.
Read loading modules to learn more about loading modules.
From reading the source code I assume that the port of the webadmin server is 8080, which is not configurable, which means again, that you need the source code in a professional environment, which finally leads to the question, where the repository for znc is. I just found the tar archvie, yet...
Functions
After you connect as an admin user you are able to:
- Edit ZNC settings such as the ISpoofFile, Global Modules and VHosts.
- List all users
- Edit a user - Change any and all user settings
- Add a new user
(standard ZNC users can only edit their own user.)