"description":"Cockpit is a web-based graphical interface for managing Linux servers. It allows users to perform tasks like configuring networks, managing storage, and monitoring system performance directly through a web browser. It integrates with existing system tools, making it suitable for both beginners and experienced admins.",
"install_methods":[
{
"type":"default",
"script":"ct/cockpit.sh",
"resources":{
"cpu":2,
"ram":1024,
"hdd":4,
"os":"debian",
"version":"12"
}
}
],
"default_credentials":{
"username":null,
"password":null
},
"notes":[
{
"text":"Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`",