rtsc

1.9.11 • Public • Published

Remote Tunneling Server Controller

RTSC is a tool, there can control computer from web-interface. Supports on Linux, Windows, MacOS, Raspberry PI, Solaris. Image alt

Installation

Windows:

$ npm install rtsc -g

Linux:

$ sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/node
$ sudo npm install rtsc -g

This will add the command rtsc to you command line

Usage

rtsc {Subdomain for localtunnel} {Username} {Password} {Local port (not necessary)}

or you can load config from json file

rtsc -c ./myconfig.json

Example:

rtsc example myUser qwerty

After this command you can visit https://example.localtunnel.me (You Subdomain.localtunnel.me) and login as myUser with password qwerty

Loading config from json file

Create file config.json with content:

{
    "port":615,
    "username":"you_username",
    "password":"example_password",
    "subdomian":"example_subdomain"
}

Load the command "rtsc -c ./config.json" And now, you can visit https://example_subdomain.localtunnel.me (You Subdomain.localtunnel.me) and login as you_username with password example_password

Readme

Keywords

none

Package Sidebar

Install

npm i rtsc

Weekly Downloads

18

Version

1.9.11

License

ISC

Unpacked Size

181 MB

Total Files

1333

Last publish

Collaborators

  • miceve