Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:edge-2l:applications:edge-2l-moonlight-embedded

This is an old revision of the document!


Edge-2L Moonlight-embedded

Moonlight-embedded has been ported to Ubuntu on the Edge-2L, enabling you to stream and control your desktop PC for remote work or low-latency gaming.

Moonlight is the client application that pairs with Sunshine (an open-source GameStream server) running on your host PC. To get started, install Sunshine on your PC following the official guide: Sunshine Documentation .

Download Moonlight-embedded package

Download the appropriate Debian package for your Ubuntu version:

Ubuntu 24.04 (Noble): Moonlight-embedded for noble

Installation

Install the downloaded package using dpkg:

$ sudo dpkg -i  moonlight-embedded/moonlight-embedded_*_arm64.deb

Using Moonlight

The Edge-2L port of Moonlight is a command-line only application. Use the following steps to connect and stream.

Pair with host PC

After installing Sunshine on your PC and ensuring both devices are on the same local network, initiate pairing:

$ moonlight pair $PC_IP_ADDRESS

Replace PC_IP_ADDRESS with the local IP address of your PC running Sunshine.

List available APP

Discover the applications and desktop available for streaming from your PC:

$ moonlight list $PC_IP_ADDRESS

Stream desktop in 4K

Start streaming your PC's desktop with 4K resolution:

$ moonlight stream -app Desktop -4k $PC_IP_ADDRESS

Get help

View all available command-line options:

$ moonlight --help

For advanced configuration, streaming over the internet, and troubleshooting, refer to the official documentation: Moonlight Official Guides

Last modified: 2026/02/26 01:30 by gray