Wingetlywingetly
← All apps
L

LeePanel

by leepanelv1.0.21

Last updated

免费开源、零服务端代码的下一代 Linux 服务器管理面板桌面端,所有操作通过本地 SSH 完成。

Install with winget

$ winget install --id gna1280072.LeePanel --exact --version 1.0.21

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for LeePanel

LeePanel uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
LeePanel_1.0.21_x64-setup.exe /S

See the full silent install reference for LeePanel

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

LeePanel 是一款开源的 Linux 服务器管理面板桌面端软件,所有操作通过本地 SSH 命令完成,服务器上不安装任何面板代码、不暴露多余端口,从根源消除面板自身的安全风险。基于 Tauri 2 + React 构建的轻量跨平台桌面应用,提供 SSH 终端与 SFTP 文件管理,支持 Nginx、MySQL/MariaDB、PHP、Redis、Docker、防火墙与免费 SSL 证书的统一管理。

Installers · v1.0.21

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for LeePanel.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Windows Subsystem for LinuxMicrosoft Corp.
    Microsoft.WSLv2.7.12

    A feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting.

  • XTerminalXterminal
    JiLuo.Xterminalv5.8.6

    更好用的开发工具,但不止于 SSH/控制台/More

  • GoXLR UtilityThe GoXLR on Linux Team
    GoXLR-on-Linux.GoXLR-Utilityv1.2.4

    An unofficial GoXLR App replacement for Linux, Windows and MacOS

  • WinSCPMartin Prikryl
    WinSCP.WinSCPv6.5.6

    Free SFTP, SCP, S3 and FTP client for Windows

  • G
    GrypeAnchore Inc
    Anchore.Grypev0.117.0

    A vulnerability scanner for container images and filesystems

  • Y
    Yazisxyazi
    sxyazi.yaziv26.8.15

    Blazing fast terminal file manager written in Rust, based on async I/O

More from leepanel or browse docker, linux, nginx.

Frequently asked questions

How do I install LeePanel on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id gna1280072.LeePanel --exact --version 1.0.21. winget downloads the installer from leepanel and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install LeePanel silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id gna1280072.LeePanel --exact 1.0.21 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for LeePanel?
LeePanel uses EXE (NSIS). Run the downloaded installer with: LeePanel_1.0.21_x64-setup.exe /S. The silent switches are /S.
How do I uninstall LeePanel via winget?
Run: winget uninstall --id gna1280072.LeePanel --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from LeePanel's Apps & Features entry.
Is LeePanel free?
LeePanel is distributed under MIT. Refer to the publisher (https://www.leepanel.com/) for the full license terms - Wingetly itself does not charge for installation.
Does LeePanel work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls LeePanel directly from the publisher.
How do I keep LeePanel up to date?
Run winget upgrade --id gna1280072.LeePanel --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of LeePanel from microsoft/winget-pkgs.