|
<< Click to Display Table of Contents >> Linux |
![]() ![]()
|
To install TeslaSCADA IDE download DEB package for Linux. Double click on it and follow installation processes. TeslaSCADA IDE and TeslaSCADA Runtime are designed to work specifically with X11. Some modern Linux systems use Wayland (Ubuntu 24.04 for example) by default. You have to switch to X11. How to do it in Ubuntu 24.04 for example:
1. Log out of your current session.
2. On the login screen, click the gear icon next to your username.
3. Choose "Ubuntu on Xorg" (which is X11).
4. Log back in and try running the application again.
After installation you can find files in opt directory.
Consider its contents:
▪app - contains application information.
▪runtime - contains JRE. TeslaSCADA based on Java language. The folder runtime contains JRE for Linux environment. If you don't use Web server in your project you don't need to install Java separately. TeslaSCADA IDE will work any way. If you want to use Web server in your project you have to install Java on your PC.
Let's study app folder:

Consider its contents:
▪Projects - default project folder of TeslaSCADA IDE. You can save projects in other folders (it's not shown in this picture).
▪DB - project contains SQL Lite databases. If you use SQL Lite databases for history, events and recipes there will be stored in this folder.
▪private - contains certificates and keys for OPC UA and MQTT protocols if you use OPC UA or MQTT clients in your project (it's not shown in this picture).
▪Certs - contains certificates and keys for OPC UA server if you use it (it's not shown in this picture).
▪TeslaSCADA_IDE-debug - contains Log information about application working.
▪Other folders and files - related to working of application and Web server.
Important: We've tested Linux version only on Ubuntu 14, Ubuntu 20, РЕД ОС and Astra Linux (Orel) OS. Unfortunately we didn't test it on other Linux OS.