Questions tagged [cockpit]

Server manager software used for administering Linux servers with a web browser.

Cockpit is server manager software used for administering Linux servers with a web browser.

37 questions
4
votes
2 answers

Kubernetes Cockpit username and password are incorrect

I am working with Kubernetes tutorial and deploying the cluster locally with Vagrant. After the vagrant machine finishes its loading, I get the following outout: Kubernetes cluster is running. The master is running at: https://10.245.1.2 Administer…
Gleeb
  • 10,773
  • 26
  • 92
  • 135
3
votes
0 answers

Development environment for cockpit-dashboard

I am trying to customize cockpit. I need cockpit to monitor a kubernetes cluster running on ubuntu 16.04 servers. I prefer to run the cockpit as a pod. My development server is also running Ubuntu 16.04 LTS. While exploring development environment I…
ratavar
  • 51
  • 4
2
votes
1 answer

ERR_TOO_MANY_REDIRECTS on Cockpit behind Traefik

I updated my Rocky Linux 8.7 to 9.1, on 8.7 my Cockpit worked through Traefik with this YML. --- http: routers: cockpit: rule: "Host(`cockpit.mywebsite.com`)" service: cockpit-service priority: 1000 tls: …
tomdev
  • 21
  • 2
2
votes
1 answer

Cockpit manage networking and updates in Ubuntu

No matter how many articles have i found and read about installing and using Cockpit on Ubuntu, but I am no able to manage Networking and Updates in same time. While I want to manage network, I must have NetworkManager service up and running,…
wil hermes
  • 129
  • 1
  • 2
  • 8
2
votes
2 answers

How to change Date Format in listview in backoffice

I am trying to change date format in hybris backoffice listview and I wanted to display in dd/MM/yyyy format. Any help on this please.
Manohar Ch
  • 453
  • 1
  • 3
  • 22
1
vote
0 answers

RedHat cockpit and nginx unable to login

i'm getting the page when i access via remote machine. RedHat installed in my virtual box. However, when i tried login i hitting 401 Authentication failed error. But i tried login to vm and access the page directly localhost:9090, i am able to…
josh
  • 45
  • 5
1
vote
0 answers

Forms on cockpit CMS

I'm trying to build a form using cockpit CMS. Link : http://localhost/misc/cockpit . As in the docs, I have created a token and given '*' privilage and using it in the endpoint like…
huduga
  • 39
  • 6
1
vote
0 answers

Cockpit + Docker + Nginx + Letsencrypt + Flask

I'm trying to determine if this is possible. The only part of this chain that I'm familar with is Flask. **Cockpit + Docker + Nginx + Letsencrypt + Flask** I've got a VPS with Centos 7 and Cockpit installed. Cockpit is pretty cool in that it can be…
ekendra
  • 63
  • 4
1
vote
0 answers

Gitlab + Cockpit: Prometheus 100% CPU usage

I'm using Cockpit to monitor a server with Gitlab. Since I installed Cockpit, Gitlab is using 100% of my CPU. When I check with htop, I see this is a Gitlab component, prometheus. Solution: While I'm writing this question, I found a…
gnoumph
  • 21
  • 4
0
votes
0 answers

Can not access Samba server from Windows 11 after server reinstall

I recently reinstalled my Alma Linux server, before the reinstall I had a samba share working as intended between my two machines. Unfortunately after the reinstall I can't seem to get them to want to connect back together. smb.conf # Note: # SMB1…
KillerHawk
  • 33
  • 7
0
votes
0 answers

Cockpit-project: Access a non-empty cockpit.manifests object

I am recently starting developing in cockpit-project. I read twice the "cockpit.js: Manifests — Manifest info" documentation. We can read : You can load manifest info by loading the ./manifest.json file in your package. In addition there is a…
MUY Belgium
  • 2,330
  • 4
  • 30
  • 46
0
votes
0 answers

Cockpit virtual machine VNC console doesn't work

Cockpit virtual machine VNC console doesn't work in following scenario: Cockpit loaded on workstation host. Then host was changed in the cockpit to a server host. Server has a few virtual machines. VNC console cannot be connected. But if I load…
0
votes
0 answers

How can make a ARM64 Vm works with Cockpit from a AMD64 ubuntu computer?

So I am trying to make a virtual machine of a raspios-bullseye-arm64. By using Qemu on my ubuntu 22.04 Lts x86_64, I was able to see the raspberry terminal. I could not access to that VM because the default user and pw didn´t work. (but at least I…
aggarcia
  • 5
  • 6
0
votes
0 answers

Wrong memory usage in cockpit?

I am using cockpit for monitoring KVM vms and my "issue" is that it show wrong values on the memory metric. It displays 180GB used, but all of my vms is capped at 124, plus the server uses 2-4GB. What could be the problem here? In the terminal with…
Baequiraheal
  • 119
  • 1
  • 13
0
votes
0 answers

How to record catalina.out logs in journald?

I have seen a lot of guides with a problem where tomcat does not write logs to catalina.out but writes to journal, but my problem is exactly the opposite, I need logs to be written to catalina.out and journald. I will answer right away why I need…
1
2 3