Webmin для linux mint

Как установить Webmin на Linux Mint 20

Как установить Webmin на Linux Mint 20

В этом руководстве мы покажем вам, как установить Webmin на Linux Mint 20. Для тех из вас, кто не знал, Webmin — это бесплатная панель управления для управления VPS. Webmin — это веб-интерфейс, который используется для управления сервером веб-хостинга VPS. С помощью Webmin вы можете настроить учетную запись пользователя, apache, DNS и общий доступ к файлам, а также другие действия. Webmin очень подходит для новичков, мало разбирающихся в командной строке Unix или Linux.

В этой статье предполагается, что у вас есть хотя бы базовые знания Linux, вы знаете, как использовать оболочку, и, что наиболее важно, вы размещаете свой сайт на собственном VPS. Установка довольно проста и предполагает, что вы работаете с учетной записью root, в противном случае вам может потребоваться добавить ‘ sudo ‘ к командам для получения привилегий root. Я покажу вам пошаговую установку Webmin на Linux Mint 20 (Ульяна).

Установите Webmin на Linux Mint 20 Ulyana

Шаг 1. Перед запуском приведенного ниже руководства важно убедиться, что ваша система обновлена, выполнив следующие apt команды в терминале:

Шаг 2. Установка Webmin на Linux Mint 20.

Теперь добавляем новый репозиторий Webmin в систему Linux Mint:

Затем добавьте эту строку в конец файла, чтобы добавить новый репозиторий:

После включения репозитория установите Webmin, используя следующую команду:

Этот процесс займет некоторое время в зависимости от скорости вашего интернета. Я рекомендую вам набраться терпения и не закрывать установку принудительно, иначе установка нарушится.

Шаг 3. Настройте брандмауэр.

По умолчанию Webmin прослушивает подключения через порт 10000 на всех сетевых интерфейсах. Если на вашем сервере установлен брандмауэр UFW, вам нужно открыть порт Webmin:

Шаг 4. Доступ к интерфейсу Webmin.

Наконец, Webmin установлен в вашей системе Linux Mint, запустите веб-браузер и введите имя хоста вашего сервера или общедоступный IP-адрес, а затем порт Webmin 10000:

Поздравляю! Вы успешно установили Webmin . Благодарим за использование этого руководства для установки последней версии Webmin в системе Linux Mint. Для получения дополнительной помощи или полезной информации мы рекомендуем вам посетить официальный сайт Webmin .

Источник

linux-notes.org

Установка webmin на Debian/Ubuntu/Linux Mint

В данной теме «Установка webmin на Debian/Ubuntu/Linux Mint» я расскажу как легко установить панель управления в Debian, Ubuntu или Linux Mint. Приведу 3 способа как это можно сделать. Webmin довольно нормальное решение для управления web- хостингом как для дома так и для других клиентов. Он совершенно бесплатный по сравнению с другими панелями.

Читайте также:  Как переместить файл через консоль линукс

Для начала установим все необходимое для webmin, установим дополнительные утилиты и модули:

Способ 1. Переходим на официальный сайт и качаем самую последнюю версию для Debian, Ubuntu или Linux Mint. Если устраивает, то качаем мою версию ( на момент написания статьи, она была самая последняя), для этого выполните:

После того как скачали этот deb- пакет, нужно его установить следующей командой:

Процесс установки займет не сильно много вашего времени, думаю что не больше 2-3х минут.

Способ 2. Расскажу как можно легко установить вебмин, для этого нужно подключить для начала репозиторий:

Пропишем в файлик 2 строчки, наш репозиторий

Затем, импортируем нужные ключи для установки, выполняем:

Обновляем список доступных репозиториев, чтобы увидела система все изменения:

И простой командой устанавливаем webmin:

Способ 3. Можно скачать исходный код и скомпилировать его, но я не вижу смысла, так как есть 2 способа, их должно хватить с головой.

Но если есть у кого то желание поиграться и поставить webmin с исходного кода, то посетите офф сайт и скачайте архив, распакуйте его и соберите.

Чтобы запустить/остановить/перезапустить webmin выполните:

Запустим сервер и после чего выполним команду, она создаст пароль для пользователя ( если вдруг кто то забыл, спасет):

Должно работать, если не сработает, то после этой команды перезапустите просто вебмин ( так как создали пароль и может не обновится сам).

Источник

Download Webmin 1.981

Downloading and Installing

The current Webmin distribution is available in various package formats for download from:

Debian package suitable for Debian, Ubuntu or other derived Linux
https://prdownloads.sourceforge.net/webadmin/webmin_1.981_all.deb 14.8 MB

Source RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux
https://prdownloads.sourceforge.net/webadmin/webmin-1.981-1.src.rpm 15.1 MB

A Webmin package for Gentoo is now part of their tree, and can be installed with the command :
emerge webmin

You can also download recent versions of Webmin. Check out the change log for a list of new features in this version and in older releases.

PGP Verification

The PGP key that the RPM packages for versions 1.040 and above were signed with is also available, so that you can verify their integrity. Just add it to your GnuPG or PGP keyring and run the command rpm --checksig webmin-1.981-1.noarch.rpm. If you are using RPM version 4 or above, you will need to import the key into RPM’s key database with the command rpm --import jcameron-key.asc. Otherwise, you can run gpg --import jcameron-key.asc as root.

