Lamco APT Repository

Install and update Lamco RDP Server on Debian, Ubuntu, and derivatives — signed, current, one source.

apt.lamco.ai · stable / main · amd64
Signed

RSA-4096 GPG, key fingerprint 17B95B68A50CD3A7

v1.4.2

Latest amd64 in stable

Apt-native

apt update && apt upgrade — that’s it.

Three commands to install

1

Add the signing key

curl -fsSL https://apt.lamco.ai/key.gpg | \
  sudo gpg --dearmor -o /usr/share/keyrings/lamco.gpg
2

Add the repository

echo "deb [signed-by=/usr/share/keyrings/lamco.gpg] https://apt.lamco.ai stable main" | \
  sudo tee /etc/apt/sources.list.d/lamco.list
3

Update and install

sudo apt update
sudo apt install lamco-rdp-server

After installation, see the documentation or the configuration guide to get started.

Updates are automatic

New releases land in the repository as they ship. Your usual upgrade flow picks them up:

sudo apt update && sudo apt upgrade lamco-rdp-server

Repository details

Hostname
apt.lamco.ai
Codename / suite
stable
Component
main
Architectures
amd64 (arm64 planned)
Signing key
CA11F781516743D5D9A1A12F17B95B68A50CD3A7
Key UID
Greg Lamberson (Debian packaging) <greg@lamco.io>
Public key download
https://apt.lamco.ai/key.gpg

Not on Debian or Ubuntu?

Lamco RDP Server ships through Flathub, Snap, AUR, RPM Fusion, and direct download.

See all download options