Skip to content
/ rttys Public
forked from zhaojh329/rttys

Access your device's terminal from anywhere via the web.

License

Notifications You must be signed in to change notification settings

sekikyo/rttys

 
 

Repository files navigation

rttys(中文)

license PRs Welcome Issue Welcome Release Version Build Status

This is the server program of rtty

Usage

download the pre-built release binary from Release page according to your os and arch or compile it by yourself.

go get -u github.com/zhaojh329/rttys

Command Line Parameters

./rttys -h
Usage of rttys:
  -addr-dev string
        address to listen device (default ":5912")
  -addr-user string
        address to listen user (default ":5913")
  -base-url string
        base url to serve on (default "/")
  -conf string
        config file to load (default "./rttys.conf")
  -gen-token
        generate token
  -http-password string
        password for http auth
  -http-username string
        username for http auth
  -log string
        log file path (default "/var/log/rttys.log")
  -ssl-cert string
        certFile Path
  -ssl-key string
        keyFile Path
  -token string
        token to use

Authorization

./rttys -gen-token
Please set a password:******
Your token is: 34762d07637276694b938d23f10d7164

./rttys -token 34762d07637276694b938d23f10d7164

Contributing

If you would like to help making rttys better, see the CONTRIBUTING.md file.

About

Access your device's terminal from anywhere via the web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 43.9%
  • Vue 43.1%
  • TypeScript 7.6%
  • Shell 4.6%
  • Dockerfile 0.8%