Name: mod_shcommands Purpose: Execute shell commands (ejabberdctl, Erlang or shell) via your web browser Author: Badlop Type: Module Requirements: ejabberd 2.0.0 or higher Download: ejaberd-modules
This patch adds a new page to the web administration in the Nodes -> your node section.
On that page you can execute three types of commands, and the result of the execution on the current node will be shown.
Type of commands:
- ejabberd_ctl: makes a call to ejabberd_ctl (screenshot)
- erlang: executes an erlang command (screenshot)
- shell: executes a command on the system shell (screenshot)
This code was previously published as 'webadmin-commands'. The screenshots shown here are old.