Book Image

Webmin Administrator's Cookbook

By : Michal Karzynski
Book Image

Webmin Administrator's Cookbook

By: Michal Karzynski

Overview of this book

Table of Contents (19 chapters)
Webmin Administrator's Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Running a terminal emulator in the browser


Despite the wide range of options that Webmin allows you to control, you will find yourself in situations that require more direct access to your system. For such situations, you should equip yourself with a full-fledged terminal emulator and SSH client. If you need to perform a quick operation on your server through the terminal but don't have access to your tools, Webmin will allow you to open a simple terminal emulator in the browser.

How to do it...

To run a server terminal in your browser, follow these steps:

  1. Navigate to Others | Text login.

  2. Log in to the system using the username and password of a user with SSH access.

  3. Perform your command-line tasks.

  4. Type exit and press Enter to close your terminal session.

How it works...

Webmin uses a component called Ajaxterm that connects to your system over SSH, passes your commands to the server, and displays terminal output in the web browser.

For more information, visit the Ajaxterm website at https://github...