New on LowEndTalk? Please Register and read our Community Rules.
Server organization tool
Hi,
I'm currently writing a super simple web based server organization tool, which should replace my spreadsheet tables.
I'll probably open source it once it's ready.
I'd love to hear some input to improve the functionality.
Which information would you like to store?
Currently you can enter the name, hostname, location, provider, tags, resources, IPs and notes.
There will be a "card view" with all the servers listed as well as an individual view with more information.
What do you want to see at first glance on the "card view"?
Thanks!
Comments
How long would it take to make it as good as this?
http://centos-webpanel.com/
That sounds great and like something I'd want to use.
"resources" means CPU, RAM, HDD?
I also store ASN/network, type (OVZ, KVM, Dedi, ...) and the day I bought the service. In addition, cost/billing cycle/date of renewal might be useful... but I'm not sure if I'd like to have an overview of the amount of money I spend on servers...
This is a completely different approach, my goal is only to get a structured overview of the servers and keep track, not managing them.
I might integrate a simple uptime monitoring at some point, but im not sure about that yet.
Ideas:
I'd like to have one tool to manage my domains too. So it would be nice to have different ressource types (VPS, Domain, Service, ...) with different fields
Criticism:
Thanks!
Just added type and the price.
Will think about the billing cycle.
Links are a great idea!
At a later point I'll integrate a option to select the type of service (VPS, Domain,...)
The name field is basically a just a description.
I've added toggle (list, card) to the todo list
will add more later ..
Ansible Init Hosts Make your fresh server ready for Ansible (Open source)
I have been looking for something like this. if possible it would be nice to a place to put an embed image, I run vstati to generate a bandwith.png file so if you could put the url to the image and it display it on the details for the server or something that would be awesome
Thanks guys!
I've just added a simple uptime monitoring and I'll attach some screenshots later.
The frontend is based on VueJS which is consuming the PHP API.
I've decided against using a database and instead it's using simple .json files for each server.
This allows a super easy deployment and backup process.
Any github repo already?
Ansible Init Hosts Make your fresh server ready for Ansible (Open source)
Nice idea. I picked a couple of columns from my spreadsheet. Maybe they are already part of your fields. I have a column # of cores and a column to check if the core is dedicated or not. OVZ is almost non-existent, but I have a column for Virtualization type.
Most important of all (for me) is Idle %. It is my assessment of how much use the server is at. It helps me decide where to test my next project. If I have one running a Webserver, I prefer to use that server again to test another web project instead of installing the whole stack on a fresh server.
Are you looking for some textual fun?
Not yet, but I’ll publish the link once it’s on GitHub.
I’ve added a field for custom text and notes, you could save your idle % there.
Decided to go with a table instead of the cards.
I'll spend a bit more time on the table design itself to make it more readable
great, I was looking for this
George DC
www.georgedatacenter.com
This looks great!
That's the part I like the most:

If you can add these things would be great 👍🏻
Currency, billing cycle, due date, sort capability, billing reminder via email, monthly statement, etc
Webmaster Hosting Solutions, Mohamad AlSayed PW
GB4 and GB5 single and multi scores.
API to run a copy/paste command on server and it post/add itself to database with server details.
s/Ressources/Resources/
My own sheet has three columns for price: Monthly, Yearly, and Normalized Monthly. I enter either the monthly or yearly price (depending on how it's billed), then the Normalized Monthly does an IF statement and possibly division to determine what the cost per month is (either the Monthly cost or Yearly /12 ), so I can sum up what my monthly cost is.
You might also add OS.
And "next due".
I put CPU/RAM in one box, then disk and bandwidth in separate columns so I can total them.
For LET support, please visit the support desk.
Im trying to decide which table fields to add.
I can't consider every edge case, but there's still the notes field for custom notes.
Currently I settled on:
tags, resources, location, os, provider, ips, type (KVM, LXC...), price, notes
Any other requests?
You can also do searches? search by IP or by server.
George DC
www.georgedatacenter.com
Not yet, but that’s a great idea!
Seems great! Looking forward to see it on github
Thanks!
hostname?
Looking forward to it being online on GitHub etc
Please don't add to many to keep it simple.
Instead, maybe one could add additional custom fields by specifying them in a config file.
awesome idea, how many servers would be able to add ?
There’s no limit on how many servers you can add
Just added the search function.
here's a quick demo
https://i.imgur.com/V0WhQZ3.mp4
What's the ETA on releasing code
Probably February
Maybe simple monitor like ping or what else.
Resort.id
Looking forward to it
Custom icon for each server?
In my ssh client I have custom icons for web, database, application, dns and so on which quickly lets me see what kind of server it is.
Awesome UI. What's the CSS Framework/theme you use?
Ansible Init Hosts Make your fresh server ready for Ansible (Open source)
I'll add it to the todo list
Thanks!
Frontend is build on TailwindCSS and VueJS
Great.. Waiting for release. Good luck
Ansible Init Hosts Make your fresh server ready for Ansible (Open source)