Manage remote systems with ease. See more https://oss.openrport.io
Go to file
2022-12-22 11:42:01 +01:00
.github compatibility with Debian 2022-12-22 11:42:01 +01:00
api-doc api boolean not bool 2022-12-07 19:46:20 +02:00
client Explicitly stop client switchback timer 2022-12-22 12:01:28 +07:00
cmd Merge pull request #811 from cloudradar-monitoring/feature/dev-2685-password-strength 2022-12-01 12:16:23 +02:00
db Only allow a single open sqlite DB connection at a time 2022-12-19 13:48:45 +07:00
docs markdown linter 2022-11-21 11:48:51 +02:00
opt upload packages to repo server 2022-12-16 10:36:39 +01:00
plus Merge branch 'master' into refactor/move-server-config-to-own-package 2022-11-21 13:06:31 +07:00
server using setters to store heartbeat 2022-12-21 11:32:40 +01:00
share fixed error typing 2022-12-20 08:44:47 +01:00
.gitignore upload packages to repo server 2022-12-16 10:36:39 +01:00
.golangci.yml First version with support for plus licenses 2022-11-02 15:29:35 +07:00
.goreleaser.yml Renable goreleaser rport builds (opposed to only rportd) 2022-09-14 13:30:46 +07:00
Code-of-Conduct.md Create Code-of-Conduct.md 2021-10-29 15:22:31 +02:00
go.mod from PasswordZxcvbnCheck bool to PasswordZxcvbnMinscore int 2022-11-28 10:26:07 +02:00
go.sum from PasswordZxcvbnCheck bool to PasswordZxcvbnMinscore int 2022-11-28 10:26:07 +02:00
LICENSE Initial commit 2020-05-23 12:55:30 +02:00
Makefile Fix lint 2022-04-04 16:01:18 +00:00
README.md fixed links 2022-08-16 12:34:45 +02:00
rport.example.conf make info the default log level 2022-11-28 16:06:28 +01:00
rportd.example.conf comments and spaces 2022-11-29 19:05:37 +02:00
tsconfig.json Use different package for Tracking, bump up vuepress version, adjust styling 2021-07-20 17:52:25 +02:00
vault.sqlite Additional os fields (#251) 2021-07-07 21:19:51 +03:00

At a glance

Rport helps you to manage your remote servers without the hassle of VPNs, chained SSH connections, jump-hosts, or the use of commercial tools like TeamViewer and its clones.

Rport acts as server and client establishing permanent or on-demand secure tunnels to devices inside protected intranets behind a firewall.

All operating systems provide secure and well-established mechanisms for remote management, being SSH and Remote Desktop the most widely used. Rport makes them accessible easily and securely.

Watch our short explainer video.

Is Rport a replacement for TeamViewer? Yes and no. It depends on your needs. TeamViewer and a couple of similar products are focused on giving access to a remote graphical desktop bypassing the Remote Desktop implementation of Microsoft. They fall short in a heterogeneous environment where access to headless Linux machines is needed. But they are without alternatives for Windows Home Editions. Apart from remote management, they offer supplementary services like Video Conferences, desktop sharing, screen mirroring, or spontaneous remote assistance for desktop users.

Goal of Rport Rport focuses only on remote management of those operating systems where an existing login mechanism can be used. It can be used for Linux and Windows, but also appliances and IoT devices providing a web-based configuration. From a technological perspective, Ngrok and openport.io are similar products. Rport differs from them in many aspects.

  • Rport is 100% open source. Client and Server. Remote management is a matter of trust and security. Rport is fully
  • transparent.
  • Rport will come with a user interface making the management of remote systems easy and user-friendly.
  • Rport is made for all operating systems with native and small binaries. No need for Python or similar heavyweights.
  • Rport allows you to self-host the server.
  • Rport allows clients to wait in standby mode without an active tunnel. Tunnels can be requested on-demand by the user
  • remotely.

Supported operating systems For the client almost all operating systems are supported, and we provide binaries for a variety of Linux architectures and Microsoft Windows. Also, the server can run on any operating system supported by the golang compiler. At the moment we provide server binaries only for Linux X64 because this is the ideal platform for running it securely and cost-effective.

Rport Principle

Instantly launch an RPort server

Button Launch RPort  Now

🚀 If you are curious and want to try RPort, install your server now in no time. Use our server installation script.

📖 Documentation

End-User documentation

end-user-documentation

our end-user documentation with articles on user-friendly installation, settings and secure operation of RPort.

Technical documentation

technical-documentation

our technical documentation with all background information and underlying concepts

Feedback and Help

We need your feedback. Our vision is to establish Rport as a serious alternative to all the black box software for remote management. To make it a success, please share your feedback.

Report bugs

If you encounter errors while installing or using Rport, please let us know. File an issue report here on GitHub.

Ask question

If you have difficulties installing or using rport, don't hesitate to ask us anything. Often questions give us a hint on how to improve the documentation. Do not use issue reports for asking questions. Use the discussion forum instead.

Positive Feedback

Please share positive feedback also. Give us a star. Write a review. Share our project page on your social media. Contribute to the discussion. Is Rport suitable for your needs? What is missing?

Stay tuned

Click on the Watch button in the top right corner of the Repository Page. This way you won't miss any updates and the upcoming features.

We send release notes over our mailing list.

Credits

Versioning model

rport uses <major>.<minor>.<buildnumber> version pattern for compatibility with a maximum number of package managers.

Starting from version 1.0.0 packages with even <minor> number are considered stable.