There are two options for installing

1. Docker container

The advantages include quick deployment, support for any operating system, easy scalability if more resources are needed, and simple updates and version control of the Server.

To install and run the Server, simply use the Docker image stimulsoft/server:latest available on Docker Hub. All necessary server parameters - such as database type, connection string, and port settings - can be specified as Docker container environment variables. The Docker image is built on a Linux operating system using the .NET 8 framework and supports all modern operating systems.

There are no special hardware requirements - it all depends on the resources needed to process your data and generate reports and dashboards.

docker

Command to start the Server in a Docker container.
When this command is run, Docker will automatically download the latest version of the server, configure it, and start it.

docker run --name=stimulsoft-server
    -p 8080:8080
    -e Storage__DatabaseType="MySql"
    -e Storage__MySqlConnectionString="Server=host.docker.internal; port=3306; Database=server; UserId=root; Pwd=123456;"
    stimulsoft/server:latest

2. Install the Server on Windows

IIS
Installing the server on a Windows system using a special installer. The advantages include close integration with the operating system, use of the Scheduler, a wide selection of data adapters, and optimal use of computer resources.

To install Stimulsoft BI Server, download the installer from our website, run it, and follow the step-by-step instructions. .NET Framework 4.7.2 or higher and an installed IIS server are required - nothing more. The installer will automatically configure everything. After installation, a web browser window will open with the start page of the report server. You can monitor the server’s operation and change its settings using the Configurator, available in the Windows notification area.


The installer is a Windows application. Click the Start button and follow the application instructions. After installation, the report server will open in a web browser at the following address: http://localhost:40010

install
By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.