Skip to content

openrport/openrport

Repository files navigation

linuxserver.io Button Launch RPort  Now

This a repo in an effort to continue an opensource version of original cloudradar-monitoring rport. We are working to bring back all the component to opensource. Some documentation might be inconsistent but will still be usable.

While we are working on the new website you can join the discord server to get help Join Discord

Coming from RPort.io? Check this out!

As a community that supports open source software, we were surprised by the move RealVNC made with RPort. As mentioned on their website, support as well as all subsequent updates of RPort from version 1.0.0 will require a license. Using the latest public opensource versions of RPort, we continue to support and develop RPort in the spirit of opensource. We are currently working on major improvements to the software so that it is fully decoupled from RealVNC. We created a new pairing system for running RPort servers. You can use it as follows:

sudo systemctl stop rportd.service

Go to line 43-47 in /etc/rport/rportd.conf, change

pairing_url = "https://pairing.openrport.io"

Restart the rport server

sudo systemctl start rportd.service

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.

Credits

Versioning model

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