Remote server administration tools linux

Cockpit – A Powerful Tool to Monitor and Administer Multiple Linux Servers via Browser

Cockpit is an easy-to-use, lightweight, and simple yet powerful remote manager for GNU/Linux servers, it’s an interactive server administration user interface that offers a live Linux session via a web browser.

It can run on several RHEL-based Linux distributions and Debian derivatives including Ubuntu, Linux Mint, Fedora, CentOS, Rocky Linux, AlmaLinux, Arch Linux among others.

Cockpit makes Linux discoverable thereby enabling system administrators to easily and reliably carry out tasks such as starting containers, managing storage, network configurations, log inspections coupled with several others.

While using it, users can easily switch between the Linux terminal and web browser without any hustles. Importantly, when a user starts a service via Cockpit, it can be stopped via the terminal, and just in case of an error that occurs in the terminal, it is shown in the Cockpit journal interface.

Features of Cockpit:

  • Enables managing of multiple servers in one Cockpit session.
  • Offers a web-based shell in a terminal window.
  • Containers can be managed via Docker.
  • Supports efficient management of system user accounts.
  • Collects system performance information using the Performance Co-Pilot framework and displays it in a graph.
  • Supports gathering of system configuration and diagnostic information using sos-report.
  • Also supports a Kubernetes cluster or an Openshift v3 cluster.
  • Allows modification of network settings and many more.

How to Install Cockpit in Linux Systems

You can install Cockpit in all Linux distributions from their default official repositories as shown:

Install Cockpit on Fedora and CentOS

To install and enable Cockpit on Fedora distributions, use the following commands.

# yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload

Install Cockpit on Rocky Linux and AlmaLinux

To install and enable Cockpit on Rocky/AlmaLinux distributions, use the following commands.

# yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload

Install Cockpit on RHEL

Cockpit is added to the Red Hat Enterprise Linux Extras repository from versions 7.1 and later:

# yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload

Install Cockpit on Debian

The cockpit is included in Debian’s official repositories, and you can install it using the following commands.

# apt-get update # apt-get install cockpit # mkdir -p /usr/lib/x86_64-linux-gnu/udisks2/modules # ufw allow 9090 # ufw allow 80

Install Cockpit on Ubuntu and Linux Mint

In Ubuntu and Linux Mint distributions, Cockpit is not included, but you can install it from the official Cockpit PPA by executing the following commands:

$ sudo add-apt-repository ppa:cockpit-project/cockpit $ sudo apt-get update $ sudo apt-get install cockpit $ sudo systemctl enable --now cockpit.socket

Install Cockpit on Arch Linux

Arch Linux users can install Cockpit from the Arch User Repository using the following command.

# yaourt cockpit # systemctl start cockpit # systemctl enable cockpit.socket

How to Use Cockpit in Linux

After Cockpit is installed successfully, you can access it using a web browser at the following locations.

https://ip-address:9090 OR https://server.domain.com:9090

Enter system username and password to login in the interface below:

Читайте также:  Linux проверка открытых портов nmap

Cockpit Web Interface

After logging in, you will be presented with a summary of your system information and performance graphs for CPU, Memory, Disk I/O, and Network traffic as seen in the next image:

Linux System Performance Summary

Next on the dashboard menu, is Services. Here you can view Targets, System Services, Sockets, Timers, and Paths pages.

The interface below shows running services on your system.

Showing Current Running Services on Linux

You can click on a single service to manage it. Simply click on the drop-down menus to get the functionality you want.

View Linux Service Summary

The Logs menu item displays the logs page which allows for logs inspection. The logs are categorized into Errors, Warnings, Notices, and All as in the image below.

Additionally, you can as well view logs based on time such as logs for the last 24HRs or 7 days.

To inspect a single log entry, simply click on it.

Linux Logs Monitoring

Cockpit also enables you to manage user accounts on the system, go to Tools and click on Accounts. Clicking on a user account allows you to view the user’s account details.

