Windows
myPRO for Windows is supported on Windows version 7* and above. Windows installer is provided as a self-installation .exe package. To install the myPRO do the following:
- Double click on the installation package to perform the installation.
- Follow onscreen instructions to finish the installation.
*Windows 7 is not officially supported, please see the FAQ.
After the installer finishes, please reboot your system to finish the installation.
MacOS
myPRO for MacOS is available for MacOS 10.8 and above. Mac installer is provided inside DMG file. To install the myPRO do the following:
- Mount dmg package by double clicking it.
- Double click on mySCADA_PRO_v8.pkg file inside mounted dmg.
- Follow onscreen instructions to finish the installation.
After the installer finishes, please reboot your system to finish the installation.
Linux
myPRO for Linux is tested on the following distributions: Ubuntu, Linux Mint, Red Hat, and SUSE. Installer bundles all required functionality and dependency modules so it should work out of the box for most Linux distributions. The installer comes in two versions 32 bit and 64 bit, please use a version to match your OS version. Linux installer is distributed as sh package. To install the myPRO do the following:
- Open a terminal and change the directory to the location of the installation package sh.
- Make sh package executable by running: sudo chmod 777 ./myscadaPRO8_i386.sh for 32 bit OS or sudo chmod 777 ./myscadaPRO8_x64.sh for 64 bit OS.
- Run installer: sudo ./myscadaPRO8_i386.sh for 32 bit OS or sudo ./myscadaPRO8_x64.sh for 64 bit OS
After the installer finishes, please reboot your system to finish the installation.
Ubuntu Server 20.04
- Update and Upgrade server – sudo apt-get update then sudo apt-get upgrade
- Download installation package (for 64bit) – wget https://myscada.org/downloads/SW/LINUX/myPro_x64_8.sh
- Make .sh package executable – sudo chmod 777 ./myPro_x64_8.sh
- Run installation – sudo ./myPro_x64_8.sh
- Install this library (without this library you will get err for notification and communication module) – sudo apt-get install libidn11
After this, please reboot your system to finish the installation.