Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Server organization tool - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Server organization tool

2

Comments

  • Maybe simple monitor like ping or what else.

  • @v3ng said: Probably February

    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.

    Thanked by 1scooke
  • @v3ng said:
    Just added the search function.

    here's a quick demo
    https://i.imgur.com/V0WhQZ3.mp4

    Awesome UI. What's the CSS Framework/theme you use?

  • v3ngv3ng Member, Patron Provider

    @rcy026 said:
    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.

    I'll add it to the todo list

    @ferri said:

    @v3ng said:
    Just added the search function.

    here's a quick demo
    https://i.imgur.com/V0WhQZ3.mp4

    Awesome UI. What's the CSS Framework/theme you use?

    Thanks!
    Frontend is build on TailwindCSS and VueJS

    Thanked by 1scooke
  • @v3ng said:

    @rcy026 said:
    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.

    I'll add it to the todo list

    @ferri said:

    @v3ng said:
    Just added the search function.

    here's a quick demo
    https://i.imgur.com/V0WhQZ3.mp4

    Awesome UI. What's the CSS Framework/theme you use?

    Thanks!
    Frontend is build on TailwindCSS and VueJS

    Great.. Waiting for release. Good luck

  • v3ngv3ng Member, Patron Provider

    It's now possible to edit an existing host and the status is monitored
    https://imgur.com/a/bYdinn9

  • v3ngv3ng Member, Patron Provider

    yea, I started working on this like 3-4 months ago.

    It was intended to be a private project to sort and list my servers.
    His panel seems to have much more details which I don't want to integrate since I want to keep it simple and clean

    Thanked by 2brueggus o_be_one
  • georgedatacentergeorgedatacenter Member, Patron Provider

    @v3ng said:
    yea, I started working on this like 3-4 months ago.

    It was intended to be a private project to sort and list my servers.
    His panel seems to have much more details which I don't want to integrate since I want to keep it simple and clean

    Yes, I see them as different projects.

  • @v3ng said:
    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!

    Having a visual chart displaying different servers in different data centers or their VLANs would be helpful.

  • @v3ng said:
    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?

    Having a way to object orient the table fields themselves will help since most users will want to customize it.

  • georgedatacentergeorgedatacenter Member, Patron Provider

    Hey mate,

    has some news about this project.

  • v3ngv3ng Member, Patron Provider

    Hey there,

    It will be public in the next few days.

    Thanked by 2ferri Asim
  • MarcoooMarcooo Member, Host Rep
    edited February 2021

    we are working on a own solution for rack hardware and QR codes we can scan for information about the server.

  • waiting for it

    Thanked by 1Asim
  • v3ngv3ng Member, Patron Provider
    edited February 2021

    I'll release the final version this week

  • nice. considering put "uptime" or "load" server if you can

  • jtkjtk Member
    edited February 2021

    For those that use Ansible you might consider Ansible-cmdb. If you have a lot of servers and aren't using some sort of config management tool like Ansible, you're doing it wrong.

    Thanked by 2ferri simonindia
  • @jtk said:
    For those that use Ansible you might consider Ansible-cmdb. If you have a lot of servers and aren't using some sort of config management tool like Ansible, you're doing it wrong.

    The link is missing the trailing "b" - https://github.com/fboender/ansible-cmdb

    Thanked by 1jtk
  • v3ngv3ng Member, Patron Provider

    There you go.
    https://github.com/iandk/servermanager/

    Please don't expose the application to the public without any IP or htpasswd restrictions since there is no authentification or input validation

  • The ability to add a 'benchmark' score (leaving it up to the user to decide what tool is used, geekbench or 3dmark or btc hashes/sec) - and to order the list by this value.

  • v3ngv3ng Member, Patron Provider

    @Shot2 said:
    The ability to add a 'benchmark' score (leaving it up to the user to decide what tool is used, geekbench or 3dmark or btc hashes/sec) - and to order the list by this value.

    You can use the notes feature for this, however this field is currently only visible when adding or editing a host.

    But the table sort feature is a great idea, I’ll add it to the todo list

  • brueggusbrueggus Member, IPv6 Advocate
    edited February 2021

    I really like this tool. It's simple and clear. The sorting feature would be great and maybe filtering by tags by clicking on them?

    Thanked by 1v3ng
  • georgedatacentergeorgedatacenter Member, Patron Provider

    @v3ng said:
    There you go.
    https://github.com/iandk/servermanager/

    Please don't expose the application to the public without any IP or htpasswd restrictions since there is no authentification or input validation

    Thanks

  • v3ngv3ng Member, Patron Provider

    Small update

    Thanked by 1seriesn
  • Looks awesome!
    Btw I never really understood why edit and delete buttons are next to each other in lists. Isn't it more convenient to have edit action next to the service name?

  • v3ngv3ng Member, Patron Provider

    That would look pretty messy probably.

    But I could show it on hover only.
    Will have to think about it

  • Looks good man... If I understand right, this is just for asset management and no device management?

  • v3ngv3ng Member, Patron Provider

    Right, you can't interact with the servers, it's just to organize them

Sign In or Register to comment.