Skip to content

Instantly share code, notes, and snippets.

@dieechtenilente
Last active August 26, 2026 10:13
Show Gist options
  • Select an option

  • Save dieechtenilente/78f14fa67e31860fcc580649fd6dcc2e to your computer and use it in GitHub Desktop.

Select an option

Save dieechtenilente/78f14fa67e31860fcc580649fd6dcc2e to your computer and use it in GitHub Desktop.
Amazon FireTV Stick - Wireguard

First Installation

  1. Install Wireguard from App Store
  2. Install Android SDK and plattform-tools
  3. Create wireguard-config on e.g. Windows Pc
  4. Copy Wireguard Config to FireTV Stick
.\AppData\Local\Android\Sdk\platform-tools\adb.exe connect 192.168.1.10
.\AppData\Local\Android\Sdk\platform-tools\adb.exe push .\Desktop\wg-firetv.conf /sdcard/
  1. Open WireGuard app and import config from file

Update

.\AppData\Local\Android\Sdk\platform-tools\adb.exe connect 192.168.1.10
.\AppData\Local\Android\Sdk\platform-tools\adb.exe pull /sdcard/wg-firetv.conf .\Desktop\wg-firetv.conf
# Edit file
.\AppData\Local\Android\Sdk\platform-tools\adb.exe push .\Desktop\wg-firetv.conf /sdcard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment