From d1311e0ba32b2b9e2ab652f8a8e4423743838ebc Mon Sep 17 00:00:00 2001 From: "Michael S." Date: Mon, 2 Feb 2026 03:44:20 -0700 Subject: [PATCH] Docs: Add note about non-default credentials to install instructions and modify link target (#839) --- .github/pull_request_template.md | 9 +++++---- doc/installing-from-release.md | 6 +++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4717577..cbdfc0c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,8 @@ ## Pull Request Checklist -- [ ] The Rayhunter team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. +- [ ] The Rayhunter team has recently expressed interest in reviewing a PR for this. + - If not, this PR may be closed due our limited resources and need to prioritize how we spend them. - [ ] Added or updated any documentation as needed to support the changes in this PR. -- [ ] Code has been linted and run through `cargo fmt` -- [ ] If any new functionality has been added, unit tests were also added -- [ ] [./CONTRIBUTING.md](../CONTRIBUTING.md) has been read +- [ ] Code has been linted and run through `cargo fmt`. +- [ ] If any new functionality has been added, unit tests were also added. +- [ ] [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md) has been read. diff --git a/doc/installing-from-release.md b/doc/installing-from-release.md index 049f5a0..143a23e 100644 --- a/doc/installing-from-release.md +++ b/doc/installing-from-release.md @@ -41,6 +41,9 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices. ```bash # For Orbic: ./installer orbic --admin-password 'mypassword' + # Note: the arguments --admin-username 'myusername' and --admin-ip 'mydeviceip' + # may be required if different from the default. + # Or install over USB if you want ADB and a root shell (not recommended for most users) ./installer orbic-usb @@ -48,7 +51,8 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices. ./installer tplink ``` - * On Verizon Orbic, the password is the WiFi password. + * On Verizon Orbic, the password is the one used to login to the device's admin menu, and the default is the WiFi password. + * ***Note:*** If you have changed the device username, password, or IP address from their default values, these must be provided as arguments to the installer command above. * On Kajeet/Smartspot devices, the default password is `$m@rt$p0tc0nf!g` * On Moxee-brand devices, check under the battery for the password. * You can reset the password by pressing the button under the back case until the unit restarts.