Установка Webmin на Ubuntu Server

Установка Webmin на Ubuntu Server

Установка Webmin на Ubuntu Server

Сначала обновим систему.

sudo apt update&sudo apt upgrade -y

Установку Webmin можно произвести при помощи скрипта setup-repos.sh. В данном случае, для начала установите утилиту curl. Она понадобится для последующей загрузки скрипта.

sudo apt install curl

Переходим в tmp

cd /tmp

Скачиваем пакет

wget https://www.webmin.com/download/deb/webmin-current.deb

Потом устанавливаем

sudo apt install --install-recommends ./webmin-current.deb

В браузере набираем

https://имя_или_ip_сервера:10000

Логинимся под админ учеткой и профит.

 

{*@formatter:off*} {var $pathes} {/var}
{$rating | number_format : 2 : '.' : ''}%
<{$can ? 'a' : 'span'} class="xlike__link {$value > 0 ? 'xlike__link_active' : ''} [ {$can ? 'js-xlike-button' : ''} ]" {$can ? 'data-xlike-value="1" href="javascript:undefined;"' : ''} > {$pathes} {$likes | number_format : 0 : '' : ' '} <{$can ? 'a' : 'span'} class="xlike__link {$value < 0 ? 'xlike__link_active' : ''} [ {$can ? 'js-xlike-button' : ''} ]" {$can ? 'data-xlike-value="-1" href="javascript:undefined;"' : ''} > {$pathes} {$dislikes | number_format : 0 : '' : ' '}