efforg/rayhunter#384

View on GitHub →
#384 Web UI not working, how can I access the logs, etc, otherwise?

For whatever reason, I can’t access the Web UI at localhost 8080 on my linux machine; is there another way I can access my Orbic Rayhunter and download the logs, etc?

Comments (2)

have you run adb forward tcp:8080 tcp:8080? have you checked that rayhunter is running? There should be a green line at the top of the screen. If all those things still don’t work then you can get a shell by running: adb shell and then rootshell and you will find the files in /data/rayhunter/qmdl and you can zip that directory and use adb pull to move it over to your computer.

Thanks! I had run adb forward tcp:8080 tcp:8080, the RH was running, and everything was running smoothly. The Web UI just refused to resolve for some reason. Go figure!