mod_admin_socket
This module provides secure access to the Prosody shell via an UNIX socket.
Usage
modules_enabled = {
-- Other modules
"admin_socket"; -- Enable mod_admin_socket
-- This also enables mod_admin_shell
}To access the shell, run (as root / with sudo):
Configuration
| Option | Default | Notes |
|---|---|---|
| admin_socket | "admin.sock" |
Relative to the Prosody data directory |