From 27d9e7f2ff2c9ed62a8e4ac1432970f1cd8c015e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 9 Jun 2025 07:55:36 +0200 Subject: [PATCH] Create terminal.md --- website/docs/admin/advanced/terminal.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 website/docs/admin/advanced/terminal.md diff --git a/website/docs/admin/advanced/terminal.md b/website/docs/admin/advanced/terminal.md new file mode 100644 index 00000000..9cf0e466 --- /dev/null +++ b/website/docs/admin/advanced/terminal.md @@ -0,0 +1,16 @@ +--- +sidebar_position: 1 +--- + +# Terminal + +The Web Terminal is available in **OpenAdmin**, allowing administrators to manage their server environments directly from the browser. + +1. Log in to your OpenAdmin panel. +2. Navigate to **Advanced > Terminal**. +3. Use the dropdown menu or selector to choose your preferred shell type: `sh` or `bash`. +4. The terminal interface will load, and you can begin typing commands immediately. + +Limitations: +- Web terminal is not interactive. +- File uploads are not supported through the terminal.