The PGP signature for the latest tar/gzip version of Webmin is also available so that you can verify the tar.gz file with the command gpg --verify webmin-1.981.tar.gz-sig.asc webmin-1.981.tar.gz.

For Debian packages, you can also get the PGP signature for the latest version, so that you can verify the package with the command gpg --verify webmin_1.981_all.deb-sig.asc webmin_1.981_all.deb.

Читайте также:  Цвет окна приложения windows 10

MD5 Verification

To verify that you have downloaded Webmin fully and correctly, you can use the command md5sum on the RPM, Debian package or TAR file, and compare it against those listed below :

Filename MD5 Checksum
webmin_1.981_all.deb 9906eefe053c537ac165a5f07558c68e
webmin-1.981-minimal.tar.gz 3267c835ff83d629ff4e4d0f7081647a
webmin-1.981-1.noarch.rpm ba2b9ec71f64d7ca8fd48e0a9e6b409b
webmin-1.981-1.src.rpm a5804def7c518d234cd30ec8259f0ee1
webmin-1.981.pkg.gz a8ef59506c8a3da996db1e22d701e78c
webmin-1.981.tar.gz 3894eaa3c0f33a1de63e5d903cd3450b
webmin-1.981.zip 30951a37e7dd48f1220a8f19bdb814c5

Minimal Package

The minimal version of Webmin contains only the core API and programs, and a few modules required for its basic operation. Most modules and all themes have been left out, but can be easily added later. It can be useful if you only need some of the programs functionality, and don’t want to download the entire multi-megabyte package. The 1.981 minimal tar.gz distribution can be downloaded from webmin-1.981-minimal.tar.gz

Additional documentation is available to assist with the installation of Webmin and other required packages on the following operating systems : Sun Solaris and Apple OS X.

If you want a URL that always downloads the latest version of Webmin, you can use one of the following :

RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux
https://www.webmin.com/download/rpm/webmin-current.rpm

Debian package suitable for Debian, Ubuntu or other derived Linux
https://www.webmin.com/download/deb/webmin-current.deb

© 2006-2016 Webmin | Design by: styleshout Home |

Источник

Webmin – web-based interface for system administration in Linux

With Webmin you can easily customize your machine through web browser , new user accounts , manage disk quotas , set up files , manage Apache and MySQL and PHP. In this tutorial you will see how to install Webmin .

Through webmin is not only convenient to view the logs , to make changes in the configuration of installed services , but also to install packages , delete them , update the system , etc. to Even access the terminal!
Webmin is a web server with a whole bunch of scripts. All the charm of its use will be open after installation.

You can install Webmin on Linux Mint, but I do not see sense, I put this program on my server running Ubuntu 15.04. Although I think Webmin will work without problems on a home computer, you may need this functionality. In any case, it is my duty to offer, and what to do with it is up to you!

Later I will write an article how quick and inexpensive to setup your own Web server with the easy administration of your site and the server itself .

To see Webmin in action, check out the demo server at :
http://webmin-demo.virtualmin.com/
The login is demo , and the password is demo.

Installation latest version into Ubuntu Server via repository:

1. Add repository with single command

2. Install Webmin

Installation latest version into Ubuntu Server from DEB pakage:

After successfully installing the package , open the browser and go to address
https://IP-your-server:10000 /

Webmin web-based interface for system administration in Linux

Читайте также:  What is windows printer spooler

Webmin web-based interface for system administration in Linux

Change the interface language that is convenient for you

Webmin web-based interface for system administration in Linux

I tried for clarity upgrade , the upgrade was successful .

Webmin web-based interface for system administration in Linux

In addition, you can install the plug-in Usermin .

Usermin is a web-based interface for webmail, password changing, mail filters, fetchmail and much more. It is designed for use by regular non-root users on a Unix system, and limits them to tasks that they would be able to perform if logged in via SSH or at the console. See the standard modules page for a list of all the functions built into Usermin.

Installation is done automatically too .

Webmin web-based interface for system administration in Linux

Webmin web-based interface for system administration in Linux

Источник

Download Webmin 1.981

Installing on Debian and Ubuntu

If you are using the DEB version of webmin, first download the file from the downloads page , or run the command : wget http://prdownloads.sourceforge.net/webadmin/webmin_1.981_all.deb then run the command : dpkg —install webmin_1.981_all.deb The install will be done automatically to /usr/share/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system’s IP address.

If Debian complains about missing dependencies, you can install them with the command : apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python unzip If you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.

Some Debian-based distributions (Ubuntu in particular) don’t allow logins by the root user by default. However, the user created at system installation time can use sudo to switch to root. Webmin will allow any user who has this sudo capability to login with full root privileges.

If you want to connect from a remote server and your system has a firewall installed, see this page for instructions on how to open up port 10000.

Using the Webmin APT repository

If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : deb https://download.webmin.com/download/repository sarge contrib

You should also fetch and install my GPG key with which the repository is signed, with the commands : cd /root
wget https://download.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc You will now be able to install with the commands : apt-get install apt-transport-https
apt-get update
apt-get install webmin All dependencies should be resolved automatically.

Supported Debian-based Distributions

Webmin has been tested on all regular Debian releases, Ubuntu Linux, and derivatives like Xandros and APLINUX.

Источник

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