Linux Server Web GUI - management with cockpit

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 180

  • @BrianThomas
    @BrianThomas 2 роки тому +16

    Dude! I've been using Cockpit for a while, and I had no idea that you could spin up VM's from the Web interface. Bravo mate.... Thank you ❤️

    • @christianlempa
      @christianlempa  2 роки тому +3

      You're welcome! Thanks for the feedback :)

  • @Rerbun
    @Rerbun 3 роки тому +30

    A quick warning for people installing it, cockpit comes with NetworkManager which will spoof your MAC address WITHOUT WARNING.
    If you're not able to access your server anymore through dns, because your server is on the wrong local IP, because dhcp is messed up, then make sure to re-set your dhcp to the right mac address and maybe turn off spoofing in the NetworkManager configuration.

    • @PaulSpinks
      @PaulSpinks 2 роки тому +5

      Newbie to Linux here and I was like what the hell after installing it and IP decided to change. Lol.

    • @Rerbun
      @Rerbun 2 роки тому +7

      @@PaulSpinks I hope I saved you some time which I wasted figuring this out

    • @PaulSpinks
      @PaulSpinks 2 роки тому +7

      @@Rerbun You certainly, did. Not all heroes wear capes! Thanks. 😁

    • @Rerbun
      @Rerbun 2 роки тому +6

      @@PaulSpinks thank YOU for making me feel like it was worth it 😁

    • @milutzuk
      @milutzuk 2 роки тому +2

      Thanks, didn't know about that, didn't hapen, maybe because I'm using static IPs with no check for MAC. But I know Cockpit needs NetworkManager to update itself. And an Ubuntu server uses networkd as renderer in netplan (NetworkManager can be purged) which kinda defeats the Cockpit purpose. Of course, the switch from networkd to NetWorkManager in netplan on a remote server makes the server not remote because it needs direct input to correct the lost of connectivity. So, IMO, too many arguments against the use of Cockpit on a Ubuntu server at this moment.

  • @bootifulghost8624
    @bootifulghost8624 4 роки тому +17

    Now we need a docker plugin similar to portainer to manage all docker container through cockpit. That'd be awesomesauce.

    • @shnabz1
      @shnabz1 2 роки тому +3

      apparently cockpit discontinued support for docker in favour of podman, i'm disappointed by that news

    • @IBITZEE
      @IBITZEE 2 роки тому +1

      I was thinking about that too...

    • @Ghfvhvfg
      @Ghfvhvfg Рік тому

      @@shnabz1redhat Sphere suprised why do you not use podman most things that work in Docke i think work in Podman

  • @GorkemYildirim
    @GorkemYildirim 4 роки тому +11

    Another very good guide. I use Cockpit in docker but I did not know that I can add plugins. Time to check those!

  • @nickswebtsv
    @nickswebtsv 3 роки тому +4

    Awesome solution at 7:27 - I found I had to restart as netplan wasn't able to be ran on Ubuntu server. But a restart fixed all my issues with managing network interfaces.

  • @jonas737
    @jonas737 2 роки тому

    Im ersten Satzt direkt gemerkt "Jop das ist nen Deutscher"
    Ich danke dir, genau nach so einer Software hab ich schon länger gesucht.

  • @prafullss
    @prafullss 4 роки тому +3

    Awsome. I will do everything. Thanks for zfs and cockpit.
    Your every videos are awsome. Please bring more videos for us.
    Thanks a lot ❤️

  • @RizalBoon
    @RizalBoon 3 роки тому

    Oh. this is awesome. With built in VNC, it will be so easy to manage multiple VM instances remotely on web.

  • @AndreasLenze
    @AndreasLenze 2 роки тому +3

    Great video, thank you. New subscriber now! I didn't know about Cockpit plugins. I also play around with "Webmin", but now I like the ZFS plugin for Cockpit 😁

    • @christianlempa
      @christianlempa  2 роки тому +1

      Thank you! :) Oh yeah Cockpit is much better than Webmin in my opinion.

  • @Joeyhelmond0492
    @Joeyhelmond0492 3 роки тому +2

    You really deserve more likes and subscribers. Your videos are really helpful

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thanks mate! That will come over time, I'm sure :)

  • @PremierPrep
    @PremierPrep Рік тому

    Man, the software update issue was trying to drive me nuts!! Thank you so much for the help!

  • @leeh.1900
    @leeh.1900 3 роки тому +1

    Thanks Christian...just what i needed for my first real linux homelab server

  • @vjponc2
    @vjponc2 Рік тому

    I slowed down the video to 0.75x. Now you are speaking my language, as I hold my beer thank you, you drunken champ. Cheers, from a drunken coder

  • @rexd1104
    @rexd1104 3 роки тому +1

    Great work👌
    Love frm 🇮🇳

  • @Seofthwa
    @Seofthwa 3 роки тому

    Great presentation of the cockpit application and some of its features. Thanks.

  • @tomjeff9007
    @tomjeff9007 Рік тому +1

    Thanks for the info, Do you have a video just for Cockpit VM stuff? have a hard time creating pool/storage etc.. tnx

    • @christianlempa
      @christianlempa  Рік тому

      No I’m not using it much these days unfortunately

  • @PiotrK2022
    @PiotrK2022 5 місяців тому

    @christianlempa Christian, you could mention also about Proxmox and LXC, that LXC on Proxmox requires enabled nesting... Otherwise it won't work complainning about permissions...

  • @franky12
    @franky12 4 роки тому +3

    Did you have any success in getting the Cockpit Plugin for Docker Container to work?

    • @christianlempa
      @christianlempa  4 роки тому +8

      Good question! Cockpit has support for managing containers with "podman", which is a RedHat replacement for docker. In Centos/RedHat that works out-of-the-box, but unfortunately for Ubuntu the cockpit-docker package was deprecated and the cockpit podman package is not in the official Ubuntu repos, yet. That might change and you probably can install the old outdated cockpit-docker debian package manually.
      However, I like managing my docker containers with docker-compose or other systems like portainer or yacht than using cockpit for this, I will make some tutorials on these web GUIs for docker containers in upcoming videos.

  • @PuleenPatel
    @PuleenPatel 3 роки тому +2

    Great vids! Would love to see a vid on exposing cockpit using nginx proxy! :)

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thank you ❤️, hmm that could be interesting to expose cockpit properly, I'll think about it 😊👍

  • @thomasfx3190
    @thomasfx3190 5 місяців тому

    Thanks for the great tutorial!

  • @IBITZEE
    @IBITZEE 2 роки тому

    awsome project... will follow it... but??? why do you use ZFS...
    what features took you to that FS... ?so you have a video on that??

  • @BorisGrishenco
    @BorisGrishenco 2 роки тому

    Thank you! I googled tool like this and failed to find it! Thank you!

  • @GrishTech
    @GrishTech 3 роки тому +2

    One downside about and Debian-derived distro + cockpit is that there is no iscsi options in cockpit. I went through the code to find out why and found that iscsi depends on udisk2, which is not fully featured for debian-based distros and lacks some iscsi functions. I downloaded rockylinux and found that it doesn't have this problem. Also other rhel-like distros don't have this issue (including fedora).
    That being said, we can still use the CLI to manage that aspect. It would have been nice to have iscsi in cockpit for Ubuntu LTS.

    • @christianlempa
      @christianlempa  3 роки тому +2

      Thanks for sharing! To me it's not a critical gap, but yeah I experienced the same, cockpit is really made for RHEL and RHEL based Distros ;)

  • @naicaey3345
    @naicaey3345 Рік тому

    Good day, love your video on using cockpit
    I will like to know if the following scenerio is possible:
    If i was to get one powerful Ubuntu Server, can i have 3 VM's with the following setup:
    1. One dedicated for email marketing (Ubuntu) knowing fully well this requires its own dedicated IP Address,
    2. Another for hosting my site using CyberPanel(Ubuntu) and
    3. Finally another for forex EA's (Windows)
    Secondly will they all be using the same IP address?
    Finally will this kind of scenerio degrade the performance of the server overtime
    Kindly explain to me how the issue of IP Address is managed among them.
    Hope to hear from you soon.

  • @cxlso
    @cxlso 3 роки тому +4

    Hey, great tutorial! I'm building a home server on Raspberry Pi4 but for now, I only have one external storage disk. Would it be able to mount 1 disk for now with OpenZFS and later on, if everything works fine, mount another disk to create a mirror of the first disk?
    Cheers!!

    • @christianlempa
      @christianlempa  3 роки тому +2

      Hey thank you :) There maybe a way to do it, but I think it should be safer and easier to create a new storage pool as mirror and copy the files over.

  • @novianindy887
    @novianindy887 Рік тому +1

    Can we monitor apache access log (in relatime with moving graps like CPU and RAM) with this cockpit? how?

  • @franky12
    @franky12 4 роки тому +2

    What is your opinion and/or experience about *unattended-upgrade* feature on an Ubuntu Server?

    • @christianlempa
      @christianlempa  4 роки тому +2

      I use it to enable only automatic security updates, had no issues so far. Other stuff I do manually.

  • @JohnnyTHM
    @JohnnyTHM Рік тому +1

    I have been wondering something for awhile.
    If you have a Webpanel installed like
    cPanel, Direct Admin, WebMin, CWP or whatever of the many available
    Is CockPit designed to be installed without conflict with a web panel
    Or is it one or the other?

    • @ThomasMilam-b7g
      @ThomasMilam-b7g 8 місяців тому

      Yes, I use both Webmin and Cockpit. I use Fedora server and it installs Cockpit out the box. Cockpit can do basic server admin, but you can't get 99% of the apps/modules that you can get with Webmin. I have not used it with any of the others webbie interfaces you mentioned. Plus I don't recommend CWP using because you have to reinstall the server you installed it on.

  • @letsplaywow6896
    @letsplaywow6896 2 роки тому +1

    I installed like you said, but I get an error Virtualization service (libvirt) is not active, why?

    • @christianlempa
      @christianlempa  2 роки тому +1

      Probably because it's not installed

    • @letsplaywow6896
      @letsplaywow6896 2 роки тому

      @@christianlempa That was the problem, thank you!

  • @DAWE12100
    @DAWE12100 4 роки тому +1

    Thank you for the video.

  • @LucianoEvaristoGuerche
    @LucianoEvaristoGuerche 2 роки тому +1

    Hi, I have watched a lot of videos from your channel lately. They have helped me a lot while setting up my home/personal/hobbyist humble server. Do you have any explaining how to properly configure a route to cockpit in traefik?

    • @christianlempa
      @christianlempa  2 роки тому +1

      Thank you and you’re welcome :) honestly I haven’t Cockpit for a while now so I’m not sure, maybe in the far future

  • @wesleybaird2752
    @wesleybaird2752 2 роки тому

    definitely want to know how to open cockpit

  • @eugrus
    @eugrus 2 роки тому

    Does the cockpit present its' separate management for KVM or is it a wrapper for virt-manager? Will things go wrong if I use both?

  • @seniortaco100
    @seniortaco100 Рік тому

    Nice Vid Christian
    I'd like to ask you if Cockpit can do patch management for multiple Linux servers from a single management interface?
    Thanks for your attention

  • @alex08585
    @alex08585 3 роки тому +1

    Awesome Video, how do i allow "Graphical Console " on the host machine instead of the virtual machine

    • @christianlempa
      @christianlempa  3 роки тому

      Thanks mate! Not sure what you mean by that, can you explain it, please?

    • @alex08585
      @alex08585 3 роки тому

      Hi@@christianlempa , sorry for not being clear, what i meant was
      1. At the video 12:14 where there is a graphical console shown to view your virtual machines running in the host system
      2. In the host system where cockpit is installed how to view in cockpit page the same graphical console
      3. It would be greatly useful to have to access the host system GUI via the cockpit page
      Hope that clarifies my question

  • @wmakiling805
    @wmakiling805 3 роки тому +1

    The warranty on your DELL PowerEdge T410 expired in March 2014. : )

  • @xanderman55
    @xanderman55 4 роки тому +3

    Great tutorial! I am trying to setup Cockpit on a subdomain. I watched your video on NGINX and LetsEncrypt but when I applied it to this Cockpit video I got some weird results where the server did not authenticate. I looked around online and most of the documentation does not use Ubuntu. Are you able to go over this in a future video?

    • @christianlempa
      @christianlempa  4 роки тому +3

      Hi, yea I will have a look at it

    • @xanderman55
      @xanderman55 4 роки тому +1

      @@christianlempa I used some of the documentation on cockpit to copy and replace the auto generated certificate but once I try to login it still uses the old auto generated certificate even after removing it completely. It is just odd.

  • @acerides1724
    @acerides1724 Рік тому

    What about when adding/mounting new Storage for physical or vm disks?

  • @gg48gg
    @gg48gg 3 роки тому +1

    Thank you! Question for you: I have a perl script that executes a data backup via cron. Do you know how I could display the results using cockpit, or as a next step have a button to manually start the backup script?

    • @christianlempa
      @christianlempa  3 роки тому +2

      No idea if that's possible with cockpit, sorry.

  • @Stradiostv
    @Stradiostv 2 роки тому +1

    can you mabe make a video on ubuntu cockpit PAM and Two factor auth support in Cockpit?

    • @christianlempa
      @christianlempa  2 роки тому

      Hmm I've done a video on 2FA and will do another one with Traefik and Docker. Don't know but this might also be helpful for Cockpit.

  • @SirJagerYT
    @SirJagerYT Рік тому

    i am very comfortable with using terminal, should i be using this from my vps ? What can it do more that can't be done with terminal ?

  • @khalidelgazzar
    @khalidelgazzar 3 роки тому +1

    Thanks, great video :)

  • @ccaiuss
    @ccaiuss 7 місяців тому

    I have cloudpanel on my server. If I install cockpit, which also has a web server, things get a bit confusing. how can I install the cockpit but have it be through a proxy on the cloudpanel server?

  • @kartikborikar1
    @kartikborikar1 3 роки тому +1

    Hi!
    This is what i wanted!
    Is there any plugin for SAMBA server on Ubuntu?

    • @christianlempa
      @christianlempa  3 роки тому

      I used the ZFS plugin mentioned in the video, that also has a plugin for samba!

  • @lakshminarasimmanv
    @lakshminarasimmanv 3 роки тому

    Please upload a video on using ssl certs for cockpit

    • @christianlempa
      @christianlempa  3 роки тому

      Hmm let me put it on the backlog when I have time 😁

  • @localmega5824
    @localmega5824 2 роки тому

    Hi, does cockpit have gui. I only see terminal interface!! . what about gui?

  • @naasbotack
    @naasbotack Рік тому

    Webmin & Cockpit are there same? sorry im new in Linux🥺 please enlight me. tq

  • @michaelschmid2311
    @michaelschmid2311 Рік тому

    How would this affect performance? I Run My Server on a Sandi Bridge dual core

  • @ThomasMilam-b7g
    @ThomasMilam-b7g 8 місяців тому

    As of Fedora 39, Cockpit is installed by default and Cockpit-machines is an available to install from the Applications menu. Also what about Webmin? Does anyone still use it?

  • @FulvioBodda
    @FulvioBodda 3 роки тому +4

    Hi! Great tutorial! Is it possible to use cockpit to manage Xen Servers or XCP-NG hosts?

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thank you man :) I don't think so, it's based on Linux.

  • @maksmorozenko2762
    @maksmorozenko2762 2 роки тому

    Hello, thank you for your video, it vary helpful. I almost done with my Windows Server VM. The last thing left. VM hasn't connection to the internet. Network interface IP address is unknown. . Please advice me.

  • @auslander1026
    @auslander1026 2 роки тому +1

    How to update cockpit after installation?

  • @jomik100
    @jomik100 3 роки тому +1

    Thank you for this video. But how to ad and configure a domain?

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thank you! :)

    • @jomik100
      @jomik100 3 роки тому +1

      @@christianlempa but how to join a domain in cockpit on Debian 10? Thanks

    • @TheGreatestMajesty
      @TheGreatestMajesty 3 роки тому +1

      @@jomik100 Yes. He didn't mention RealmD. Or the store metric plugin. Id like to know about realmd as well.

  • @tirushv9681
    @tirushv9681 3 роки тому +1

    Sir please make a video on cockpit ssl with nginx reverse proxy

    • @christianlempa
      @christianlempa  3 роки тому

      I thought about it, but I believe it's better to show you more about access management and SSL certs in general, which will help you to access web interfaces like cockpit with proper 2FA and access control, rather than exposing it with NPM. Hope that makes sense ;)

  • @Dexter101x
    @Dexter101x 2 роки тому

    NetworkManager is deprecated now,. what is the alternative?

  • @tuobraun
    @tuobraun 2 роки тому

    Does anyone know how to resolve this error?
    A dependency job for cockpit.service failed.
    Cannot start cockpit on Ubuntu 22.04

  • @alainterriault7492
    @alainterriault7492 3 роки тому +3

    Very interesting, why not just go with Webmin? It does seem to be more mature and Ubuntu friendly.

    • @MartinPitti
      @MartinPitti 3 роки тому +1

      If you *only* want to use webmin, that is fine. But you have to be aware that it "owns" your machine, i.e. sets up its own config files etc. everywhere, and is not "reactive" to changes on the CLI or from Ansible etc. Cockpit is designed to only use the official system APIs (like D-Bus, hostnamed, or libvirt), so the UI will respect and immediately update to changes that you do somewhere else. So you can use it as an occasional troubleshooting/learning tool without it getting in the way.

    • @alainterriault7492
      @alainterriault7492 3 роки тому

      @@MartinPitti This is so strange, I have the opposite experience with Webmin and find it to be CLI and /etc friendly. no junk, no special db or config and i can keep using vi without breaking anything .. this is exactly why i like it.

    • @MartinPitti
      @MartinPitti 3 роки тому

      @@alainterriault7492 Thanks for the correction! It's been a while since I looked at webmin. Honestly great to hear that this became so much better now.

  • @fiveangle
    @fiveangle 2 роки тому

    Prefer Proxmox for same but cool intro to cockpit

  • @GarthBuxton
    @GarthBuxton 3 роки тому +1

    Great work thank you.

  • @chrisdamonsworld
    @chrisdamonsworld 3 роки тому +1

    I'm using Webmin but I give this a try

  • @salexkorsan8790
    @salexkorsan8790 5 місяців тому

    i'm installed aapanel, but i'm thinking about to replace with cockpit

  • @GregDotelphoto
    @GregDotelphoto 2 роки тому

    I change the renderer to NetworkManager and now I can't access my server. Any help?

  • @darkchiprj
    @darkchiprj 5 місяців тому

    thnk´s body, you help me a lot.

  • @djstraussp
    @djstraussp 3 роки тому +1

    Any chance to get latest cockpit version on Ubuntu 20.04? The package install with apt is 215 and the latest one is 242.

    • @christianlempa
      @christianlempa  3 роки тому +1

      No idea, can you share some details on our discord?

  • @Crazy--Clown
    @Crazy--Clown 3 роки тому

    Thanks Fritz

  • @robertgoeres
    @robertgoeres 3 роки тому +1

    The Netplan does not work for me. All my Interfaces stay Unmanaged

    • @christianlempa
      @christianlempa  3 роки тому +1

      You may have a look at the documentation or forums of cockpit project, or take a look at our discord community, I'm sure we can help you :)

  • @janikti8605
    @janikti8605 2 роки тому

    Wenn ich auf die virtuelle Maschine nen Univention Corporate Server aufsetzen will wie stell ich das am Besten an.
    Sie hat bei mir keine .iso und keine kvm oder hyper-v angenommen.

  • @lvckyapi
    @lvckyapi 3 роки тому +1

    Schönes Video^^

  • @gdevelek
    @gdevelek Рік тому

    That thing with Netplan and NetworkManager is a bummer....

  • @Tomasz_Jan_Maria_Gasiennica

    @Christian Lempa
    subtitles mode on pls!

  • @SerkanBalta
    @SerkanBalta 3 роки тому

    hi Chris, i just missed it; does ubuntu server working on a real server which you connected with ssh from windows, or it's already installed your windows machine as in virtual box... thanks already.

    • @christianlempa
      @christianlempa  3 роки тому +1

      I mostly run Linux in virtual machines, there is currently no physical installation in my setup. I think this one I simply created with vagrant on my Windows Workstation.

    • @SerkanBalta
      @SerkanBalta 3 роки тому

      @@christianlempa thank you

  • @joeballam6414
    @joeballam6414 3 роки тому +2

    Great video! have you found a way to get Cockpit to send email notifications? I am trying to get it to email me if I run low on disk space and have not be able to find anything online

    • @christianlempa
      @christianlempa  3 роки тому +2

      Not yet, I mainly use cockpit for configuration and other tools for monitoring

    • @Technically_Bad
      @Technically_Bad 3 роки тому +2

      I don't really know anything about anything. but I bet you could make a script that does this

    • @MartinPitti
      @MartinPitti 3 роки тому +2

      Cockpit is not a monitoring software. If there is no running session, then nothing is running on the machine (other than cockpit.socket, which is trivial). If you need monitoring, use something like nagios.

  • @meggrobi
    @meggrobi 3 роки тому

    13+ years ago I was using Webmin to manage multiple servers from one web interface, and it had many of the features of Cockpit, do you know if was a fork from Webmin?

    • @christianlempa
      @christianlempa  3 роки тому

      Hm never heard that, so I guess it's a separate project

  • @OldNorsebrewery
    @OldNorsebrewery 2 роки тому

    Hi. it looks like it is an useful tool. I used webmin since -99 when there was nothing else. Nowadays it starts to come along more projects like this. I have a question I hope answered. I have a 12 drive server with not much room to add more than one ssd internally. In an ZFS pool will it be most useful to add that ssd as a cache or a log to gain speed?

    • @christianlempa
      @christianlempa  2 роки тому

      No idea unfortunately, haven't looked into that myself (yet)

  • @shukribulow
    @shukribulow Рік тому

    Please give project about linux cockpit

  • @Anonymous-jh4nr
    @Anonymous-jh4nr 2 роки тому

    Hi! Do you have a video about that how we can install cockpit inside docker and handle with portainer? docker/ws is not enough to work well seems, probably i couldnt do something well :) anyone has cockpit inside docker and handle with portainer? thanks :)

  • @blinddog1212
    @blinddog1212 2 роки тому

    Very nice video! I'm just dabbling in Linux (Debian on a Buffalo NAS). I have Webmin but it's a bit too much for the old device. Cockpit looks intriguing! If it doesn't require as many resources as Webmin, I may have to give it a try. Do you think it's worth switching? Thanks for the helpful video!

    • @christianlempa
      @christianlempa  2 роки тому +1

      It depends on how you're using webmin. Webmin has many more plugins and features than Cockpit, but if you don't need them, I guess it would be worth switching.

  • @kevin_kk
    @kevin_kk 3 роки тому

    Quick one : Can I run cockpit alongside VESTA CONTROL PANEL all running under one server or will there be some conflicts?

  • @asimabusallam3147
    @asimabusallam3147 3 роки тому +1

    thanks man

  • @hussainblackdrag1983
    @hussainblackdrag1983 2 роки тому

    im getting a white or black page after logging in ... How to solve it?!!!!

  • @wilsoncardoso150
    @wilsoncardoso150 3 роки тому

    Hi @The Digital Life, it seems that NFS was removed from the latest version, do you perhaps know why and if there is a way to install?

  • @rottenfist220
    @rottenfist220 6 місяців тому

    what about networkin briding?

  • @MultiSam247
    @MultiSam247 2 роки тому

    hi im stuck when you did the sudo vim bit i did that and it empty i have not got the blue writing in mine and was wondering if you could help me please as am stuck on that bit

    • @christianlempa
      @christianlempa  2 роки тому

      Hey mate, maybe join our discord we'll be able to you better there ;)

  • @salexkorsan8790
    @salexkorsan8790 2 роки тому

    Sir is There any Simple Gui, for install SSL , add remove, Domain in One Click,
    for Ubuntu Desktop Version,
    i'm Using Aapanel , it's Very Slow, i don't want to Use Any Web Panel,
    just i want, to do in Ubuntu Desktop, Without Commands....

  • @closerlookcrime
    @closerlookcrime Рік тому

    How do these virtual machines compare to Virtual Box or docker containers? Thanks.

    • @christianlempa
      @christianlempa  Рік тому

      It's based on KVM, Cockpit is just a management UI for it. So that's basically very similar to VirtualBox, but a lot different from docker ;)

    • @closerlookcrime
      @closerlookcrime Рік тому

      @@christianlempa I don't know how my question got on this video. Sorry about that. I know I was on a different video. I was watching some of your listed videos and I must of jumped to this one without realizing it. I am sure my question didn't make sense.

  • @ethangender
    @ethangender Рік тому

    the renderer part is already added by default to my new ubuntu desktop, i guess the community fixed that problem

    • @christianlempa
      @christianlempa  Рік тому

      Nice, I need to take a look at this again at some time...

  • @hawolex2341
    @hawolex2341 3 роки тому +1

    i want to change port on cockpit 9090 give me an conflict

    • @christianlempa
      @christianlempa  3 роки тому +1

      That should help you cockpit-project.org/guide/latest/listen

  • @OlindoPindaro
    @OlindoPindaro 10 місяців тому

    I installed in ubuntu 23.10 but i dont see any addon on "Application" menu

    • @christianlempa
      @christianlempa  10 місяців тому

      Maybe there have been some changes, haven't used it in a while...

  • @letsplaywow6896
    @letsplaywow6896 2 роки тому

    Hey Man, I am going to buy a server with 8 Core Xeon Intel Xeon 2.6GHz with Turbo, 16 threads and 16 GIGs of memory. What I want to do is install Windows 11 as a VM, if I do this, would it be powerful enough to run PC games? I want to do this because I want to exclude my gaming PC. I have a Mac, PC and a server. Too many, computer in my house. This is the server that am going too buy PowerEdge T150 Tower Server
    Thanks!

  • @tobiazz.1921
    @tobiazz.1921 Рік тому

    hi, ich versuche es mal auf deutsch: ich bin neu in dieser serverthematik und weiß bei der netplan thematik nicht weiter. Wie kommt der inhalt in dieses dokument? wie wende ich das an? bei mir ist sudo vim leer. wie bekomme ich dort etwas rein? hä? haha, vielen dank für eine antwort

  • @AnkitSharma-zy9nb
    @AnkitSharma-zy9nb 2 роки тому

    how to change cockpit port?

  • @IamAWESOME3980
    @IamAWESOME3980 3 роки тому +2

    i just use ssh :/

  • @jordancobb509
    @jordancobb509 Рік тому

    Dev: Would you like an easy to understand graphical interface for common management tasks?
    Linux Turbo Nerd: Heck naw, I would rather read man pages all day and type hundreds of cryptic commands.

  • @raul230285
    @raul230285 3 роки тому +1

    Cool. xD

  • @thatzokay
    @thatzokay 3 роки тому +1

    i have installed cockpit on my vps but it did not came with netplan pre installed. Is there a way to set up netplan to get the update to work?

    • @christianlempa
      @christianlempa  3 роки тому +1

      Depends on you distro. You can simply install it, but maybe check if cockpit works without

  • @humanoide-odoo
    @humanoide-odoo 2 роки тому

    Proxmox works but it is useless. nobody knows how to connect the public ip with the vm

  • @HEWfunkingKNEWit
    @HEWfunkingKNEWit 4 роки тому +1

    This is almost similar to organizr

    • @franky12
      @franky12 4 роки тому +1

      I disagree. Organizr is something different.
      You can compare Cockpit somehow with cPanel, Plesk, Webmin, Ispconfig, Froxlor, CentOS Web Panel and similar...

  • @iwebbio
    @iwebbio Рік тому

    He predicts anyyhong i think abt

  • @onlinegill
    @onlinegill 3 роки тому +1

    Count how many time he said ALSO

    • @christianlempa
      @christianlempa  3 роки тому +1

      Why don't you do it and just tell me? :D