<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: rifqiaz06</title>
    <description>The latest articles on DEV Community by rifqiaz06 (@rifqiaz06).</description>
    <link>https://dev.to/rifqiaz06</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F928237%2F3d6aa3de-6ff1-4003-a016-ae193e34f8bd.jpg</url>
      <title>DEV Community: rifqiaz06</title>
      <link>https://dev.to/rifqiaz06</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rifqiaz06"/>
    <language>en</language>
    <item>
      <title>How To Install and Use Cockpit Web Console in Centos 8</title>
      <dc:creator>rifqiaz06</dc:creator>
      <pubDate>Wed, 28 Sep 2022 17:33:55 +0000</pubDate>
      <link>https://dev.to/rifqiaz06/how-to-install-and-use-cockpit-web-console-in-centos-8-1hl8</link>
      <guid>https://dev.to/rifqiaz06/how-to-install-and-use-cockpit-web-console-in-centos-8-1hl8</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;What Is Cockpit?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The Cockpit is a Web Console with an easy to use web based interface that enables you to managing and monitoring on your server.&lt;br&gt;
You can use the cockpit to monitor system logs and view system performance graphs.in addition, you can also configure settings directly in the web console or through the terminal.&lt;/p&gt;
&lt;h2&gt;
  
  
  &lt;strong&gt;Installing Cockpit in Centos 8&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;In this RHEL 8 installation, the Cockpit Web Console is not yet installed, therefore you must first install it using the following command (you can use yum or dnf, but this time I will install it using yum):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo yum install cockpit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcsk3krll5eqnjlr38283.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcsk3krll5eqnjlr38283.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;type letter &lt;strong&gt;y&lt;/strong&gt; then press &lt;strong&gt;Enter&lt;/strong&gt;,and wait for the installation process to finish.&lt;/p&gt;

&lt;p&gt;After the Cockpit Web Console has finished installing, run the command to start, enable and check the status of the cockpit service with the following few command lines:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; sudo systemctl start cockpit.socket
 sudo systemctl enable --now cockpit.socket

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To check the status run the following command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo systemctl status cockpit.socket
sudo ps auxf|grep cockpit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn3h55h1wnak31xjet337.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn3h55h1wnak31xjet337.png" alt="Image description"&gt;&lt;/a&gt;So If you are running a firewalld on the system, you need to open the cockpit port &lt;strong&gt;9090&lt;/strong&gt; in the firewall.&lt;/p&gt;

&lt;p&gt;Open the Cockpit service in Firewall Server by running the following few command lines:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo firewall-cmd --add-service=cockpit --permanent
sudo firewall-cmd --reload
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F188phl9wfsgofr2crmau.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F188phl9wfsgofr2crmau.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Login to the Cockpit Web Console&lt;/strong&gt;&lt;br&gt;
open the &lt;strong&gt;Cockpit&lt;/strong&gt; web console in your web browser at the following URL's:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Local&lt;/strong&gt;:&lt;br&gt;
   &lt;a href="https://localhost:9090" rel="noopener noreferrer"&gt;https://localhost:9090&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Server's hostname&lt;/strong&gt;:&lt;br&gt;
   &lt;a href="https://example.com:9090" rel="noopener noreferrer"&gt;https://example.com:9090&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Server's IP Address&lt;/strong&gt;:&lt;br&gt;
   &lt;a href="https://192.168.12.128:9090" rel="noopener noreferrer"&gt;https://192.168.12.128:9090&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To access the Cockpit Web Console in Red Hat 8, you can access using a Browser such as Firefox or Chrome with a url &lt;a href="https://localhost:9090" rel="noopener noreferrer"&gt;https://localhost:9090&lt;/a&gt; or &lt;a href="https://IP_ADDRESS_SERVER:9090" rel="noopener noreferrer"&gt;https://IP_ADDRESS_SERVER:9090&lt;/a&gt; if you access it from the Client.&lt;br&gt;
 Since the url uses https, you'll see a security warning in your browser, but that's fine and can be continued.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc1y4t1unisxfc0vlbec2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc1y4t1unisxfc0vlbec2.jpg" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgawx0kslp50d9nt2ywa9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgawx0kslp50d9nt2ywa9.jpg" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
After you see the login display like this, you can enter your Red Hat linux username and password&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkcobrnq3a2jg4nnsp0gx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkcobrnq3a2jg4nnsp0gx.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
Click on Login&lt;br&gt;
The Web Console will display the username on the right side of the title bar.but if you are logged in as the root user then the &lt;strong&gt;Privileged&lt;/strong&gt; icon will be displayed to the left of the username.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxck74gh0xird6m3jrgt5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxck74gh0xird6m3jrgt5.png" alt="Image description"&gt;&lt;/a&gt;but if you are logged in as a regular user(a user who does not have privileged) the privileged icon is not displayed.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu8c5sgw51g3mxxjzr8mi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu8c5sgw51g3mxxjzr8mi.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Change Password
&lt;/h2&gt;

