Preview version

For developers and anyone interested we provide the lastest development version of LiveConfig here. This may contain unfinished functions or other limitations.

Preview Version: 2.19.1 (release) – 2026-04-16

Changelog:

    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
    

    Then install LiveConfig with apt:

    # apt update
    # apt install liveconfig
    

    Direct download

    Platform Package Size Download
    amd64 Server 9.3 MB liveconfig_2.19.1-release_amd64.deb
    SHA-256: 41e236c21649d100e7d58dce685c87f92248682f3f0e5e00847ba61f431c93f1
    Client 6.0 MB lcclient_2.19.1-release_amd64.deb
    SHA-256: 290b69eec0b0b1cac60cb33249b04a8f3a8e7b872e6d1f43566fab3f1ba3ed72
    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
    

    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.1-release_amd64.deb
    SHA-256: 41e236c21649d100e7d58dce685c87f92248682f3f0e5e00847ba61f431c93f1
    Client 6.0 MB lcclient_2.19.1-release_amd64.deb
    SHA-256: 290b69eec0b0b1cac60cb33249b04a8f3a8e7b872e6d1f43566fab3f1ba3ed72
    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.7 MB liveconfig-2.19.1-release.x86_64.rpm
    SHA-256: a903731d570d8ebac1696b1b1b10ae87f30e57f77fc81d60a7401048b540477e
    Client 5.0 MB lcclient-2.19.1-release.x86_64.rpm
    SHA-256: 0e9d3a408579214057282190f3f11ba8dd1c05e49b4d29d85a4821b710da7cb6

    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.7 MB liveconfig-2.19.1-release.x86_64.rpm
    SHA-256: a903731d570d8ebac1696b1b1b10ae87f30e57f77fc81d60a7401048b540477e
    Client 5.0 MB lcclient-2.19.1-release.x86_64.rpm
    SHA-256: 0e9d3a408579214057282190f3f11ba8dd1c05e49b4d29d85a4821b710da7cb6

    Preview Version: 3.3.0 (build 17991) – 2026-08-24

    Changelog:

    • added web-based file upload (“Web-FTP”)
    • added SSH key management (via GUI and API)
    • GUI settings are now saved per user (i.e. number of rows and sorting of tables)
    • API: added OAuth 2.0 authorization for selected endpoints
    • API: added support to run commands remote in webspace context (GH-100)
    • Backend: Web server error.log is now always enabled by default and automatically rotated with logrotate
    • ACME: added support for ARI (ACME Renewal Information - RFC9773)
    • LAC: major improvements

      • added seccomp filters
      • dropping capabilities
      • improved security of filtered filesystem namespace
      • improved cGroup support
      • filtering various /proc/ paths
      • improved pam_lac module

    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 13.1 MB liveconfig3_3.3.0-1.17991_amd64.deb
    SHA-256: 11929d241df097c5199eeb722a8528e149c273d96dd0f4ec27cd5a9509d8fd51
    Client 5.6 MB lcclient3_3.3.0-1.17991_amd64.deb
    SHA-256: 6dc101a29ead8b470a45a74d7e362acae1d09d05670738183f8e5a55672c32bf
    LAC 0.1 MB lac_3.3.0-1.17991_amd64.deb
    SHA-256: faa083f5de449ca97b6a1c7438b5a5569d0530156ee602d233508fe09e8b7069
    arm64 Server 12.6 MB liveconfig3_3.3.0-1.17991_arm64.deb
    SHA-256: d1d362c96a7b8350dc64f7a8f1709ef74f68497ef1a20c6f1959f411e1565621
    Client 5.5 MB lcclient3_3.3.0-1.17991_arm64.deb
    SHA-256: f346f8b2875818d9e25a628b9355750c888bea963a6529539b67a45014ccaa1c
    LAC 0.1 MB lac_3.3.0-1.17991_arm64.deb
    SHA-256: c6b942af06a53a57469607cf1eac4e7fcf1ad036a1cf4156a98a50b78fefe884
    Platform Package Size Download
    x86_64 Server 14.4 MB liveconfig3-3.3.0-17991.x86_64.rpm
    SHA-256: 287937308a0dd9ce2868c6eb69a6252af609a72a2eae9b95827daf17f31ab5f2
    Client 6.4 MB lcclient3-3.3.0-17991.x86_64.rpm
    SHA-256: e86f5fe3d8d82642f9d53be73ad7c870135a44700b0766da8631cf4bf8100afe
    LAC 0.2 MB lac-3.3.0-17991.x86_64.rpm
    SHA-256: c909f70428b1326e8a400f95d88ed0c5c025f46e52d10d695feb15da599f0dc2
    aarch64 Server 14.3 MB liveconfig3-3.3.0-17991.aarch64.rpm
    SHA-256: 15b6c5aa6ebd52464ee5ad9976ea2f681d795fdf3ae112a3b73b71e6d9b9d62c
    Client 6.7 MB lcclient3-3.3.0-17991.aarch64.rpm
    SHA-256: f3e8e208708d7ba9d0962429af020824ae5e286a7138fa2f57f93c2556139e4a
    LAC 0.2 MB lac-3.3.0-17991.aarch64.rpm
    SHA-256: cba6f38eecf505e1be1f42bd2ad422547eb64dba2152b57e99f0d956eb3ab9af