> For the complete documentation index, see [llms.txt](https://docs.guardware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardware.com/training-centre/self-paced-video-training/server-and-agent-installation-video-guides.md).

# Server and Agent Installation Video Guides

Learn how to install the Management Console and Agents for each product through structured video tutorials.

## Server Installation

The GuardWare Management Console is the central platform that coordinates DISCOVER, INSIGHT, and PROTECT across your organisation.

### Course Information

<table data-header-hidden><thead><tr><th width="163.20001220703125">Field</th><th>Value</th></tr></thead><tbody><tr><td>Duration</td><td>5 min video · installation time varies by environment</td></tr><tr><td>Format</td><td>Self-paced video tutorial</td></tr><tr><td>Skill level</td><td>Intermediate</td></tr><tr><td>Prerequisites</td><td>Basic Windows Server administration, familiarity with IIS, MySQL, and networking concepts</td></tr></tbody></table>

For organisations that require everything to run inside their own network, for security or compliance reasons, the Management Console can be installed entirely on-premises.

**This video guide explains:**

* Reviewing system requirements based on organisation size, covering CPU, memory, disk space, and required network ports.
* An overview of the required software dependencies: Microsoft Visual C++ Redistributable, MySQL, Redis, OpenSSL, IIS with URL Rewrite and Application Request Routing, and 7-Zip.
* Installing the Management Console, including configuring the database connection, Redis, and creating a Super Admin account.
* Configuring HTTPS access.
* Updating an existing Management Console installation.
* Logging in for the first time.

{% embed url="<https://www.youtube.com/watch?v=aYpEUusHQUw>" %}

## Agent Installation

An agent is software installed on a managed endpoint or server that connects the system to the GuardWare Management Console and carries out tasks assigned from the Management Console.&#x20;

### Course Information

<table data-header-hidden><thead><tr><th width="163.20001220703125">Field</th><th>Value</th></tr></thead><tbody><tr><td>Duration</td><td>5 min 37 sec video · installation time varies by environment</td></tr><tr><td>Format</td><td>Self-paced video tutorial</td></tr><tr><td>Skill level</td><td>Intermediate</td></tr><tr><td>Prerequisites</td><td>Management Console installed and accessible</td></tr></tbody></table>

**This video guide explains:**

* Configuring Agent settings for DISCOVER, INSIGHT, and PROTECT.
* Downloading the agent installer for each product.
* Installing the agents.

{% embed url="<https://youtu.be/p_XZxOZ72u0?si=0Ekpv65s0ZHrvO92>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.guardware.com/training-centre/self-paced-video-training/server-and-agent-installation-video-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
