OpenRport Docs
GITHUB
  • OpenRPort Knowledge Base
  • ๐Ÿ‘€WHAT IS RPORT
    • Features and benefits of RPort
      • Full feature list
    • Screenshots
  • ๐Ÿš€GETTING STARTED
    • Install the RPort Server
      • Install on-premises
      • Install RPort on any virgin cloud VM
      • Enable two factor authentication
        • Use push on mobile for 2FA
        • Use TOTP
    • Connecting Clients
    • Using the remote access
      • Creating tunnels
        • VNC via browser
      • RDP via Browser
      • Open SSH from the browser
      • Scp,sftp through a tunnel
    • Renaming and tagging of clients
    • Organize clients with groups
    • Activate the vault
    • Manage users and permissions
  • ๐Ÿ—ฃ๏ธNEED HELP?
    • Troubleshoot common problems
      • Restart rport through a tunnel
      • Attributes file path not set
      • Recover lost passwords
      • Client is not connecting
      • Id is already in use
  • ๐Ÿ”ฆDIGGING DEEPER
    • Using the API
      • Create client credentials
    • RPort Technology Explained
    • Commands and Scripts
      • Executing commands
      • Executing scripts
      • Tacoscript
    • The scheduler
    • File copy and reception
    • Client Configuration Options
      • Supervision of OS updates
      • Script and command execution
    • Advanced client management
      • Install the RPort client manually
      • Uninstall the RPort client
      • Run with SELinux
    • Server Maintenance
      • Monitoring of RPortd
      • Updating RPort
      • Backing up the rport server
      • Renewing certificates
    • FAQ
      • How to use Cloudflare
Powered by GitBook
On this page
  • On Linux
  • On Windows
  1. DIGGING DEEPER
  2. Advanced client management

Uninstall the RPort client

Learn how to remove the client

PreviousInstall the RPort client manuallyNextRun with SELinux

Last updated 1 year ago

On Linux

To remove the RPort client and all logs and the configuration, execute the following command.

curl https://pairing.rport.io/update -o rport-update.sh 
sudo sh rport-update.sh -u

On Windows

The RPort installer has created an uninstaller. Go to C:\Program Files\rport and execute uninstall.bat.

RPort for Windows comes with an uninstaller.

To remove it manually, open a cmd shell, go to C:\Program Files\rport and execute

sc stop rport
rport.exe --service uninstall

Delete the folder C:\Program Files\rport

๐Ÿงน Keep your system tidy.

Very likely, the rport installer has also installed tacoscript. Go to C:\Program Files\tacoscript and execute uninstall.bat if you don't want to use tacoscript independently of rport.

๐Ÿ”ฆ