Preview version
For developers and anyone interested we provide the lastest development version of LiveConfig here. This may contain unfinished functions or other limitations.
The preview version is usually not suitable for productive use!
Preview Version: 2.19.0 (release) – 2026-03-04
Changelog:
- when saving ProFTPD configuration, missing DSO modules are added to
modules.conf(i.e. after upgrading from Debian 12 to 13) - improved compatibility between LiveConfig 2.x clients and LiveConfig 3.x server
- upgraded to OpenSSL 3.0 LTS
- improved repair function for broken customer structure in database
Install from repository
Import the GPG key and add the LiveConfig repository:
# wget -O /root/liveconfig-keyring.deb https://www.liveconfig.com/liveconfig-keyring.deb
# dpkg -i /root/liveconfig-keyring.deb
To install the preview version, edit the file
/etc/apt/sources.list.d/liveconfig.sources and change the URLs from http://repo.liveconfig.com/debian/ to http://repo.liveconfig.com/debian-test/
Then install LiveConfig with apt:
# apt update
# apt install liveconfig
Direct download
| Platform | Package | Size | Download |
|---|---|---|---|
| amd64 | Server | 9.3 MB |
liveconfig_2.19.0-dev20260202.1_amd64.deb SHA-256: 95b9a576ba95289cccda031f6e2b9419215f42e07cd9760feb28782858931927 |
| Client | 6.0 MB |
lcclient_2.19.0-dev20260202.1_amd64.deb SHA-256: 71ea983523bccba2778a978040662196f3d3ed85a51cb84579266241f8395fd4 |
|
| i386 | Server | 8.4 MB |
liveconfig_2.17.0-release_i386.deb SHA-256: e5ff108c15e73fb49f1eacdf813048f211dc199bef0378aa6e2f6d699688021b |
| Client | 5.3 MB |
lcclient_2.17.0-release_i386.deb SHA-256: 48586c3af04e3ba3c8d397f2da1c11317a30cd66590d731290eebdf5288e01e2 |
|
| armhf | Server | 15.5 MB |
liveconfig_2.15.1-release_armhf.deb SHA-256: 89f4c6e1e388d0d41f4190b560025d29492a461b5a345d9e02d5ec8136c57e79 |
| Client | 9.4 MB |
lcclient_2.15.1-release_armhf.deb SHA-256: 39575c2ca3ecc27cad60f30060adaa2396f724a1363034afe95f3e67e7056631 |
Install from repository
Import the GPG key and add the LiveConfig repository:
# sudo wget -O /root/liveconfig-keyring.deb https://www.liveconfig.com/liveconfig-keyring.deb
# sudo dpkg -i /root/liveconfig-keyring.deb
To install the preview version, edit the file
/etc/apt/sources.list.d/liveconfig.sources and change the URLs from http://repo.liveconfig.com/debian/ to http://repo.liveconfig.com/debian-test/
Then install LiveConfig with apt:
sudo apt update
sudo apt install liveconfig
Direct download
| Platform | Package | Size | Download |
|---|---|---|---|
| amd64 | Server | 9.3 MB |
liveconfig_2.19.0-dev20260202.1_amd64.deb SHA-256: 95b9a576ba95289cccda031f6e2b9419215f42e07cd9760feb28782858931927 |
| Client | 6.0 MB |
lcclient_2.19.0-dev20260202.1_amd64.deb SHA-256: 71ea983523bccba2778a978040662196f3d3ed85a51cb84579266241f8395fd4 |
|
| i386 | Server | 8.4 MB |
liveconfig_2.17.0-release_i386.deb SHA-256: e5ff108c15e73fb49f1eacdf813048f211dc199bef0378aa6e2f6d699688021b |
| Client | 5.3 MB |
lcclient_2.17.0-release_i386.deb SHA-256: 48586c3af04e3ba3c8d397f2da1c11317a30cd66590d731290eebdf5288e01e2 |
|
| armhf | Server | 15.5 MB |
liveconfig_2.15.1-release_armhf.deb SHA-256: 89f4c6e1e388d0d41f4190b560025d29492a461b5a345d9e02d5ec8136c57e79 |
| Client | 9.4 MB |
lcclient_2.15.1-release_armhf.deb SHA-256: 39575c2ca3ecc27cad60f30060adaa2396f724a1363034afe95f3e67e7056631 |
Install from repository
Import the GPG key and add the LiveConfig repository:
# rpm --import https://www.liveconfig.com/liveconfig.key
# cd /etc/yum.repos.d ; curl -Os http://repo.liveconfig.com/centos-test/liveconfig.repo
Then install LiveConfig with yum:
# yum update
# yum install liveconfig
Direct download
| Platform | Package | Size | Download |
|---|---|---|---|
| x86_64 | Server | 7.3 MB |
liveconfig-2.18.10-release.x86_64.rpm SHA-256: 5810fb17ee8a8c776cc4398f5faf9eb8d94e6c653f6cb0ce20640a15b9e40b26 |
| Client | 4.5 MB |
lcclient-2.18.10-release.x86_64.rpm SHA-256: 2728ddaa3fb2681cfa75972a8bba9ec7cbb2fca41dd895d99268d5499dbb2046 |
Install from repository
Import the GPG key and add the LiveConfig repository:
# rpm --import https://www.liveconfig.com/liveconfig.key
# zypper addrepo -f http://repo.liveconfig.com/opensuse-test/liveconfig.repo
Then install LiveConfig with zypper:
# zypper update
# zypper install liveconfig
Direct download
| Platform | Package | Size | Download |
|---|---|---|---|
| x86_64 | Server | 7.3 MB |
liveconfig-2.18.10-release.x86_64.rpm SHA-256: 5810fb17ee8a8c776cc4398f5faf9eb8d94e6c653f6cb0ce20640a15b9e40b26 |
| Client | 4.5 MB |
lcclient-2.18.10-release.x86_64.rpm SHA-256: 2728ddaa3fb2681cfa75972a8bba9ec7cbb2fca41dd895d99268d5499dbb2046 |
Preview Version: 3.2.0 (build 17275) – 2026-03-09
Changelog:
- Frontend: added reports
- Frontend: added newsletter
- Frontend: allow sending e-mail with login details to users
- Frontend: show values for
extension/zend_extensionwhen editing php.ini settings - Frontend: don’t show web terminal if not available (i.e. Basic license or LiveConfig <3.0)
- Frontend: updated Xterm.js to 6.0.0
- Frontend: allow upper-case characters for mailbox name (converted to lower-case automatically)
- Frontend: fixed/improved configuration of web statistics
- Frontend: improved usability of several selectors (TLS certificates, customers, contacts)
- Frontend: fixed Single Sign-On to phpMyAdmin (GH-111)
- Frontend: fixed bug in AppInstaller when WordPress and/or phpMyAdmin were not allowed for installation
- Frontend: fixed missing button to manually create webspace backups
- Frontend: check for forbidden e-mail forwarding targets (LCDefaults
mail.forwards.blacklist) - Frontend: improved usability when error in multi-tab input (i.e. e-mail) has occured in an inactive tab
- Backend: improved support for LiveConfig 2.x clients
- Backend: support more TSIG algorithms for external DNS servers
- Backend: e-mail autoresponder wasn’t disabled automatically when an end date was set
- Backend: fixed bug when setting floating-point values for spam filter thresholds (sometimes rejected as “invalid input”)
- Backend: enable sending TLS expiration mails by default for new automated certificates
- Backend: it wasn’t possible to create (manual) TLS certificates with wildcard domain name
- Backend: fixed deletion of accounts when no webserver is assigned any more
- Backend: check for pending account deletion during start
- Backend: fixed bug when deleting MySQL database from LC2 client
- Backend: fixed FTP permission on hosting templates when permission has been added subsequently
- Backend: e-mail password was not updated when saving via self-service
- Backend: SPF records have not been updated when default SPF for a SMTP server has been modified
- Backend: fixed hangup when deleting e-mail alias or forward with SQLite backend
- Backend: allow editing mailboxes when e-mail quota is exceeded but mailbox size not increased
- Backend: proper error handling when
sendmailis not available (GH-122) - Backend: fixed bug when saving TSIG key for external DNS server (GH-119)
- Backend: TSIG keys have not been created automatically for managed secondary DNS servers (GH-121)
- improved checks for duplicate e-mail aliases or forwarding targets
- allow enabling of TLS (and optionally validate TLS server certificate) when LiveConfig database is on a remote MySQL/MariaDB server (
db_options=tls|tls-verify-server) - updated OpenSSL (3.5.5 LTS), MariaDB Connector/C (3.4.8), SQLite (3.51.2) and cURL (8.18.0)
--db-checkcommand now also detects gaps in account structure--db-repaircommand now also deletes orphaned customer records- fixed bug in
pam_lacmodule when/etc/liveconfig/lac.usershas not been created yet (GH-116)
Installation script
The most convenient and fastest way to install LiveConfig. You can also choose which server services (web, email, database, DNS) should be installed.
# wget -O- https://install.liveconfig.com/lc3 | sh -s -- preview
This script works with all distributions supported by LiveConfig.
Direct download
| Platform | Package | Size | Download |
|---|---|---|---|
| amd64 | Server | 12.8 MB |
liveconfig3_3.2.0-1.17275_amd64.deb SHA-256: 34cebdc68f1b9d155d549ee1a3aa954bc82546f3b59808b3c070e3fe2ae2b17f |
| Client | 6.2 MB |
lcclient3_3.2.0-1.17275_amd64.deb SHA-256: 5ede42827865a47af59c2699c5f953b32d8fa5ae7b79636fcc2509ed608e77b8 |
|
| LAC | 0.1 MB |
lac_3.2.0-1.17275_amd64.deb SHA-256: 96963a1e0da7025ee0128d75734544c4c4b3900d26fc1b077e46e000eb30367f |
|
| arm64 | Server | 12.2 MB |
liveconfig3_3.2.0-1.17275_arm64.deb SHA-256: 41946d7b9e21f6979f3151713b33083f58430947667202521e79e07720b54f94 |
| Client | 6.0 MB |
lcclient3_3.2.0-1.17275_arm64.deb SHA-256: c55304208f0b2ba9af9d87b41de018f215fdef0131572020b8217d1170884465 |
|
| LAC | 0.1 MB |
lac_3.2.0-1.17275_arm64.deb SHA-256: 8a2c9b145bfe1c45abf995ab3ed5bceb640b42cdc8e2275177cceb680453fff2 |
| Platform | Package | Size | Download |
|---|---|---|---|
| x86_64 | Server | 13.9 MB |
liveconfig3-3.2.0-17275.x86_64.rpm SHA-256: 1edb7012925f28ec9f269a66b1d4c9f2f329beedbe2340d8d9c5f740e5fd2fb7 |
| Client | 7.1 MB |
lcclient3-3.2.0-17275.x86_64.rpm SHA-256: bbda0648b5cfe88ff5c01f97d41d814d23bbe0395ab6441a407687f205998bda |
|
| LAC | 0.2 MB |
lac-3.2.0-17275.x86_64.rpm SHA-256: 5e3eb4be8a6e4db1f9cb4307d2d9f818ef4d322732fae1f54872558fbdf7acd0 |
|
| aarch64 | Server | 13.9 MB |
liveconfig3-3.2.0-17275.aarch64.rpm SHA-256: 239dcda57e4c24b4ae0dfe23f1183014e8405d43462b8cb7e70f6508aa56d898 |
| Client | 7.2 MB |
lcclient3-3.2.0-17275.aarch64.rpm SHA-256: 1198875640731e9d607017cfc91aa1e82af8b86afa79f75c1f59b272a424f32b |
|
| LAC | 0.2 MB |
lac-3.2.0-17275.aarch64.rpm SHA-256: becc41b524bfee4602bb0a8fee2cdb5e5b02569d6c6575cbeed4d636dcd4ae0c |