Files
rayhunter/doc/installing-from-release-windows.md
Markus Unterwaditzer 29823d3e82 Update documentation and fix broken links
* Add a new configuration page and move content out from TP-Link. The
  Configuration section in TP-Link is duplicating what is already in
  config.toml.example, and given that we have recently added a lot of
  new options I don't want to maintain multiple copies.

* Lots of anchor links were broken since we moved docs from README into
  mdbook. Fix them all.

* Document that the key input feature is disabled since 0.4.0.

* Smaller cosmetic changes:

  * Make TP-Link M7350 page consistent with TP-Link M7310 page.
  * Fix indentation on some bullet points.
  * Center-align the rayhunter logo in introduction.md to calm my soul.
    It is still misaligned with the page title above itself.
  * Add "edit on github" link in mdbook settings.
2025-06-23 09:40:20 -07:00

1.9 KiB

Installing from the latest release (Windows)

Windows support in Rayhunter's installer is a work-in-progress. Depending on the device, the installation instructions differ.

  1. Connect the device via WiFi or USB Tethering -- you should be able to view the TP-Link admin page on http://192.168.0.1.
  2. Download the latest release (must be at least 0.3.0), and unpack the zipfile.
  3. Open PowerShell or CMD in that extracted folder, and run the binary appropriate for your operating system: ./installer-windows-x86_64/installer tplink
  4. Follow the instructions on the screen, if there are any.

Orbic

  1. Connect the device to your computer using the provided USB cable.

  2. Install the Zadig WinUSB driver installer.

  3. Open Zadig, click options->show all devices

    Zadig

  4. Select 'RNDIS (Interface 0)'

    Zadig

  5. Click 'install driver' and wait for it to finish.

  6. Download the latest rayhunter-vX.X.X.zip from the Rayhunter releases page. The version you download will have numbers instead of X

  7. Unzip rayhunter-vX.X.X .

  8. Open a powershell terminal by pressing Win+R and typing powershell and hitting enter.

  9. Type cd ~\Downloads\rayhunter-v<x.x.x>\installer-windows-x86_64 (Replace <x.x.x> with the rayhunter version you just unzipped) and hit enter.

  10. Run the install script: .\installer.exe orbic and hit enter.

    • The device will restart multiple times over the next few minutes.
    • You will know it is done when you see terminal output that says checking for rayhunter server...success!
  11. Rayhunter should now be running! You can verify this by following the instructions below to view the web UI. You should also see a green line flash along the top of top the display on the device.