Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/stand_alone_mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ There are some basic steps to run ImunifyAV as a stand-alone application:
2. Provide ImunifyAV with an actual list of users in the system
3. Configure a user authentication process

:::warning Installation without Web UI
If you do not wish to provide Web UI access to users or admins then the configuration file at `/etc/sysconfig/imunify360/integration.conf` can be set to:
```
[paths]
ui_path =
```
And then the usual [installation instructions](https://docs.imunifyav.com/imunifyav/#installation-instructions) can be followed.
:::

:::warning Warning
Imunify Web-UI PHP code has to be executed under a non-root user which has access to `/var/run/defence360agent/non_root_simple_rpc.sock`. If it runs in CageFS, you'll need to configure it accordingly.
:::
Expand Down