Remote login on RACHEL Plus

Hello There,

Quick question, Is it possible to remote login on RACHEL Plus device? We have a situation where content on RACHEL Plus needs to be curated remotely (from a different continent) , Please advise on steps to remote login to RACHEL Plus.

Thanks.

Hi Atul,

The RACHEL-Plus device must be on an internet connection via a Router. The individual Router will have the opportunity to allow traffic through a firewall and to RACHEL. You need to find port forwarding on the Router.

Best
Jeremy

Thanks @jeremy. Truly appreciate your quick response. We will try to setup port forwarding via a router.

Thanks Again.

Here is one way to access RACHEL remotely using ngrok - an easy port forwarding tool.

Steps to Provide Remote Access of RACHEL server:

  1. Connect the Rachel device to internet through ethernet cable
  2. Connect your computer to the same Internet Wifi connection (not Rachel)
  3. Open browser and Open Rachel website (probably on 192.168.88.1)
  4. On the RACHEL homepage, make note of the LAN Ip address. For example, In this image it is 192.168.1.53

image

  1. Go to this website https://ngrok.com/download and do a free sign up

  2. Open https://ngrok.com/download and download this based on your operating system.

  3. Open the folder where it is downloaded. Unzip it

  4. Open terminal. If you are using windows, Press Ctrl + R , and type cmd and then enter.

  5. Go to the directory where it is downloaded on terminal. ( cd c://Users/… … /Downloads)

  6. Run command
    ngrok authtoken ******* (We can get this command after we signup)
    ngrok http 192.168.1.53:80 (Here use the LAN IP address of Rachel server)

  7. Something similar to this should appear on your terminal

http://12b51a795f7a.ngrok.io -> https://my.content:80

This url highlighted (left side) is your public URL which you can share to others for remote access.

Thanks @Paritosh_Mahajan.

1 Like