Linux Installation
Step-by-step guide to install DataTalk Manager on Ubuntu or Debian
On this page
DataTalk Manager can be installed on Ubuntu, Debian, and other compatible 64-bit Linux distributions. No graphical interface is required โ both the manager and the runtime are fully web-based, accessible from any browser.
- OS: Ubuntu 20.04+ or Debian 11+ (64-bit)
- Virtualization: enabled in BIOS/UEFI or VM settings
- Docker Engine: must be installed and running before the DataTalk installer is run
- Ports: HTTP 80 and HTTPS 443 by default
- Permissions:
sudoaccess required during installation
Use the official helper script to install Docker Engine on Ubuntu/Debian before proceeding:
curl -fsSL https://myscada.org/downloads/Manager_app/install_docker.sh -o install_docker.sh
sudo chmod +x install_docker.sh
sudo ./install_docker.sh Step-by-step installation
Navigate to the directory where the .sh installer was saved โ typically ~/Downloads:
cd ~/Downloads Replace X.X_XXXXXX with the actual version string from the filename. You can type DataTalk and press Tab to autocomplete:
sudo chmod +x ./DataTalkManager_X.X_XXXXXX_x64.sh Start the installation with sudo:
sudo ./DataTalkManager_X.X_XXXXXX_x64.shFollow the on-screen prompts to choose installation directories and configure ports.
After installation completes, reboot to finish the setup:
sudo reboot After reboot, the DataTalk Manager web interface is available on port 34023:
Same machine โ http://127.0.0.1:34023
Other device on network โ http://<device-ip>:34023
Log in with your manager password to start using DataTalk.
DataTalk Manager works fully on headless servers โ the web UI is accessible from any device on the same network via http://<server-ip>:34023.
Check the Troubleshooting guide for common issues, or contact support.