{"id":6427,"date":"2026-05-31T17:16:42","date_gmt":"2026-05-31T14:16:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/"},"modified":"2026-05-31T17:16:42","modified_gmt":"2026-05-31T14:16:42","slug":"adminterminal","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/","title":{"rendered":"AdminTerminal"},"content":{"rendered":"<p># AdminTerminal<\/p>\n<p>![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.8.9&#8211;1.21.4-green)<br \/>\n![Java](https:\/\/img.shields.io\/badge\/Java-21%2B-orange)<\/p>\n<p>**AdminTerminal** is a **(highly dangerous)** bukkit api-based Minecraft server plugin that allows privileged players to directly access the server OS Shell and execute system commands through in-game commands.<\/p>\n<p>&#8212;<br \/>\n## WARNING<br \/>\nThis plugin should only be used in specific scenarios (e.g., when SSH access is unavailable) for server maintenance. Misuse may lead to severe security risks. Use with extreme caution!<\/p>\n<p>Disable this plugin when not needed. Users assume all risks associated with its use. The developer bears no responsibility for any damages caused by plugin misuse.<\/p>\n<p>&#8212;<\/p>\n<p>## Feature Overview<\/p>\n<p>&#8211; **Direct System Command Execution**: Execute OS shell commands via `\/at execute`<br \/>\n&#8211; **Working Directory Navigation**: Change current working directory with `\/at cd`<br \/>\n&#8211; **Process Management**: Terminate all plugin-created processes via `\/at killall`<br \/>\n&#8211; **System Information**: View server OS details via `\/at platform`<br \/>\n&#8211; **Alert System**: Toggle command execution alerts for administrator notifications<br \/>\n&#8211; **Permission Control**: Restrict plugin usage to players with specific permissions<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>The plugin generates `config.yml` on first launch. Configurable options:<\/p>\n<p>&#8211; **use_alarm**: Enable\/disable command execution alerts<br \/>\n&#8211; **force_english**: Force English locale for command execution<br \/>\n&#8211; **remove_ansi_escape_sequences**: Remove ANSI escape codes from command output<\/p>\n<p>&#8212;<\/p>\n<p>## Commands List<\/p>\n<p>### Main Command: `\/at`<\/p>\n<p>| Command               | Description                                  |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/at help`            | Show plugin help                            |<br \/>\n| `\/at platform`        | Display server OS information               |<br \/>\n| `\/at cd <directory>`  | Change working directory                    |<br \/>\n| `\/at execute <cmd>`   | Execute system command (Use with caution!)  |<br \/>\n| `\/at killall`         | Terminate all plugin-created processes      |<br \/>\n| `\/at alarm`           | Toggle command execution alerts             |<br \/>\n| `\/at reload`          | Reload plugin configuration                 |<br \/>\n| `\/at license`         | View plugin license information             |<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission    | Description                         |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `at.use`      | Allow access to \/at commands       |<br \/>\n| `at.alarm`    | Receive command execution alerts   |<\/p>\n<p>&#8212;<\/p>\n<p>## Important Notes<\/p>\n<p>1. This plugin poses significant security risks. Only grant permissions to trusted users. Keep alerts enabled and regularly monitor logs.<br \/>\n2. Double-check commands before execution. Maintain regular server backups.<br \/>\n3. Always use permission management plugins (e.g., LuckPerms) rather than granting system command access to all administrators.<\/p>\n<p>&#8212;<br \/>\n## Usage Examples<\/p>\n<p>### View OS Information<br \/>\n&#8220;`bash<br \/>\n\/at platform<br \/>\n&#8220;`<br \/>\nExample output:<br \/>\n&#8220;`<br \/>\n[AT] Server OS: Linux (x86_64) &#8211; 5.15.0-83-generic<br \/>\n&#8220;`<\/p>\n<p>### Change Directory<br \/>\n&#8220;`bash<br \/>\n\/at cd \/home\/minecraft<br \/>\n&#8220;`<br \/>\nExample output:<br \/>\n&#8220;`<br \/>\n[AT] Working directory changed to: \/home\/minecraft<br \/>\n&#8220;`<\/p>\n<p>### Execute System Command<br \/>\n&#8220;`bash<br \/>\n\/at execute ls -l<br \/>\n&#8220;`<br \/>\nExample output:<br \/>\n&#8220;`<br \/>\n[AT OUT] drwxr-xr-x 2 minecraft minecraft 4096 Oct 1 12:34 plugins<br \/>\n[AT OUT] drwxr-xr-x 2 minecraft minecraft 4096 Oct 1 12:34 worlds<br \/>\n&#8220;`<\/p>\n<p>### Terminate Processes<br \/>\n&#8220;`bash<br \/>\n\/at execute ping baidu.com<br \/>\n# &#8230;output omitted<br \/>\n\/at killall<br \/>\n&#8220;`<br \/>\nExample output:<br \/>\n&#8220;`<br \/>\n[AT] Terminated all plugin-created processes (Total: 1)<br \/>\n&#8220;`<\/p>\n<p>## Closed-Source Notice &#038; Apology<br \/>\n&#8211; We understand many users wish to review and modify the source code. Due to security and maintenance considerations, `AdminTerminal` remains closed-source. We sincerely apologize for not being able to provide source code access. We value community feedback and may reconsider this decision in the future.<\/p>\n<p>&#8211; Official Declaration: **This plugin contains no malicious code**. All features are strictly designed for controlled system command execution purposes.<\/p>\n<p>&#8212;<\/p>\n<p>## Issue Reporting<\/p>\n<p>Welcome suggestions and bug reports!<br \/>\n&#8211; **GitHub Issues**: Submit Issue<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>&#8211; See LICENSE<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A  server plugin that lets authorized players execute system commands directly from in-game chat.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"adminterminal","_minecraft_project_id":"aMz9edKk","_minecraft_author":"naroxeno","_minecraft_license":"LicenseRef-AdminTerminal-EULA","_minecraft_downloads":122,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"adminterminal.zip","_minecraft_size_bytes":32920,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:11:44.649660Z","_minecraft_date_created":"2025-02-14T08:22:09.171158Z","_minecraft_date_modified":"2025-02-19T14:44:23.795074Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/adminterminal","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-05-31T14:16:43+00:00","_minecraft_import_hash":"578d879bf5e0ecf8a719263f1a58e4fe","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126],"mod_loader":[130],"minecraft_version":[62,37,73,74,38],"class_list":["post-6427","mod","type-mod","status-publish","hentry","mod_category-bukkit","mod_category-management","mod_loader-bukkit","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AdminTerminal - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AdminTerminal - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A server plugin that lets authorized players execute system commands directly from in-game chat.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminterminal\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminterminal\\\/\",\"name\":\"AdminTerminal - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-05-31T14:16:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminterminal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminterminal\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminterminal\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AdminTerminal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AdminTerminal - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/","og_locale":"en_US","og_type":"article","og_title":"AdminTerminal - Minecraft","og_description":"A server plugin that lets authorized players execute system commands directly from in-game chat.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/","name":"AdminTerminal - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-05-31T14:16:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminterminal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"AdminTerminal"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/6427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=6427"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=6427"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=6427"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=6427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}