Local configuration
Choose the authority profile on the host itself. ServerX Cloud reports it; it does not own it.
01
Full Access
Arbitrary shell, scripts, files, services and processes using the OS permissions of the agent account.
mode: full_access02
Full Root
Linux privileged profile. The ServerX system service runs with UID 0 and is intentionally unrestricted.
mode: full_root03
Scoped
Define readable/writable paths, exact command rules and service actions. This is useful when you want AI access to a project without exposing the whole host.
mode: scoped
paths:
- path: /var/www
write: true
- path: /var/log
write: false
commands:
- argv: ["git"]
services:
nginx: [status, restart, logs]04
Read Only
Inspection-only mode for system information, permitted files, processes, service status and logs.
mode: read_only05
Apply changes
Edit the local YAML, validate it, then restart the ServerX service. The next agent handshake reports the current local authority and capabilities to the dashboard.