Event Post Thumbnail Image

RCE 7

We are proud to announce RCE 7. A major release with a lot of features and various improvements. Below you find a selection of some features. Please see GitHub for the full changelog.

Remote Tool Access via SSH Connections

To access and execute tools across untrusted networks, we added support for tool access and execution via SSH, a secure network protocol. Please note that otherwise RCE is intended to be used in trusted networks only.

Photo

Passwords for SSH accounts are configured as non-recoverable ("hashed") format now. We added a special configuration interface for SSH accounts ("rce --configure"). To support editing SSH accounts on servers, this UI can also be run in text mode.

Photo

Enhanced Workflow Logging

We reviewed and improved all of the workflow-related log messages. We made them more suitable for end users. A log file is stored for each workflow component. Additionally, a log file for each workflow is stored with all of the error log messages related to the workflow.

Photo

Enhanced Workflow Examples

We reworked the workflow examples so that they function as a kind of tutorial now.

Photo

New Workflow Components

We added two new workflow components. The 'Database' workflow component supports select, insert, update, and delete statements for MySQL and PostgreSQL databases. The 'Evaluation Memory' workflow component stores evaluation results of workflows for later re-use.

Photo

System Monitoring for RCE Instances

We added support for system monitoring. Information about CPU and RAM usage are provided: for the host system, for RCE itself, and for each each tool that is executed by RCE. The information can even be accessed for remote RCE instances.

Photo