---
title: Cum instalez LiteSpeed Web Server?
url: "https://www.hostx.ro/kb/cum-instalez-litespeed/"
updated: "2026-07-28"
category: LiteSpeed WS
---

# Cum instalez LiteSpeed Web Server?

Cea mai simplă metodă este prin auto-installer-ul din panoul de control (ex. plugin-ul **LiteSpeed** din cPanel/WHM). Pentru o instalare standalone (fără panou sau pe un server Apache autonom), urmează pașii de mai jos, ca **root**.

1. Descarcă cea mai recentă versiune (LSWS 6.x) de pe [pagina oficială de download](https://www.litespeedtech.com/products/litespeed-web-server/download) (alege ediția Enterprise sau OpenLiteSpeed și arhitectura potrivită).
2. Dezarhivează și rulează instalatorul:
  ```
  tar -xzf lsws-*.tar.gz
  cd lsws-*
  ./install.sh
  ```
3. Pentru ediția Enterprise, pune fișierul de licență (`trial.key` sau licența plătită) în folderul dezarhivat înainte de instalare.
4. Acceptă EULA, alege directorul (implicit `/usr/local/lsws`), setează utilizatorul și parola de administrator (nu folosi „admin”) și portul de înlocuire pentru Apache.

Consola de administrare este la `https://IP_server:7080`. Compilează apoi **LSPHP** (PHP cu LSAPI) pentru versiunile dorite.
<template id="hostx-kb-related-holder"><section class="hostx-kb-related" aria-label="Articole similare"><h2 class="hostx-kb-related__title">Articole similare</h2><div class="hostx-kb-related__grid"><a class="hostx-kb-related__card" href="https://www.hostx.ro/kb/cum-se-activeaza-lscache-pentru-wordpress/"><span class="hostx-kb-related__ico"><svg aria-hidden="true" focusable="false"
  class="lucide lucide-file-text"
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
  <path d="M14 2v5a1 1 0 0 0 1 1h5" />
  <path d="M10 9H8" />
  <path d="M16 13H8" />
  <path d="M16 17H8" />
</svg></span><span class="hostx-kb-related__name">Cum se activeaza LSCache pentru WordPress ?</span></a><a class="hostx-kb-related__card" href="https://www.hostx.ro/kb/cum-sa-compilati-lsphp-pe-interworx/"><span class="hostx-kb-related__ico"><svg aria-hidden="true" focusable="false"
  class="lucide lucide-file-text"
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
  <path d="M14 2v5a1 1 0 0 0 1 1h5" />
  <path d="M10 9H8" />
  <path d="M16 13H8" />
  <path d="M16 17H8" />
</svg></span><span class="hostx-kb-related__name">Cum compilez/instalez LSPHP pentru LiteSpeed?</span></a><a class="hostx-kb-related__card" href="https://www.hostx.ro/kb/este-setenv-suportat-de-litespeed-ws/"><span class="hostx-kb-related__ico"><svg aria-hidden="true" focusable="false"
  class="lucide lucide-file-text"
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
  <path d="M14 2v5a1 1 0 0 0 1 1h5" />
  <path d="M10 9H8" />
  <path d="M16 13H8" />
  <path d="M16 17H8" />
</svg></span><span class="hostx-kb-related__name">Este SetEnv suportat de LiteSpeed WS?</span></a><a class="hostx-kb-related__card" href="https://www.hostx.ro/kb/litespeed-accepta-compresia-gzip/"><span class="hostx-kb-related__ico"><svg aria-hidden="true" focusable="false"
  class="lucide lucide-file-text"
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
  <path d="M14 2v5a1 1 0 0 0 1 1h5" />
  <path d="M10 9H8" />
  <path d="M16 13H8" />
  <path d="M16 17H8" />
</svg></span><span class="hostx-kb-related__name">LiteSpeed accepta compresia GZIP?</span></a></div></section></template>