Or is that more of a stereotype, and there are some (maybe more?) out there using some form of graphical interfaces/web dashboards/etc.?

It’s struck me as interesting how when you look up info about managing servers that they primarily go through command-line interfaces/terminals/etc. It’s made me wonder how much of that’s preference and how much of it’s an absence of graphical interfaces.

  • notabot@lemm.ee
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    10 months ago

    I only use CLI access over SSH to manage servers. Using a GUI is painful, especially working remotely. Even wjen I had to deal with windows servers I’d setup an SSH server on it and use powershell.

    Ideally you don’t even access the server manually over that, but use a management system like Ansible or Puppet to configure and manage it.