Skip to content

Latest commit

 

History

History
97 lines (78 loc) · 3.68 KB

README.md

File metadata and controls

97 lines (78 loc) · 3.68 KB

Linuxmuster-webui7

Badge License Badge License Community Forum

Features

Next generation web interface for linuxmuster.net v7, which provides:

  • user management,
  • device management,
  • class and projects management for each teacher,
  • quota and school settings,
  • Linbo management,
  • and much more !

Maintenance Details

Linuxmuster.net official ✅ YES
Community support ✅ YES*
Actively developed ✅ YES
Maintainer organisation Linuxmuster.net
Primary maintainer [email protected] / [email protected]

* The linuxmuster community consits of people who are nice and happy to help. They are not directly involved in the development though, and might not be able to help in all cases.

Screenshots

Screenshot Webui Login Screenshot Webui Session
Screenshot Webui Linbo Screenshot Webui User

Installation

1. Import key:

wget -qO- "https://deb.linuxmuster.net/pub.gpg" | gpg --dearmour -o /usr/share/keyrings/linuxmuster.net.gpg

2. Add repo:

Linuxmuster 7.2 ( testing )
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/linuxmuster.net.gpg] https://deb.linuxmuster.net/ lmn72 main" > /etc/apt/sources.list.d/lmn72.list'
Linuxmuster 7.1 ( stable )
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/linuxmuster.net.gpg] https://deb.linuxmuster.net/ lmn71 main" > /etc/apt/sources.list.d/lmn71.list'

3. Apt update

sudo apt update && sudo apt install linuxmuster-webui7