[GH-ISSUE #34] Hi, I want to use the module in a "public" place, can I put a password on the web and telnet? #10

Closed
opened 2026-02-27 14:38:42 +03:00 by kerem · 2 comments
Owner

Originally created by @OvidioLee on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/34

Hi, I want to use the module in a "public" place, can I put a password on the web and telnet?

Outside access I can modify the firewall to restrict access, but these two I really don't have a clue.

Originally created by @OvidioLee on GitHub (Apr 17, 2024). Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/34 Hi, I want to use the module in a "public" place, can I put a password on the web and telnet? Outside access I can modify the firewall to restrict access, but these two I really don't have a clue.
kerem closed this issue 2026-02-27 14:38:43 +03:00
Author
Owner

@iamromulan commented on GitHub (Apr 17, 2024):

That is actively being worked on.
https://github.com/iamromulan/quectel-rgmii-toolkit/discussions/30

You can try an early preview of this change by downloading the toolkit from the development branch but the TTL setting on simpleadmin is currently broken. It will view TTL but will not set it.
https://github.com/iamromulan/quectel-rgmii-toolkit/tree/development
Since Console (ttyd) is now integrated into simpleadmin as well you can easily set it through the toolkit script though.

Telnet? If you still have Telnet I would get rid of it. The micropython it used was just too much for the little single core armv7 (32-bit) processor. AT commands are a lot better now in simpleadmin and you can also send them through the console using the atcmd command.

<!-- gh-comment-id:2062457249 --> @iamromulan commented on GitHub (Apr 17, 2024): That is actively being worked on. https://github.com/iamromulan/quectel-rgmii-toolkit/discussions/30 You can try an early preview of this change by downloading the toolkit from the development branch but the TTL setting on simpleadmin is currently broken. It will view TTL but will not set it. https://github.com/iamromulan/quectel-rgmii-toolkit/tree/development Since Console (ttyd) is now integrated into simpleadmin as well you can easily set it through the toolkit script though. Telnet? If you still have Telnet I would get rid of it. The micropython it used was just too much for the little single core armv7 (32-bit) processor. AT commands are a lot better now in simpleadmin and you can also send them through the console using the atcmd command.
Author
Owner

@iamromulan commented on GitHub (Apr 17, 2024):

Also another solution is to turn on IP passthrough mode and disable IPPT NAT so the LAN/Gateway of the modem can no longer be reached locally. You'd still have access through tailscale if you had tailscale installed.

<!-- gh-comment-id:2062462821 --> @iamromulan commented on GitHub (Apr 17, 2024): Also another solution is to turn on IP passthrough mode and disable IPPT NAT so the LAN/Gateway of the modem can no longer be reached locally. You'd still have access through tailscale if you had tailscale installed.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#10
No description provided.