# One-Click

The configuration panel will be available after a successful installation or when the "installer" has been started up manually.

### On Windows

When running Windows, opening the configuration panel is as simple as running the MailScheduler`.exe` file as an administrator and make sure you see the application GUI being started.

### On Linux

Currently, we do not offer a graphical user interface (GUI) application for Linux, as our findings suggest that most of our users operate on a server variant, which typically does not include a graphical interface. To accommodate this environment, we have developed a command-line utility that initiates the installation and configuration process. This utility runs as a dedicated process in parallel with the main service process, ensuring a seamless interaction without the need for a GUI.

This process can be started by entering the following commands:

```bash
cd /usr/local/share/mailscheduler
./mailscheduler-amd64 installer
```
