Installing Cockpit on Linux Device

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=ArMAzBgiDYo



Duration: 0:57
290 views
5


#Linux #Cockpit #SystemAdmin

Full steps can be found at https://i12bretro.github.io/tutorials/0469.html

--------------------------------------------------------------------
What is Cockpit?
--------------------------------------------------------------------
Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser. - https://github.com/cockpit-project/cockpit
 
--------------------------------------------------------------------
Installing Cockpit
--------------------------------------------------------------------
   01. Log into the Debian device
   02. Run the following commands in a terminal:
         # update software repositories
         sudo apt update
         # install software updates
         sudo apt upgrade -y
         # install cockpit
         sudo apt install cockpit -y
   03. Open a web browser and navigate to https://DNSorIP:9090
   04. Login using a valid account on the Linux device
   05. Welcome to Cockpit
 
Source: https://cockpit-project.org/running.html
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
i12bretro
Tutorial
How To
Cockpit
Linux
Debian
System Administration
Web Based Tools
SysAdmin