GNU/Linux >> Linux の 問題 >  >> Rocky Linux

RockyLinux8にWebminをインストールする方法

このガイドでは、RockyLinuxシステムにWebminをインストールする方法を紹介します。

Webmin Unixライクなシステム向けの強力で柔軟なウェブベースのサーバー管理コントロールパネルです。 Webminを使用すると、ユーザーは、ユーザー、ディスククォータ、サービス、構成ファイルなどのオペレーティングシステムの内部を構成したり、Apache HTTPサーバー、PHP、MySQLなどのオープンソースアプリを変更および制御したりできます。

これは、システム管理者がWebブラウザからLinuxサーバーを管理できるようにするWebベースのコントロールパネルです。このWebベースの管理システムを使用すると、必要なものすべてを処理できます。

RockyLinuxにWebminをインストールする

以下の手順に従って、webminを開始してください

  • システムパッケージを更新します。
dnf update -y && dnf upgrade -y
  • Webmin RockyLinux8ベースリポジトリでは使用できません。そこで、wgetコマンドを使用して最新バージョンのWebminをダウンロードします。
wget https://www.webmin.com/download/webmin-current.tar.gz
  • ダウンロードしたファイルを次のように抽出します:
tar xvf webmin-current.tar.gz
  • 次に、Webminのインストールディレクトリを作成します
sudo mkdir -p /usr/local/webmin
  • スクリプトを実行して、以下に示すようにWebminをインストールします。
./webmin-1.991/setup.sh /usr/local/webmin/

出力:

[root@rocky-pc unixcop]# ./webmin-1.991/setup.sh /usr/local/webmin/
***********************************************************************
        Welcome to the Webmin setup script, version 1.991
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.

Installing Webmin from /home/unixcop/webmin-1.991 to /usr/local/webmin/ ...

***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.

Config file directory [/etc/webmin]: 
Log file directory [/var/webmin]: 

***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.

Full path to perl (default /usr/bin/perl): 

Testing Perl ...
Perl seems to be installed ok

***********************************************************************
Operating system name:    Rocky Linux
Operating system version: 8.5

***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
 - What port to run the web server on. There must not be another
   web server already using this port.
 - The login name required to access the web server.
 - The password required to access the web server.
 - If the webserver should use SSL (if your system supports it).
 - Whether to start webmin at boot time.

Web server port (default 10000): 
Login name (default admin): unixcop
Login password: 
Password again: 
Use SSL (y/n): 
Start Webmin at boot time (y/n): y
***********************************************************************
Copying files to /usr/local/webmin/ ..
..done

Creating web server config files..
..done

Creating access control file..
..done

Inserting path to perl into scripts..
..done

Creating start and stop scripts..
..done

Copying config files..
..done

Configuring Webmin to start at boot time..
..done

Creating uninstall script /etc/webmin/uninstall.sh ..
..done

Changing ownership and permissions ..
..done

Running postinstall scripts ..
..done

Enabling background status collection ..
..done

Attempting to start Webmin mini web server..
Starting Webmin server in /usr/local/webmin/
..done

***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to

  http://rocky-pc:10000/

and login with the name and password you entered previously.

[root@rocky-pc unixcop]#
  • インストールしたら、Webブラウザを開き、 http:// your-ip-address:10000 /にアクセスします。 次に、前に入力した名前とパスワードを使用してログインします。
  • 以下に示すように、Webminダッシュボードに移動します。

結論

それだけです。

この記事では、RockyLinux8にwebminをインストールする方法を紹介しました。これがお役に立てば幸いです。

また読む:

Webminを使用して静的IPアドレスを設定する方法
Webminを使用してシステムログを管理する方法

ありがとう。


Rocky Linux
  1. RockyLinuxにRedisサーバーをインストールする方法

  2. RockyLinux8にMattermostサーバーをインストールする方法

  3. RockyLinux8にPython3.9をインストールする方法

  1. RockyLinux8.4のインストール方法

  2. RockyLinuxにMariaDBサーバーをインストールする方法

  3. RockyLinux8にDockerCEをインストールする方法

  1. RockyLinux8にSnapをインストールする方法

  2. Rocky Linux / AlmaLinux8にWebminをインストールする方法

  3. RockyLinux8にDockerCEをインストールする方法