Linux serverNETWORK ADMINISTRATIONSsmtp server liux

Install Webmin on linux -Manage Your Linux server via Web Interface

# System update
#===#======#==
apt update -y

# Download script
#===========#====
https://webmin.com/download/

# Install Webmin
#========#====
apt-get install webmin -y

# Start services at boot
#=====#=====#======
systemctl enable webmin

# Show services status
#======#======#====
systemctl status webmin

source

by Ripon4You

linux smtp server

One thought on “Install Webmin on linux -Manage Your Linux server via Web Interface

Comments are closed.