Documentation
IntroductionInstallationGetting StartedConfigurationIntegrationsFAQSupport

Installation

Get Terminal installed and running in your Unreal Engine project

From Fab Marketplace (Recommended)

1. Purchase and download from Fab marketplace 2. Plugin will be automatically installed to your engine or project 3. Enable in Edit > Plugins > Developer Tools > Terminal

Manual Installation

1. Copy the Terminal/ folder into your project's Plugins/ directory 2. Restart Unreal Editor 3. Enable in Edit > Plugins > Developer Tools > Terminal

Verify Installation

Terminal verification screenshot placeholder

1. Open the terminal via Window > Tools > Terminal > Terminal Tab 1 2. You should see a terminal prompt ready for input 3. Type the command below and press Enter to confirm it's working:

echo hello

Note: The plugin is editor-only. It does not ship with packaged games and is intended for development workflows only.