> 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/konfigurator/befehlszeilenargumente.md).

# Command Line Arguments

Via the console, the JUNE5 Configurator allows users to configure certain settings as desired. The following table summarizes the commands supported by the JUNE5 Configurator:

| Option    | Argument            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -?        |                     | Displays the available commands.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -backup   | \<filename>         | <p>Creates a backup and saves it under the specified filename. If the path of the filename does not exist, an attempt will be made to create it.</p><p>If the filename is specified as an empty string in double quotes or if the option appears without specifying the filename at the end of the command, the backup will be saved under the default backup path with a name generated by JUNE5 Server (with the format "<em>\[Date and Time] – v\[JUNE5 Version] – JUNE5.zip</em>"). The default backup path is <em>"C:\ProgramData\VIDEC\JUNE5\Backups"</em></p><p>(Required)</p> |
| -con      | \<connectionString> | <p>Sets the new connection string through which the server can connect to SQL Server.</p><p>(Required)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| -enc      |                     | Creates a JUNE5 encryption certificate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -dsenc    |                     | Creates the JUNE5 DataSource encryption certificate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -lng      | \<language>         | <p>Sets the start language of the JUNE5 Configurator. Possible values are 'en-US' or 'de-DE'.</p><p>(Required)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -lnk      |                     | Opens the JUNE5 web application using the system's default web browser.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -restore  | \<filename>         | <p>Restores a backup from the specified path.</p><p>(Required)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -ssl      | \<commonName>       | <p>Creates a JUNE5 SSL certificate with the desired Common Name. The default value is the computer name.</p><p>(Optional)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| -skipcert |                     | Specifies whether the server's certificates should not be backed up when creating a backup.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

## Examples

#### Videc.June5.June5Configurator.exe -backup

\--> Creates a backup with a default name and backs up the server system certificates.

#### Videc.June5.June5Configurator.exe -backup "" -skipcert

\-->Creates a backup with a default name and does not create a backup of the server system certificates.

#### Videc.June5.June5Configurator.exe -backup "C:\ProgramData\VIDEC\JUNE5\Backups\Version 3.7\JUNE5v351Backup" -skipcert

\--> Creates a backup with a specified name and does not back up the server system certificates.

#### Videc.June5.June5Configurator.exe -encs

\--> Creates a JUNE5 encryption certificate.

#### Videc.June5.June5Configurator.exe -ssl

\--> Creates a JUNE5 SSL certificate with the computer name as the Common Name of the certificate.

{% hint style="info" %}

* If the value of an argument contains spaces, these must be enclosed in double quotes.
* The value of an optional argument must be specified as an empty string in double quotes "" if the corresponding option is combined with other options so that the default value is used.
  {% endhint %}


---

# 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/konfigurator/befehlszeilenargumente.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.
