Your favorite web UI for your linux server?

Do you use any web ui’s for your Linux server? I’m comfortable managing my server using the command line, but I also want a graphical interface that shows an overview of what is running on the server, the way the resources are being used what containers are running and so on. Also file download uploads would be great to have.

What do you recommend which is light and resources and is suitable for less powerful servers with low ram?

So far these are the more interstating tools I’ve found: (they vary in functionality their provide)

CasaOS Cockpit SartOS Orb Kasm

possiblylinux127,

ssh?

TCB13,
@TCB13@lemmy.world avatar

htop

Pantherina,
@Pantherina@feddit.de avatar

btop

caseyweederman,

btop

Pantherina,
@Pantherina@feddit.de avatar

ctop

nis,

stop

Pantherina,
@Pantherina@feddit.de avatar

oktop

folak,
caseyweederman,

switch

jvrava9,
@jvrava9@lemmy.dbzer0.com avatar

btm

deadcatbounce,
@deadcatbounce@reddthat.com avatar

He wasn’t speaking loudly at all.

interdimensionalmeme,

Way too cumbersome to use with a touchscreen

possiblylinux127,

You administer your servers with a touch screen.

No hate as I sometimes use my phone to ssh in to things

Meuzzin,

Ummm Webmin? Can’t believe it hasn’t been mentioned…

IthronMorn,

I also really love webmin!

interdimensionalmeme,

Webmin is great. Especially when you would like shit to just work and not faf about wasting your weekend text editing configuration files

Meuzzin,

Exactly. I’ve been using it for 6 years or so. I’ve tried every other supposed alternative and nothing has even close to the functionality of it…

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

If you don’t mind the UI out of the 90s webmin probably is the most comprehensive solution. I haven’t used it in a few years, does it handle containers?

Meuzzin,

Yes! And the interface can be customized. You can even design and use your own… Basically, it can be tweaked to your hearts content.

Pantherina, (edited )
@Pantherina@feddit.de avatar

I tried to install Cockpit on Debian, and it just downloaded an entire Linux Desktop? Really weird, had the configs and open port all but still the UI was not showing.

Might give it another try but would prefer something less resource heavy

caseyweederman,

“Hey you wanted NetworkManager, right? We’ve decided everyone wants NetworkManager.”

Last time I didn’t use --no-install-recommends

Pantherina,
@Pantherina@feddit.de avatar

Ooh right! I hate Debian that it does this.

caseyweederman,

It makes sense in a lot of cases, just not all of them.
Huh, it’s got to be the maintainers who make that list, right? Not the developers?
Either way, that must be an awkward philosophical snarl. “Oh I see we’re running Gnome again.”

Pantherina,
@Pantherina@feddit.de avatar

It was a hyperbole so not really a complete desktop, but a lot of tools that where duplicating others in purpose

caseyweederman,

I’ve had it cascade and install an entire desktop.

constantokra,

Btop tells me everything I need to know, and it does it with style.

mfat,

I mainly need this when i don’t have access to my own laptop and ssh keys.

constantokra,

You could use a hardware key for ssh with a passphrase protected key. I use a solo key v1 myself. There are even keys that let you enter a pin on the device instead of the computer, so you don’t have to worry about key loggers. And you can set up Sudo to work with a key too.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Wait, wait, wait. If you want something publicly accessible most of the solutions in this thread would be a Bad Idea™️. Don’t expose anything that could possibly make changes to the system to the Internet.

frustbox,

Just SSH. Every public facing piece of software (I.e. a web interface) adds more complexity for misconfiguration or security vulnerabilities.

You can mount you remote filesystem locally and use your local file manager and text editors to manage most tasks. If you use ansible you can make changes to a local configuration and deploy the state to the server without needing to run anything special on the server side. It is especially effective if you also run docker.

And for monitoring I usually just have a tmux with btop running. Which is fine if you don’t need long term time series data, then you might want to look at influxdb/grafana - but even those I would run locally behind a firewall, with the server reporting the data to the database.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I’m not sure why you’re assuming public facing. I don’t see that anywhere in Op’s post.

macattack,

I’m headless and mostly use containers, so I run lazy docker

yum13241,

How did you write this comment, Headless Horseman? 🎃

Pantherina,
@Pantherina@feddit.de avatar

Mardown formatting


<span style="color:#323232;">This is written with three "`" at the front and back for codeblock.
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Link](URL)
</span><span style="color:#323232;">
</span><span style="color:#323232;">*italic*
</span><span style="color:#323232;">
</span><span style="color:#323232;">**fat**
</span><span style="color:#323232;">
</span><span style="color:#323232;">***fatitalic***
</span><span style="color:#323232;">
</span><span style="color:#323232;">~~crossed~~
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Header 1
</span><span style="color:#323232;">## Header 2
</span><span style="color:#323232;">### Header 3
</span><span style="color:#323232;">
</span>

Link

italic

fat

fatitalic

crossed

Header 1

Header 2

Header 3

yum13241,

What I meant is that how could you use Lemmy without a head, but thanks anyway.

Pantherina,
@Pantherina@feddit.de avatar

Ok well

zzzzzz,

I have found Nginx Proxy Manager to be a huge time-saver for configuring nginx and certbot.

caseyweederman,

Ooooh I’m gonna have to take a look at that

LinuxSBC,

Cockpit.

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

Netdata is great for monitoring

mfat,

I tried it once the UI is very complicated.

node815,

This person gives a good run down of how to integrate NetData + Prometheus + Grafana to create a nice dashboard:

noted.lol/netdata-prometheus-and-grafana/

I am not much into those, but got into Netdata, it’s really just a nice information portal which provides way more data than one can use, but they pretty much expose it so you can use it for your purposes. I have it on a few of my systems and like looking at it when they seem slow.

For what I have for my end though - I use Proxmox for my VM’s and then use Portainer for a good rundown of what ports I have available to allocate. But then I also use docker compose files whenever I can so it’s easier to update/deploy as needed.

nik282000,
@nik282000@lemmy.ca avatar

lxc-ls -f

Shows me what is running and that’s about it.

bladewdr,

I just use ssh for management. Monitoring is handled by nagios.

nixfreak,

Glances

rodbiren,

Portainer has been great. I almost don’t need ssh

qaz,

Cockpit as web UI, and SSH otherwise

deadcatbounce,
@deadcatbounce@reddthat.com avatar

To be honest, Cockpit is the only (Web) one I know about.

RPM slave here.

unionagainstdhmo,
@unionagainstdhmo@aussie.zone avatar

The web UI of Proxmox is really good

hemko,

Second to that. It’s very rare I need to do anything in cli in proxmox

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • [email protected]
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • oklahoma
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • SuperSentai
  • feritale
  • KamenRider
  • All magazines