Manage Linux User Accounts

To add a system user, click on the “Create New Account” button and enter the necessary user information in the interface below.

Create User Account in Linux

To get a terminal window, go to Tools Terminal.

Cockpit - Linux Web Terminal

How to Add Linux Server to Cockpit

Important: Be aware that you must install Cockpit on all remote Linux servers in order to monitor them on the Cockpit dashboard. So, please install it before adding any new server to Cockpit.

To add another server, click on dashboard, you will see the screen below. Click on the (+) sign and enter the server IP address. Remember that information for each server you add is displayed in Cockpit using a distinct color.

Читайте также:  Linux serial port sniffer

Add Linux Server to Cockpit Cockpit - Remote Linux Server Monitoring

Same way, you can add many Linux servers under Cockpit and manage them efficiently without any trouble.

That is it for now, however, you can explore more in case you have installed this simple and wonderful server, remote manager.

For any questions or suggestions as well as feedback on the topic, do not hesitate to use the comment section below to get back to us.

Источник

Linux Remote Administration Tools

Remote administration tools are essential for managing servers and networks without the need for physical access. This tutorial introduces popular remote administration tools for Linux servers, including SSH clients, web-based administration tools, and remote desktop applications.

SSH (Secure Shell) is a widely used secure remote administration protocol in Linux environments. It provides encrypted communication and strong authentication, ensuring the security and privacy of your connections. Here are some popular SSH clients for Linux remote administration:

OpenSSH is the most commonly used SSH client and server implementation on Linux systems. It is open-source and pre-installed on many Linux distributions.

To use OpenSSH to access a remote server, run the following command:

ssh username@hostname_or_ip_address

PuTTY is a free and open-source SSH and Telnet client for Windows, Linux, and macOS. It provides a simple graphical interface for managing SSH connections.

Download PuTTY for your platform: https://www.putty.org/

SecureCRT is a commercial terminal emulator and SSH client for Windows, Linux, and macOS. It offers advanced features like scripting, session management, and more.

Download SecureCRT for your platform: https://www.vandyke.com/products/securecrt/

Web-based administration tools provide a user-friendly graphical interface for managing Linux servers through a web browser.

Читайте также:  Emmc module 64gb odroid n2 linux

Webmin is a powerful, open-source web-based interface for system administration on Linux servers. It allows you to manage various aspects of your server, such as users, services, file systems, and more.

Install Webmin on your server: https://www.webmin.com/

Cockpit is an easy-to-use, lightweight web-based interface for managing Linux servers. It provides real-time system monitoring, log analysis, and service management.

Install Cockpit on your server: https://cockpit-project.org/

Remote desktop applications enable you to access and control the graphical desktop of a remote server or device.

3.1. VNC (Virtual Network Computing)

VNC is a popular graphical desktop sharing system that uses the Remote Frame Buffer (RFB) protocol for communication between the client and the server.

VNC server software for Linux includes TightVNC, TigerVNC, and RealVNC, while clients include TightVNC Viewer, RealVNC Viewer, and Remmina.

X2Go is an open-source remote desktop solution that uses the NX technology protocol for high-performance remote desktop access, even over low-bandwidth connections.

Install X2Go Server on your server: https://wiki.x2go.org/doku.php/start Install X2Go Client on your local machine: https://wiki.x2go.org/doku.php/doc:installation:x2goclient

In conclusion, remote administration tools are crucial for managing Linux servers and networks efficiently. By understanding and using these tools, you can maintain your systems and networks without the need for physical access, reducing maintenance costs and increasing productivity.

Professional provider of PDF & Microsoft Word and Excel document editing and modifying solutions, available for ASP.NET AJAX, Silverlight, Windows Forms as well as WPF. We are dedicated to provide powerful & profession PDF/Word/Excel controls.

Источник

Оцените статью
Adblock
detector