Here's a simple PHP script I put together to help me keep track of my VPSs, web hosting, dedicated servers, and colocated boxes. It's extremely basic for the moment, but it replaced me spreadsheet that I was using. The goal was simplistic (it uses SQLite so it's all file-based).
I'll be adding more functionality in the future but for now it's a nice little script for organizing your services and making it easy to see various specs about them. I highly recommend using .htaccess or some other method of password protecting the folder if you plan on hosting this on a public server. I'll try to add some authentication functions in the future but for this current version, that's all on you.
Here's a link to the GitHub if you want to browse the code or download it: https://github.com/KuJoe/KToYS
Here's a link to a demo I've setup so you can see it in action and play with it before you go through the hassle of downloading all 31KB of it: http://iam.clouded.us/ktoys/
I'll be adding more functionality in the future but for now it's a nice little script for organizing your services and making it easy to see various specs about them. I highly recommend using .htaccess or some other method of password protecting the folder if you plan on hosting this on a public server. I'll try to add some authentication functions in the future but for this current version, that's all on you.
Here's a link to the GitHub if you want to browse the code or download it: https://github.com/KuJoe/KToYS
Here's a link to a demo I've setup so you can see it in action and play with it before you go through the hassle of downloading all 31KB of it: http://iam.clouded.us/ktoys/