&lt;p&gt;Privileged users and regular users can change passwords when logging in to the Web Console.click accounts on the navigation bar.click your account bar to see more.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3z3lbyoepfi4ath7muuv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3z3lbyoepfi4ath7muuv.png" alt="Image description"&gt;&lt;/a&gt;if you are a non-privileged user, you will be limited to resetting passwords and managing public SSH keys. To reset your password, click Set Password.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F39cn2gk5u491zs4hv1oc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F39cn2gk5u491zs4hv1oc.png" alt="Image description"&gt;&lt;/a&gt;Type your information in the Old Password, New Password, and Confirm New Password fields. Click Set to change the password.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqitetbybpssj3tu1odij.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqitetbybpssj3tu1odij.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get to Know the Features of the Web Console Feature and its Uses
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Overview&lt;/strong&gt;&lt;br&gt;
Click &lt;strong&gt;Overview&lt;/strong&gt; on the navigation bar to view information about the system, such as its type of hardware, operating system, host name, and more.if you are logged in as a regular user, you will see all the information but you cannot change anything.here is the overview page image&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvx3bf3cmzcgyjip5qzkw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvx3bf3cmzcgyjip5qzkw.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Logs&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Logs&lt;/strong&gt; in the navigation bar provides access to analysis tools for the system logs. You can use the menus on the page to filter log messages based on a logging date range, severity level, or both.&lt;br&gt;
The web console uses the current date and you can also specify any vulnerable date. Similarly, the &lt;strong&gt;Severity&lt;/strong&gt; menu provides the option to view the severity conditions of a system such a &lt;strong&gt;Warning and above,Debug and above&lt;/strong&gt; and so on.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjbo5hwtxuj69v88do6e1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjbo5hwtxuj69v88do6e1.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Terminal&lt;/strong&gt;&lt;br&gt;
this &lt;strong&gt;Terminal&lt;/strong&gt; serves to execute commands for managing and working with the system and for performing tasks that are not supported by other tools provided by the cockpit of the Web Console.&lt;br&gt;
The following figure shows an example of a common command used to collect additional information. Listing the contents of the /var/log directory provides a reminder of log files that may have valuable information. The &lt;strong&gt;id&lt;/strong&gt; command is a command to view like uid,gid,and member group. The &lt;strong&gt;ps au&lt;/strong&gt; command gives a view of the processes running in the terminal and the user.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdg752vm242ix3myf7pbz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdg752vm242ix3myf7pbz.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;4. Services&lt;/strong&gt;&lt;br&gt;
this service system serves to start, enable, disable and stop services with graphical tools in the Web Console. to access on the first page of the Cockpit Web Console Click &lt;strong&gt;Services&lt;/strong&gt; on the navigation bar. To manage the service, click &lt;strong&gt;System Services&lt;/strong&gt; at the top of the service start page.&lt;br&gt;
In the example below, select the chronyd.service line to open your service management page.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5925s7plid900obsdlq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5925s7plid900obsdlq.png" alt="Image description"&gt;&lt;/a&gt;&lt;strong&gt;Click Stop, Restart, or Disallow running (mask)&lt;/strong&gt; as appropriate to manage the service.In this view the service is already running.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnfhwh5amdta1x5fobsyv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnfhwh5amdta1x5fobsyv.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;5. Network and Firewall&lt;/strong&gt;&lt;br&gt;
To manage firewall rules and network interfaces, click &lt;strong&gt;Network&lt;/strong&gt; on the navigation bar. the following is an example of how to collect information about network interfaces.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0fwwqymxm4frfj0jhbry.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0fwwqymxm4frfj0jhbry.png" alt="Image description"&gt;&lt;/a&gt;Click the desired &lt;strong&gt;Interface&lt;/strong&gt; name to access the management page. In this example, the eth0 interface is selected.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgefri29it373i8dauy2a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgefri29it373i8dauy2a.png" alt="Image description"&gt;&lt;/a&gt;The top part of the management page displays network traffic activity for the selected device. Scroll down to view configuration settings and management options.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv140qk9on78852ho0016.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv140qk9on78852ho0016.png" alt="Image description"&gt;&lt;/a&gt;To modify or add configuration options to an interface, click the highlighted links for the desired configuration. In this example, the &lt;strong&gt;IPv4&lt;/strong&gt; link shows a single IP address and netmask, 172.25.250.10/24 for the eth0 network interface. To add an additional IP address to the eth0 network interface, click the highlighted link.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqghiynpo2094567zv36s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqghiynpo2094567zv36s.png" alt="Image description"&gt;&lt;/a&gt;Click + on the right side of the ** Manual** list selection to add an additional IP address. Enter an IP address and network mask in the appropriate fields.click &lt;strong&gt;Apply&lt;/strong&gt; to activate the new settings.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F738mb5dt9g2mx9o3hkpn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F738mb5dt9g2mx9o3hkpn.png" alt="Image description"&gt;&lt;/a&gt;The display automatically switches back to the interface's management page where you can confirm the new IP address.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8w0agl6qt9v9q92ckpqn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8w0agl6qt9v9q92ckpqn.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Create New Account
&lt;/h2&gt;

&lt;p&gt;if you are a privileged user, you can create a new user account in the Web Console.click &lt;strong&gt;Accounts&lt;/strong&gt; on the navigation bar to view existing accounts.click &lt;strong&gt;Create New Account&lt;/strong&gt; to open the account management page.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk4nu52ec7ictz28t7bum.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk4nu52ec7ictz28t7bum.png" alt="Image description"&gt;&lt;/a&gt;type the information for the new account, then click &lt;strong&gt;Create.&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F52e2fea6vfrllmd6inpe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F52e2fea6vfrllmd6inpe.png" alt="Image description"&gt;&lt;/a&gt;the view will automatically switch back to the account management page where you can confirm the new user account.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5wtr03u1d7aztlqitzg2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5wtr03u1d7aztlqitzg2.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The Cockpit is an easy to use web console especially for those who are not able to use the CLI that allows you to perform administrative tasks on CentOs servers.&lt;/p&gt;

</description>
      <category>cockpit</category>
      <category>centos8</category>
      <category>redhat</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
