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
Jump to navigation
Jump to search
>Ikrabbe |
>Ikrabbe |
||
Line 11: | Line 11: | ||
| 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 | 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. | ||
=== Functions === | === Functions === | ||
After you connect as an admin user you are able to: | After you connect as an admin user you are able to: |
Revision as of 06:37, 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.
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.)