For the complete documentation index, see llms.txt. This page is also available as Markdown.

Butler Admin Guide

This page lists default Butler settings and Butler audit data.

Clipboard Configuration

Description
Default

Enable or disable Clipboard Transfer

Enabled

User host clipboard operations

Upload, Download

Environment clipboard operations

Upload, Download

Clipboard data expiration

1 hour

Translation Configuration

Description
Default

Enable or disable text Translation

Enabled

File Configuration

These are the default Butler file transfer settings.

Butler data transfers are performed over encrypted channels and Butler Storage encrypts data at rest.

Description
Default

Enable or disable File Transfer

Enabled

User host file operations

List, Upload, Download, Delete, Copy

Environment file operations

List, Upload, Download, Delete, Copy

The maximum file size allowed for upload

400MB

The maximum number of files allowed per upload

10

Anti-Virus (AV) scanning

Enabled

Anti-Virus (AV) ignore

None

Infected file download

Blocked (Except in malware environments)

File Encryption at Rest

Enabled

File Encryption Algorithm

AES-256

File Integrity Verification

Disabled

File Integrity Algorithm

None (options available)

Environment Events

Butler can send actions into Replica environments. If environment events are enabled, the environment receives and processes event messages. Use the Butler API sample for programmatic access.

Description
Default

Enable or disable Environment Events

Disabled

Enable or disable Environment File Autosync

Disabled

Environment File Autosync directory

Desktop Files directory

File Events

When file events are enabled, Butler can automatically transfer uploaded files into the environment.

Browser Events

When browser events are enabled, Butler can open a URL inside a Replica environment.

File History

Butler records file activity in its history and logging systems. Each event includes a UTC timestamp.

Fields

Butler resource history entries include the following fields:

Name
Description

resource_id

A unique identifier assigned to the Resource

resource_path

The Resource path in Butler Storage

entity_type

The Entity Type that performed the action

entity_id

The Entity Id that performed the action

accessed

The timestamp of when the action was performed (UTC)

operation

The action that was performed

Entity Types

Name
Description

User

A Replica user plus their User Id

Group

A Replica group plus their Group Id

Profile

A Replica profile plus their Profile Id

Operation Types

Name
Description

Delete

The resource was deleted from Butler Storage

Download

The resource was downloaded from Butler Storage

Transfer

The resource was transferred between Enclaves in Butler Storage

Upload

The resource was created or updated in Butler Storage

Resource History Sample

File Event Logging

Name
Description

Get

Get a Resource from Butler Storage

Put

Save a Resource in Butler Storage

Delete

Delete a Resource from Butler Storage

Transfer Sample
Auth Sample
Login Sample

Was this helpful?