Skip to main content

How To install Ubuntu server 18.04 LTS + Static ip + LAMP SERVER + Webmin Admin Panel


Tip: Watch the video full screen and HD.
Buy Me a Coffee at ko-fi.com

In this video, i am going to show you how to install Ubuntu server 18.04 LTS with a static ip, install apache web server, Mysql, PHP and Webmin Admin Panel.
Support the Channel on Patreon https://www.patreon.com/ribalinux
Ethereum or ERC20 Tokens i gladly accept (╯✧∇✧)╯ 0xB2d7E1470818FF8D35278b45B6fefe341d2d1220
Buy Me a Coffee http://ko-fi.com/A0383T5
follow me on Steemit https://steemit.com/@ribalinux


LAMP is a combination of free, open source software. The acronym LAMP refers to the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP, Perl or Python, principal components to build a viable general purpose web server.
The exact combination of software included in a LAMP package may vary, especially with respect to the web scripting software, as Perl or Python are sometimes dropped from the stack. Similar terms exist for essentially the same software suite (AMP) running on other operating systems, such as Microsoft Windows (WAMP), Mac OS (MAMP), Solaris (SAMP), iSeries (iAMP), or OpenBSD (OAMP).


Commands:
Choose your language

Set your keyboard layout

Select the ubuntu server version that you wish to install 

Network configuration
Adapt the configuration to your network

Set proxy settings if needed

Partition management
Choose automatic partitioning or manual partitioning

Partition management
Select the hard drive where you want to install Ubuntu Server 18.04

Partition management
Confirm that you want to write changes to the disk

Create a user and set your hostname

Exit reboot and remove the installation media

Login

Update your package list
sudo apt update

Update your server
sudo apt upgrade

Install tasksel
sudo apt install tasksel

Run tasksel
sudo tasksel

Select LAMP server and continue

Set up the MySQL server
sudo mysql_secure_installation

set the mysql root password

Press y

Open and edit the sources.list file
sudo nano /etc/apt/sources.list

Add to the file

Save and exit
Ctrl+x

Go the /tmp folder
cd /tmp

Download the webmin repository key

Install the repository key
sudo apt-key add jcameron-key.asc

Update your package list
sudo apt update

Install Webmin admin panel
sudo apt install webmin

To access the Webmin admin panel on your network

You will get a warning for the SSL certificate 
Proceed ignoring that warning

To access the Webmin admin panel
Login with your username and your password
PLEASE SUBSCRIBE AND FOLLOW ME ON TWITTER GOOGLE+ OR FACEBOOK!! IF YOU CAN PLEASE SUPPORT THE CHANNEL ON PATREON

Popular Posts