Close
0%
0%

RapidAccess

A simple, easy to use solution for connecting to a server with malfunctioning internet/remote administration software

Public Chat
Similar projects worth following
RapidAccess is a USB dongle designed to permit easy access to a (normally headless) computer that, through internet connectivity or SSH errors, is unable to be accessed through a traditional remote shell.

Origin Story:

At MIT, I administer a few servers run by me and my friends, that all receive DHCP info from a one of the central routers, as even for devices registered statically, the (unchanging) IP address and other routing still has to be re-acquired on boot-up. While this system usually works, there are often difficulties in the routing info being properly sent to the computers, which means that it is impossible to SSH into them. When this happens, we are forced to drag a monitor/keyboard into the closet with all the servers, pull them out (VGA ports are on the back), and manually fix the route tables to bring them online. After many months of this frustration, I realized there had to be a better way to do this. Thus, RapidAccess was born.

RapidAccess is a USB dongle based on the ESP8285 (think ESP8266 with builtin flash), that aims to alleviate these problems. When plugged into a computer's USB port, the rapid-client application on the PC immediately notices this new device, and starts the authentication process. After a successful validation, the RapidAccess dongle broadcasts a WiFi network, which you can then SSH into from your laptop or other portable device. This SSH connection is then forwarded across the USB link by using sshd in "inetd mode," which allows the stream to come from a non-socket source. With it's own configuration interface, the dongle allows for either broadcasting it's own WiFi network, or connecting to an existing one. Now, when your server goes offline, instead of having to deal with monitors and other peripherals, you simply plug this flash-drive sized device into the front, and can SSH as though the network connection was still up!

As of now, the RapidAccess dongle is still in development stages, but we expect full documentation, a website, and a KickStarter campaign shortly. If you have any questions or suggestions, don't hesitate to reach out! As always, this will be a fully open-source project (hardware, esp8266 software, and computer client), with repositories for each being released once they are in a usable/organized format, which should be soon!

  • 1 × ESP-M3 Best ESP8266 (actually ESP8285) module for keeping size down, in my opinion
  • 1 × CH340B New chip, allows for the same relatively fast USB connection that the CH340G offered, but now customizable name strings!

  • rapid-client is now available!

    Ian McJohn06/19/2020 at 23:21 0 comments

    I finished up the alpha version of rapid-client, which is the tool that runs on your computer to forward ssh traffic to the usb device. It is available at a github repo at https://github.com/imcjohn/RapidAccess-Client. Board design and ESP8285 software will both be available soon once I clean that repo up.

  • Beta board done!

    Ian McJohn06/16/2020 at 16:14 0 comments

    Prototype board is in, just finished soldering it up! Decided against doing authentication separately on the Atmega328, as I was originally gonna do that so I could read-protect its flash. That seemed a little DRM-y, so decided against it in the end. Board files will be up soon!

  • First Run PCB off to Prototype!

    Ian McJohn05/26/2020 at 23:15 0 comments

    Hey All,

    I finished the Alpha software before making this Hackaday project, unfortunately, but I created it just in time to announce that the first round of testing PCBs has been sent to OSHPark, in order to get a quick build run! More details to follow, once they arrive, but for now, here's a first look at the board design.

View all 3 project logs

Enjoy this project?

Share

Discussions

MorriganR wrote 06/15/2020 at 19:11 point

Great idea, although I think your project can be easily transferred to TTGO T-Display ESP32, which costs less than 10$.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates