Plugin info

Total downloads: 57,096
Active installs: 3,000
Total reviews: 14
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 11/29/2025 (32 days ago)
Added to WordPress: 4/6/2017 (8 years old)
Minimum WordPress version: 3.3.0
Tested up to WordPress version: 6.9
Minimum PHP version: 5.3

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 32 days ago • 14 reviews

63/100

Is WPTerm abandoned?

Likely maintained (last update 32 days ago).

Compatibility

Requires WordPress: 3.3.0
Tested up to: 6.9
Requires PHP: 5.3

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Blog Terminal
Rating 0.0/5 (0 reviews)Active installs 100

Description

An xterm-like plugin to run non-interactive shell commands.

WPTerm is an xterm-like plugin. It can be used to run non-interactive shell commands from the WordPress admin dashboard.

Just like a terminal, WPTerm lets you do almost everything you want (e.g., changing file permissions, viewing network connections or current processes etc). That’s great, but if you aren’t familiar with Unix shell commands, you can also damage your blog. Therefore, each time you use WPTerm, please follow this rule of thumb: if you don’t know what you’re doing, don’t do it!

Compatibility

WPTerm is not compatible with Microsoft Windows; it works on Unix-like servers only.

Because it makes use of PHP program execution functions such as exec or shell_exec, it may not be compatible with some shared hosts that have disabled these functions. To make sure your server is compatible, follow these steps:

  • Download this script.
  • Rename it to “wpterm-check.php”.
  • Upload it inside your website root folder.
  • Go to http://YOUR WEBSITE/wpterm-check.php
  • Delete it afterwards.

Password Protection

You can (and probably should!) password protect the access to WPTerm. Consult the contextual help, or type help at the terminal prompt to get more details about how to enable this feature.

Features

  • Selectable PHP program execution function to run commands.
  • Custom fonts family, size and color.
  • Custom background color.
  • History and scrollback buffer.
  • Terminal bell (audible / visible).
  • Optional password protection.
  • Contextual help.
  • Multisite compatible (only accessible to the SuperAdmin).

Supported Languages

  • English
  • French

Requirements

  • WordPress 3.3+
  • PHP 5.3+
  • Unix-like OS (Linux, *BSD etc) only. WPTerm is NOT compatible with Microsoft Windows.

Installation

  1. Upload wpterm folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ page in WordPress.
  3. Plugin settings are located in the ‘Tools > WPTerm’ sub-menu.

Frequently Asked Questions

Is there any Microsoft Windows version ?

WPTerm works on Unix-like servers only.

Review feed

joeguilmette
8/17/2018

I use this plugin 100 times a day

Ok maybe not 100 times a day, but I wouldn't be surprised if I was responsible for 75% of the active installs. I adore this plugin and use it multiple times a day. If it didn't exist I'd have to go build it!
pjfc
10/22/2018

Perfect!

Thanks so much for developing this. Exactly what I needed.
johndeebdd
1/16/2019

Great achievement for WordPress

Terrific plugin. I always forget the IPs and bash logins of my cloud machines. Saves time looking it up.
ShortPixel
11/4/2019

A very useful plugin

Thank you for creating and maintaining this plugin, we find it very useful when debugging issues on customers websites. Keep up the good work, Alex
con
2/28/2022

Wonderful

Perfect for testing and debugging cURL. Thanks a lot!

Screenshots

  1. Terminal (default colors and welcome message).

    Terminal (default colors and welcome message).

  2. Terminal (custom colors and welcome message).

    Terminal (custom colors and welcome message).

  3. Terminal (custom colors and welcome message).

    Terminal (custom colors and welcome message).

  4. Password protection.

    Password protection.

  5. Settings (fonts and colors).

    Settings (fonts and colors).

  6. Settings (terminal).

    Settings (terminal).

  7. Contextual help.

    Contextual help.

Changelog

1.2

  • Communication between the terminal and the plugin will be base64-encoded to prevent security applications such as ModSecurity to block the AJAX request.
  • Fixed a PHP “Function _load_textdomain_just_in_time was called incorrectly” notice.
  • Ensure compatibility with WordPress 6.8

1.1.9

  • Compatibility with WordPress 5.9.

1.1.8

  • Fixed the “Your site could not complete a loopback request” error message in Site Health due to the PHP session when WPTerm’s password protection was enabled.
  • On multisite installations the plugin is now accessible from the main site only. Since there’s just one physical WordPress install, there’s no need to use it on other sites.

1.1.7

  • Added right to left language support to the terminal (compatible wit Firefox, Chrome, Opera and Safari browsers).

1.1.6

  • Fixed an issue where the PHP session required by WPTerm’s password protection was always started, even when a non-admin user visited the site.

1.1.5

  • Added popen to the list of PHP functions that you can select to run commands (see “Settings > Terminal > Use the following PHP function for command execution”).

1.1.4

  • WordPress 4.9 compatibility.