Skip to content
/ rttys Public
forked from rdpli/rttys

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

License

Notifications You must be signed in to change notification settings

rbs-pli/rttys

Repository files navigation

rttys(中文)

license PRs Welcome Issue Welcome Release Version Build Status

The server side of rtty

Usage

download the precompiled programs from Release page according to your os and arch or compile it by yourself.

See Supported Command Line Parameters

./rttys -h
Usage of ./rttys:
  -addr string
        address to listen (default ":5912")
  -conf string
        config file to load (default "./rttys.conf")
  -ssl-cert string
        certFile Path
  -ssl-key string
        keyFile Path

run as root (use system credentials)

sudo ./rttys

run as normal user (define username and password in config file)

./rttys

View logs when running in the background

cat /var/log/rttys.log

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 54.1%
  • Vue 30.3%
  • Shell 14.9%
  • Dockerfile 0.7%