Update server BITSCADA

Download current BitScada installers for Windows and Linux. Choose your platform, install the application, and use this server in update settings if you rely on a separate delivery channel.

Go to downloads

Download BitScada

Windows is usually installed with the ready-made installer.
For Linux, the simplest path is the install.sh command.

For Windows

Loading

Download the installer, open it, and follow the on-screen steps. This is the recommended option for workstations.

Version
1.0.0
Build date
June 30, 2026
Size
130 MB
Download Windows installer

bitscada-1.0.0-win-x64-setup.exe. After the download, open the file and finish installation.

How to use

Choose a scenario and follow a short instruction for your BitScada installation.

Windows

Suitable for workstations and servers with graphical installation.

  1. 01

    Download the installerSelect Windows x64 and save the file to a local drive.

  2. 02

    Run installationOpen the .exe file and follow the installation wizard.

  3. 03

    Open BitScadaStart the application and make sure the web interface opens.

Linux

A quick option for clean installation through the terminal and system service.

  1. 01

    Copy install.shUse the command from the Linux terminal block below.

  2. 02

    Run with sudoThe script installs BitScada as a system application.

  3. 03

    Open the web interfaceCheck that the service is running and the BitScada port is available.

Need installation help?

Step-by-step BitScada installation guide

Linux through terminal

Copy the install or uninstall command. The server address is inserted automatically from the current page.

Commands use administrator rights because BitScada is installed as a system application.

Installation:

curl -fsSL https://update.bitscada.ru/install.sh | sudo bash
wget -qO- https://update.bitscada.ru/install.sh | sudo bash

Uninstall:

curl -fsSL https://update.bitscada.ru/uninstall.sh | sudo bash
wget -qO- https://update.bitscada.ru/uninstall.sh | sudo bash

Version history

All published BitScada versions with a short description of changes.

First published BitScada update server version for Windows and Linux.