how can i install cockpit and log in into the Web Console and also create three accounts 1) Cecil 2) Barney 3) One with your first name
how can i install cockpit and log in into the Web Console and also create three accounts
1) Cecil
2) Barney
3) One with your first name
A primary cockpit server is the machine that runs a cockpit service with the user interface and secondary server is a machine that is administrated using cockpit
* setting up the primary cockpit server
1) enable the Extras and optional respositories
# subscription-manager repos - -
Enable =rhel – 7 – server extras –rpms
# subscription – manager repose - -
enable = rhel – 7 –server – optional –rpms
2) install cockpit and cock pit dashboard packages :
$ sudo yum install cockpit
Cockpit-dashboard
3) allow external connection to port through firewall
# firewall-cmd- --add-
Port= 9090/tcp
# firewall-cmd –permanent –
Add-port=9090/tcp
4) enable and start the cockpit.socket
$ sudo systemctl enable
Cockpit.socket
$ sudo systemctl start
Cockpit.socket
$ sudo systemctl start
Cockpit. Server
Trending now
This is a popular solution!
Step by step
Solved in 3 steps