Enlisted Submarine Warfare Insignia
← Back to Blog

Installing Rayhunter on Orbic RC400L: A Windows User's Journey

January 10, 2026 14 min read

A detailed guide on installing the EFF's Rayhunter IMSI catcher detector on an Orbic RC400L mobile hotspot, including troubleshooting Windows issues and the Linux VM workaround that actually works.

What is Rayhunter?

Rayhunter is an open-source project by the Electronic Frontier Foundation (EFF) that transforms inexpensive mobile hotspots into IMSI catcher detectors. IMSI catchers (also known as "Stingrays" or cell-site simulators) are surveillance devices that mimic cell towers to intercept mobile device communications. With Rayhunter, everyday citizens can detect and document the use of these invasive surveillance technologies in their communities.

The Device: Orbic Speed RC400L

The Orbic RC400L is a budget-friendly LTE mobile hotspot (around $20-30) that serves as the perfect platform for Rayhunter. Once installed, the device:

My Installation Journey: The Windows Struggle

Like many users, I started with the recommended network installer on Windows. Spoiler alert: it didn't go smoothly.

Initial Setup

I downloaded Rayhunter v0.9.0 for Windows x86_64 and found my Orbic's admin password (the 8-character WiFi password visible on the device screen). The documentation said it should be straightforward:

./installer orbic --admin-password '530d9e54'

The Error Wall

Instead of success, I hit this error repeatedly:

Logging in and starting telnet...
Failed to install rayhunter on the Orbic RC400L

Caused by:
    0: failed to start telnet
    1: error sending request
    2: client error (SendRequest)
    3: connection closed before message completed

Troubleshooting Attempts

I tried everything the documentation suggested:

1. Enabling Telnet in the Web UI

2. Disabling the Firewall

3. Testing Connectivity

Test-NetConnection -ComputerName 192.168.1.1 -Port 23
# Result: TcpTestSucceeded : False

telnet 192.168.1.1
# Result: Could not open connection to the host, on port 23: Connect failed

The device was pingable, but all TCP ports (22, 23, 24, 25) were closed. The network installer simply couldn't establish the telnet connection needed to install Rayhunter.

The USB Installer Warning

I briefly considered the USB installer (./installer orbic-usb), but the warning message was terrifying:

WARNING: The orbic USB installer is not recommended for most usecases.

WINDOWS IS NOT FULLY SUPPORTED
THIS MAY BRICK YOUR DEVICE
PLEASE INSTALL FROM MACOS OR LINUX INSTEAD IF POSSIBLE

That was a hard pass.

The Solution: Linux VM to the Rescue

The breakthrough came when I remembered I had a Linux VirtualBox VM. Here's what worked:

Step 1: Network Configuration

The key was configuring VirtualBox to use Bridged Adapter networking instead of NAT:

  1. Opened VirtualBox settings for my Linux VM
  2. Went to Network → Adapter 1
  3. Changed "Attached to:" from NAT to Bridged Adapter
  4. Selected my WiFi adapter from the dropdown
  5. Started the VM

Step 2: Connect to Orbic WiFi

On my Windows host machine:

  1. Connected to the Orbic's WiFi network (SSID visible on device screen)
  2. Entered the 8-character WiFi password

The Linux VM automatically inherited this connection through the bridged adapter.

Step 3: Verify Connectivity

In the Linux VM:

ping 192.168.1.1
# Success! 0% packet loss

curl http://192.168.1.1
# Success! Got the Orbic admin page HTML

Step 4: Run the Installer

Downloaded the Linux version of Rayhunter and ran:

cd ~/Downloads/rayhunter-v0.9.0-linux-x86_64
./installer orbic --admin-password '530d9e54'

It worked! The installer:

  • Logged into the device successfully
  • Started telnet without issues
  • Installed all Rayhunter components
  • Rebooted the device
  • Verified the installation

Total installation time: About 3-5 minutes.

Verification

After installation, I could access the Rayhunter web interface at http://192.168.1.1:8080/

The interface showed:

The Orbic's screen displayed a green line at the top, indicating Rayhunter was actively monitoring for IMSI catchers.

How to Use Rayhunter

Daily Operation

Rayhunter operates completely standalone:

Checking for Detections

Connect your phone or computer to the Orbic's WiFi and visit http://192.168.1.1:8080/ to:

Warning Levels

Testing Your Installation

Enable the "Test Heuristic" in Configuration settings to verify Rayhunter is working. This will trigger an alert for every cell tower you see (very noisy, so turn it off after testing).

Reporting Detections

If you detect a potential IMSI catcher, the EFF encourages you to report it:

  1. Download the recording as a zip file
  2. Send it via Signal to: ElectronicFrontierFoundation.90
  3. Include: date, location, device model, Rayhunter version

Lessons Learned

Why Windows Failed

The Windows network installer has known reliability issues:

The EFF documentation acknowledges "Windows support in Rayhunter's installer is a work-in-progress."

Why Linux VM Worked

Using a Linux VM with bridged networking bypassed all Windows-specific issues:

Alternative Solutions

If you don't have a Linux VM, other options include:

Conclusion

Rayhunter is an important tool for privacy-conscious individuals and community activists who want to detect surveillance technologies in their neighborhoods. While the Windows installation process has rough edges, the Linux VM workaround makes it accessible to Windows users without requiring a full operating system change.

Once installed, Rayhunter operates seamlessly as a standalone device. It's like having a dashcam for cellular surveillance—continuously monitoring, recording when needed, and providing peace of mind.

Resources

Requirements Summary

Hardware:

  • Orbic RC400L mobile hotspot (~$20-30)
  • SIM card (doesn't need to be activated)
  • Computer for installation (Windows with Linux VM, Mac, or Linux)

Software:

  • Rayhunter release bundle (GitHub Releases)
  • Linux VM (if using Windows) - VirtualBox with Ubuntu works great
  • VirtualBox configured with Bridged Adapter networking

Time:

  • Setup: 5-10 minutes (with VM ready)
  • Installation: 3-5 minutes
  • Learning curve: 10 minutes to understand the interface
privacy surveillance rayhunter eff tutorial linux