Tutorial Cockpit Web Interface on CentOS, Ubuntu, Fedora ...

Lipaydi

1337
VIP
Jul 23, 2015
44
64
112
Many people complain about Linux, writing commands, keeping in mind or not knowing what to write. Cockpit offers a solution.

A Web interface that can run on CentOS, Suse, Fedora, Clear Linux, Arch, RedHat, Atomic Project and Ubuntu. It allows us to do a lot of work without the need for a terminal display. After installation, let's see what it allows.

I assume there is already a Centos 7 installed and we connect with SSH. My preference is always PuTTy you can use any tool.

Install
CentOS:
yum install epel-release -y // Add epel repository.

yum install cockpit -y // Install Cockpit

systemctl start cockpit // Start Cockpit service

systemctl enable cockpit.socket // Enable Cockpit service

Notice: Cockpit uses port 9090 by default. You must allow port 9090 from your firewall.


Let's walk around
https://[ip]:9090
You can log in with the user on the server.
2179


2181

2182

2183

Thanks.
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Wow, this is truly amazing. I am so excited for all the awesome things you will develop! :)

Your skill is pretty powerful, keep up the awesome work.
 
Top