This is an old revision of the document!
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 the appropriate Debian package for your Ubuntu version:
Ubuntu 24.04 (Noble): Moonlight-embedded for noble
Install the downloaded package using dpkg:
$ sudo dpkg -i moonlight-embedded/moonlight-embedded_*_arm64.deb
The Edge-2L port of Moonlight is a command-line only application. Use the following steps to connect and stream.
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.
Discover the applications and desktop available for streaming from your PC:
$ moonlight list $PC_IP_ADDRESS
Start streaming your PC's desktop with 4K resolution:
$ moonlight stream -app Desktop -4k $PC_IP_ADDRESS
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