> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/allgemeine-hinweise.md).

# General Notes

## Security Notice

{% hint style="info" %}
To protect JUNE5 systems and their underlying operational data systems and networks against cyber threats, we recommend implementing and continuously maintaining a holistic security concept. It is important to stay informed about the current state of the art regarding cyber threats and to implement them consistently.\
This is especially important when data from JUNE5 is made available over the Internet.
{% endhint %}

## Best Practice

* Use HTTPS with a valid official certificate
* Disable HTTP
* Enable password security policies
* Change default passwords, choose strong passwords
* No network shares on JUNE5 relevant directories
* Restrict directories through operating system permissions
* When using the Internet, use a JUNE5 installation within a DMZ
* Regular backup of JUNE5 configuration
* Regularly check log files for errors

## HTTPS

An HTTPS certificate ensures the correct identity of the web server. In the case of a public server, or internal server with sensitive data, it is recommended to use an official certificate.

## JUNE5 Services and Processes

The number of processes depends on the settings of the interfaces and the extent to which parallel processing takes place.

| Process         | June5WebServer.exe   |
| --------------- | -------------------- |
| Description     | JUNE5 web server     |
| Connection type | Inbound and Outbound |

| Process         | June5AcronService.exe                                 |
| --------------- | ----------------------------------------------------- |
| Description     | Control service for instances for the acron interface |
| Connection type | Outbound                                              |

| Process         | June5AcronApiConnector64.exe         |
| --------------- | ------------------------------------ |
| Description     | Subprocess for June5AcronService.exe |
| Connection type | Outbound                             |

## JUNE5 Deployment Scenario on the Internet

![](/files/C2wGTJtgYEJHNOXy7Hzb)


---

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

```
GET https://docs.videc.de/june5-3.7/en/allgemeine-hinweise.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.
