# Install an Evaluation Version on Windows
URL: https://docs.valsight.ai/install-an-evaluation-version-on-windows/
Description: The following document describes how to install an evaluation version of the product on Windows. Windows is not supported for production use.
For testing purposes, Valsight can be installed on any Windows 11 computer with at least 4 GB RAM (8 recommended).

*Important: This page describes how to install an evaluation version. Windows is not a supported operating system for production use — see [On-Premise Installation Guide](/on-premise-installation-guide/) for a supported production setup on Linux. To run the evaluation instance as a background service instead of a console window, see [Install Valsight as a Windows Service](/install-valsight-as-a-windows-service/).*

Valsight does not ship with a Java runtime. Install 64-bit OpenJDK 21 and set the `JAVA_HOME` environment variable to its installation directory (the path must not include the `\bin\` folder). The startup script refuses to start on any other Java major version.

Unzip the ZIP file at a location without spaces, e.g. c:\valsight. In the \bin directory, a .bat file can be found - start it.

The application starts with a blank console window. The start takes a few minutes.

![valsight-server - Shortcut 2018-02-16 14.47.29.png](./images/5094190692.png)

After the start, the application responds with "Grails application running on ..."

You can now point your browser to localhost:8080 (default) to access the application.

![Desktop 2018-02-16 14.50.40.png](./images/5094190667.png)

After logging in with the default admin:admin account, you need to provide a license file.

*Tip: The application runs with an integrated H2 SQL database, and all configuration is stored in the* `\db` *folder. To migrate content from an evaluation instance to a productive instance, use the [export and import functions](/data-import-export/) for the projects you want to migrate.*

## Backup of the POC instance

Our recommendation to store a backup of the POC instance is as follows:

1. Stop the Valsight server by closing the cmd-window (Important, otherwise the open database file cannot be backed up correctly)
2. Zip the entire Valsight folder (e.g. c:\valsight) by right-click, send to compressed folder. If the ZIP file cannot be written on c:\ Windows will ask to create the file on the desktop.
3. Rename the file to contain the current date and time. (e.g. "201812040815valsight.zip")
4. Store the file on a central file share to prevent data loss in case of hardware problems of the laptop

We recommend to take a daily backup during the evaluation phase.
