create_webmin_user
Create new Webmin user accounts with specified username, password, and module access permissions for system administration access.
Instructions
Create a new Webmin user account. This is a dangerous operation and is blocked in safe mode.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| username | Yes | Username for the new Webmin account | |
| password | Yes | Password for the new account | |
| modules | No | List of module names to grant access to (e.g., ['useradmin', 'init']) |