First, Cockpit introduction:
Cockpit is a free and open source server management software that allows us to easily manage our gnu/linux servers through its beautiful WEB front-end interface. Cockpit makes it easy for Linux system administrators, System maintainers, and developers to manage their servers and perform simple tasks such as managing storage, detecting logs, starting or stopping services, and some other tasks. Its reporting interface adds some great features that make it easy to switch between a terminal and a Web interface. In addition, it not only makes it easy to manage a single server, but more importantly, it requires a single click to manage multiple servers connected to the network in one place at a time. It's very lightweight, and the Web interface is very easy to use.
Second, the function introduction:
A, it contains the SYSTEMD service Manager.
b, there is a Journal log viewer for troubleshooting and log analysis.
C, storage configuration, including LVM, is simpler than ever.
D, the basic network configuration can be done with cockpit.
E, you can easily add and remove users and manage multiple servers.
Third, installation and use
[[email protected] ~]# yum install cockpit[[email protected] ~]# systemctl start cockpit [[email protected] ~]# Systemctl Enable cockpit.socketcreated symlink From/etc/systemd/system/sockets.target.wants/cockpit.socket to/usr/lib/ Systemd/system/cockpit.socket.
Enter "IP address: 9090" in the browser will prompt to enter the user name and password, then we can see a lot of interfaces, detailed see
Four, more functional interface
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/7E/83/wKiom1cDJTPDrhVTAAFAFDZ2cFI589.png "style=" float: none; "title=" 01-system.png "alt=" Wkiom1cdjtpdrhvtaafafdz2cfi589.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/7E/7F/wKioL1cDJd7wPMdTAAEqYMtTpT4937.png "style=" float: none; "title=" 02-services.png "alt=" Wkiol1cdjd7wpmdtaaeqymttpt4937.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/7E/83/wKiom1cDJTWwcn2QAAD-VOf00rU223.png "style=" float: none; "title=" 03-ontainers.png "alt=" Wkiom1cdjtwwcn2qaad-vof00ru223.png "/>
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/7E/80/wKioL1cDJgKQQrC4AADSd4XTqAY062.png "style=" float: none; "title=" 03-ontainers-images.png "alt=" Wkiol1cdjgkqqrc4aadsd4xtqay062.png "/>
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/7E/80/wKioL1cDJgSCVVouAAJ33Fib7Vs609.png "style=" float: none; "title=" 04-logs.png.png "alt=" Wkiol1cdjgscvvouaaj33fib7vs609.png "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/7E/83/wKiom1cDJVuy5QjIAAF3F3MBrMA082.png "style=" float: none; "title=" 05-storage.png "alt=" Wkiom1cdjvuy5qjiaaf3f3mbrma082.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/7E/80/wKioL1cDJgbgcqWSAAEc9qqCBkM909.png "style=" float: none; "title=" 06-networking.png "alt=" Wkiol1cdjgbgcqwsaaec9qqcbkm909.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/7E/80/wKioL1cDJgfQDALxAAB7paRDz4I676.png "style=" float: none; "title=" 07-accounts.png "alt=" Wkiol1cdjgfqdalxaab7pardz4i676.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/7E/80/wKioL1cDJgfQvdcuAAClAynSvuI182.png "style=" float: none; "title=" 08-terminal.png "alt=" Wkiol1cdjgfqvdcuaaclaynsvui182.png "/>
This article is from the "Frozen vs watermelon" blog, so be sure to keep this source http://molewan.blog.51cto.com/287340/1760351
Server management software cockpit under Linux