X-teko | V3.0.7
Add an explicit timeout in your Lua script:
A: By default, every 24 hours. You can disable auto-update in the updates section of config.xml . The Future Beyond x-teko v3.0.7 The development team has already announced that version 3.1 (expected Q4) will focus on native OPC UA server capabilities and a built-in time-series database. However, given the stability and performance of x-teko v3.0.7 , many enterprises have signaled they will stay on this version for at least 12–18 months.
For Docker users: the official image xteko/teko-node:3.0.7 is available on the private registry (registration required). Upgrading from a previous version (e.g., 2.x or 3.0.4) requires careful planning. Follow this step-by-step guide. Step 1: Backup Your Configuration cp -r /etc/x-teko /etc/x-teko-backup-$(date +%Y%m%d) Also export your connectors and rules from the web UI (Settings > Export). Step 2: Stop the Service sudo systemctl stop x-teko Step 3: Install the New Package For Debian/Ubuntu: x-teko v3.0.7
local http = require("socket.http") http.TIMEOUT = 30 -- seconds Cause: The default WebSocket ping interval is too long for some proxies.
| Component | Minimum | Recommended | |-----------|---------|--------------| | CPU | Single core 1 GHz | Dual core 1.5 GHz+ | | RAM | 512 MB | 1 GB (for >50 connectors) | | Storage | 256 MB (log rotation enabled) | 2 GB (SSD for data buffering) | | OS | Linux kernel 4.x (ARM/x86), Windows 10 (testing only) | Ubuntu 22.04 LTS or Debian 12, Docker 24+ | | Network | 100 Mbps | 1 Gbps with static IP | Add an explicit timeout in your Lua script:
Edit config.xml and change:
wget https://dl.x-teko.com/deb/x-teko_3.0.7_amd64.deb sudo dpkg -i x-teko_3.0.7_amd64.deb For Docker: However, given the stability and performance of x-teko v3
To get started, download from the official repository, spin up a test instance with your current connector configurations, and measure the performance difference. Chances are, you will not look back. Have you deployed x-teko v3.0.7 in a unique environment? Share your story in the comments below. For technical support, consult the official forums or the #x-teko channel on Libera.Chat.