50% off 全プラン、期間限定。料金は $2.48/mo
Initial Documents

Install webmin on vps

By Parnian R. 4 min read Updated Feb 15, 2026

Webmin is a great option if you are looking for an easy-to-use
VPS を管理するためのインターフェースです。Webmin を
VPS.

Step 1: Install
Dependency Packages

インストールする方法を見てみましょう。
まず、依存関係のパッケージをインストールする必要があります。

sudo yum install nano -y

Step
ターミナルで次のコマンドを入力してください。

Open a terminal and enter the following command to add the Webmin
repository:

sudo nano /etc/yum.repos.d/webmin.repo

ステップ 2: Webmin リポジトリをリポジトリリストに追加する
File

ステップ 3: 新しいファイルに記入する

[Webmin]

name=Webmin Distribution Neutral

#baseurl=http://download.webmin.com/download/yum

mirrorlist=http://download.webmin.com/download/yum/mirrorlist

enabled=1

Step 4:
Download and Install the GPG Key

開いたファイルに次の行を追加してください。
following command:

wget http://www.webmin.com/jcameron-key.asc
sudo rpm --import jcameron-key.asc

Step 5: Update the
Repository

次に、次のコマンドを使用して GPG キーをダウンロードしてインストールする必要があります。

sudo yum check-update

Step 6: Install
Webmin

リポジトリを更新するには、このコマンドを入力してください。

sudo yum install webmin -y

次に、このコマンドを入力して Webmin をインストールしてください。
re-enter the installation command.

Step 7: Start the
Service

依存関係が準備できていないため、インストールが失敗した場合は、
command:

chkconfig webmin on
service webmin start

Step 8:
Change Firewall Settings to Allow Webmin

サービスを開始して自動的に起動するようにするには、このコマンドを使用してください。
ファイアウォールがある場合は、次のコマンドを入力して Webmin をファイアウォール経由で有効にしてください。

firewall-cmd --permanent --add-port=10000/tcp
firewall-cmd --reload

Step 9: Log in to
Webmin

これで Webmin にログインできます。ブラウザで次の URL を開いてください。
browser:

https://your-ip-addres:10000

Step 10: Enter
Username and Password

次に、HTTPS プロトコルを使用してユーザー名とパスワードを入力してください。
デフォルトでは、ユーザー名は root、パスワードは root ユーザーのパスワードです。
password.

Step 11: Configure your
VPS

次に、VPS を Webmin で設定します。
Webmin configuration.

Step 12: Change the
Standard Port

ご使用の Webmin VPS にパブリック IP がある場合は、以下にアクセスしてください ports and
addresses
and put the standard port on
some.

完了です。これでVPS上にWebminをインストール方法を習得しました。

Webmin のパスワードを変更したい場合は、ここに入力できます
command:

/usr/libexec/webmin/changepass.pl /etc/webmin root NEWPASSWORD

But changing the password for a specific user for Webmin is not
recommended.

Webmin仮想ホスト

Webmin の多くの機能の一つに Webmin 仮想ホストがあります。これにより
複数のウェブサイトを単一のサーバーでホストできます。Webmin を VPS にインストールした後、以下の手順に従って仮想ホストを作成できます
し、最後のラジオボタンを選択します
steps:

Step 1: Go to the control
panel
.

Step 2: Update your Webmin to ensure you use its
latest version.

Step 3: Log in to Webmin and click on the
Servers icon.

Step 4: Click on Apache
WebServer
.

Step 5: Select any address in the
Create a New Virtual Server part.

Step 6: In the port section, enter
80セクションで、ご使用の仮想ホストが使用する HTML ファイルの名前を入力します

Step 7: In the document root
最初のセクションでは、Webmin を REHL ベースのシステムにインストールする方法について説明しました

Step 8: Enter the domain name in the server
name
section.

これで、Webmin 仮想ホストが作成されました。

How
to Install Webmin on an Ubuntu Server or Debian-Based
Server

まず、以下を入力して依存パッケージをインストールする必要があります
VPS. Now, we will show you how to install Webmin on an Ubuntu or
Debian-based server.

ファイアウォールがある場合は、以下を使用してそれを許可する必要があります
following command:

sudo apt install software-properties-common apt-transport-https -y

Add the Webmin repository and the GPG
key
.

sudo wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"

Finally, install Webmin:

sudo apt install webmin -y

完了です。Webmin をサーバーに正常にインストールしました。
command:

sudo ufw allow 10000/tcp

、パスワードはご使用の
default username is root次に、ウェブブラウザを開いて以下のアドレスに移動します
current root password.

ユーザーとそのパスワード。その場合は
address:

https://localhost:10000/

Sometimes Debian or Ubuntu distributions do not allow users to log in
by the root ログイン後、ご使用の要件に応じてウェブサーバーを設定できます
enter sudo for the username.

完璧です。Webmin を Linux VPS にインストールする方法がわかりました。ご不明な点は
needs and goals.

お気軽にお問い合わせください
Webmin は VPS を管理するための使いやすいインターフェースを探している場合に最適なオプションです。Webmin を VPS にインストールする方法を見てみましょう。ステップ 1: 依存パッケージをインストール submitting a
ticket
.

Share

Need help with something else?

Median response time under 1 hour. Real humans, not bots.