Skip to content

Added some cosmetics changes regarding Imunify with Patchman integration #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
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
26 changes: 13 additions & 13 deletions docs/patchman/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,34 +320,34 @@ In the Patchman Portal, go to the server configuration page under Servers. If yo

### Installing imunify-antivirus with Patchman support

1. Find a license key at https://portal.patchman.co/servers/add/. It is displayed under the `During installation, enter the following license key:` section.
1. Find a license key on the [server add page](https://portal.patchman.co/servers/add/). It is displayed under the `During installation, enter the following license key:` section.

2. Install or update `imunify-antivirus`
1. If imunify-antivirus is not yet installed on a server:
```bash
$ wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
$ bash imav-deploy.sh
```
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh
```
2. If it is already installed, check if the version of imunify-antivirus is at least `8.5.6`
```bash
$ imunify-antivirus version
```
imunify-antivirus version
8.5.6
```
If it's lower, then update imunify-antivirus using your system package manager.

3. Install the Patchman extension
```bash
$ imunify-antivirus patchman install
```
imunify-antivirus patchman install
```

4. Configure the license key (obtained in the first step)
```bash
$ imunify-antivirus patchman register '<regkey>'
```
imunify-antivirus patchman register '<regkey>'
```

5. Enable the Patchman extension
```bash
$ imunify-antivirus config update '{"PATCHMAN": {"enable": true}}'
```
imunify-antivirus config update '{"PATCHMAN": {"enable": true}}'
```

6. Add the server in the Patchman portal https://portal.patchman.co/servers/add/multiple/
6. Add the server in the Patchman portal on the [page with pending servers](https://portal.patchman.co/servers/add/multiple/)