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
  • Prerequisites
  • For a single client
  • For multiple clients
  1. DIGGING DEEPER

The scheduler

Learn how to schedule scripts or command on a single client or on multiple clients concurrently

PreviousTacoscriptNextFile copy and reception

Last updated 1 year ago

Starting with RPort 0.7.0 a centralized cron-like scheduler has been introduced.

Prerequisites

Both, the server and the clients must run at least version 0.7.0 of Rport to use the scheduler. Updating all your clients is not necessary as long as you don't want to run scheduled scripts on them.

The scheduler runs only on the RPort server. Jobs are dispatched when due to the clients as regular script or command execution. All are applied. If a client is disconnected, a job will not be caught up.

For a single client

Create a schedule

Click on the Commands or Scripts tab of a client. Enter the script or command that you want to execute. You can execute it right away to verify it's doing what is it supposed to do. To execute the command or script at a given time, click the gray Schedule button. Using cron syntax, you can then specify the execution interval. Cron syntax is used for Windows, Linux and macOS.

Create a script or command first
Schedule a command or script

Supervise schedules

From the "Schedules" tab, you get access to the reports. You can verify the success of all schedules jobs.

For multiple clients

Create a schedule

Scheduling a script are command for multiple clients works similar to executing scripts are commands. Click on the global Command or Scripts icon on the main menu on the left side.

Select on which clients a script or command should be executed. Instead of executing right away, klick on Schedule.

Supervise schedules

Using the global Schedules section accessed from the main menu on the left side, you can supervise all schedules. Those created for a single client and those created for multiple clients.

List of schedules and their status
Detailed report
Schedule a script for multiple clients
Supervise schedules on a global level.
🔦
security filters