ltsp.org Open in urlscan Pro
185.199.110.153  Public Scan

URL: http://ltsp.org/
Submission Tags: tranco_l324
Submission: On November 17 via api from DE — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="md-header__option" data-md-component="palette"> <input aria-label="Switch to dark mode" class="md-option" data-md-color-accent="" data-md-color-media="" data-md-color-primary="" data-md-color-scheme="default" id="__palette_1"
    name="__palette" type="radio"> <label class="md-header__button md-icon" for="__palette_2" title="Switch to dark mode"> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zM7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"></path>
    </svg> </label> <input aria-label="Switch to light mode" class="md-option" data-md-color-accent="" data-md-color-media="" data-md-color-primary="" data-md-color-scheme="slate" id="__palette_2" name="__palette" type="radio"> <label
    class="md-header__button md-icon" for="__palette_1" hidden="" title="Switch to light mode"> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path d="M17 7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h10a5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 8a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3z"></path>
    </svg> </label> </form>

Name: search

<form class="md-search__form" name="search"> <input aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" class="md-search__input" data-md-component="search-query" name="query" placeholder="Search" required=""
    spellcheck="false" type="text"> <label class="md-search__icon md-icon" for="__search"> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"></path>
    </svg> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"></path>
    </svg> </label>
  <nav aria-label="Search" class="md-search__options"> <button aria-label="Clear" class="md-search__icon md-icon" tabindex="-1" type="reset"> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
        <path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"></path>
      </svg> </button> </nav>
</form>

Text Content

Skip to content

Linux Terminal Server Project
About

Type to start searching
GitHub
 * 157
 * 36

Linux Terminal Server Project
GitHub
 * 157
 * 36

 * About
 * Documentation
   Documentation
    * Preparation
    * Installation
      Installation
       * Raspberry Pi OS
   
    * Personal Package Archive
    * Netboot clients

 * Man pages
   Man pages
    * ltsp
    * ltsp.conf
    * ltsp-dnsmasq
    * ltsp-image
    * ltsp-info
    * ltsp-initrd
    * ltsp-ipxe
    * ltsp-kernel
    * ltsp-nfs
    * ltsp-remoteapps

 * Advanced topics
   Advanced topics
    * Chat room
    * Coding
    * ISC DHCP server
    * Netconsole
    * Proposed PPA
    * Specifications
    * Versioning

 * Links to other resources




ABOUT¶



Linux Terminal Server Project helps in netbooting LAN clients from a single
template installation that resides in a virtual machine image or a chroot on the
LTSP server, or the server root (/, chrootless). This way maintaining tens or
hundreds of diskless clients is as easy as maintaining a single PC.

LTSP has been redesigned and rewritten from scratch in 2019 by alkisg in order
to support new technologies like systemd, updated desktop environments, Wayland,
UEFI etc. Only the new version is actively developed, while the old one is now
called LTSP5 and is in minimal maintenance mode.

LTSP automatically configures and uses the following tools:

 * iPXE: network boot loader that shows the initial client boot menu and loads
   the kernel/initrd.
 * dnsmasq or isc-dhcp-server: DHCP server that assigns IPs to the clients, or
   ProxyDHCP server when another DHCP server is used, e.g. a router.
 * dnsmasq or tftpd-hpa: TFTP server that sends ipxe/kernel/initrd to the
   clients.
 * dnsmasq: optional DNS server for DNS caching or blacklisting.
 * mksquashfs: creates a compressed copy of the template image/chroot/VM to be
   used as the client root /.
 * NFS or NBD: serve the squashfs image to the network.
 * tmpfs and overlayfs: make the squashfs image temporarily writable for each
   client, similiarly to live CDs.
 * NFS or SSHFS: access the user's /home directory which resides on the server.
 * SSH or SSHFS or LDAP: authenticate users against the server.

What are you waiting for? Continue to the installation page!

Next Documentation

Copyright © 2000-2021 the LTSP developers
Made with Material for MkDocs ... download PDF