# OZ Server Console

## Web-Version of

* Enterprise Manager&#x20;
* Repository Manager

## Activating Server Console

If you already activated the Console, just skip this step.

Go to the OZ Server installation folder.

Open **`WEB-INF/conf/ozservice.properties`**.

Enable the Console as below.

{% code title="ozservice.properties" %}

```bash
#-------------------------------------------
# Main configuration of ozservice
#-------------------------------------------

#enable_ozserver=true/false [ default : true ]
#enable_webservice=true/false [ default : true ]
enable_webconsole=true
#dataservice_defaulttype=true/false [ default : true ]
#
```

{% endcode %}

Restart your WAS.

Once the Console login page comes up, log in with your admin account.

<figure><img src="/files/JkquQEJTGVeJhk67GGCT" alt=""><figcaption></figcaption></figure>

## Dashboard

<figure><img src="/files/kYdXZ5GQKS8W2wNcJjox" alt=""><figcaption></figcaption></figure>

## Repository

Create a category (folder) and upload form and report files.

<figure><img src="/files/GGETLOaaZUUpDQYzEq0s" alt=""><figcaption></figcaption></figure>

## Server Configuration

<div align="left"><figure><img src="/files/g8WZRSGikUgeLDwiFync" alt=""><figcaption></figcaption></figure></div>

## Scheduler Management

<div align="left"><figure><img src="/files/eErIvAS3vp9RlEiJmmPg" alt=""><figcaption></figcaption></figure></div>

## Server Information

<figure><img src="/files/sYQcGs1JqXLpDs2fqu4P" alt=""><figcaption></figcaption></figure>

## Monitoring

<div align="left"><figure><img src="/files/TERwZm8a5FQ1pxruDuIO" alt=""><figcaption></figcaption></figure></div>

## Admin

<div align="left"><figure><img src="/files/kH7qczb6K3QfHvxvaMLv" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://edu.ozeform.io/server-developer/oz-server-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
