WPTerm

ਵੇਰਵਾ

Terminal

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.

ਸਕਰੀਨਸ਼ਾਟ

  • Terminal (default colors and welcome message).
  • Terminal (custom colors and welcome message).
  • Terminal (custom colors and welcome message).
  • Password protection.
  • Settings (fonts and colors).
  • Settings (terminal).
  • Contextual help.

ਸਥਾਪਤੀਕਰਨ

  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.

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

Is there any Microsoft Windows version ?

WPTerm works on Unix-like servers only.

ਸਮੀਖਿਆਵਾਂ

24 ਫਰਵਰੀ 2023
The plugin works fine Even if I change folder I can use it! really great
28 ਫਰਵਰੀ 2022
Perfect for testing and debugging cURL. Thanks a lot!
26 ਜਨਵਰੀ 2021
I recently returned to a Linux server with sftp-only access. I am use to having ssh access, which allows one to execute shell commands. I found that WPTerm allows me to execute useful shell commands. For example, one can do: ps -u "user" -o user,pid,start,etime,time,nice,vsz,rss,command | egrep 'PID|php-fpm' | sed '/grep/d' to get a list of php-fpm processes (Of course, replace "user" with your user id).
8 ਅਕਤੂਬਰ 2020
I was looking for a way to run WP-CLI commands within WP Admin. This is the perfect tool to do just that!
1 ਅਪ੍ਰੈਲ 2020
Muito bom, ajuda muito na hora de fazer rotinas automáticas em hospedagens restritas.
4 ਨਵੰਬਰ 2019
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
Read all 14 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WPTerm” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WPTerm” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

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.