Quote:
Originally Posted by jsholman
cPanel, webmin. What OS do you use ?
|
I would use whichever OS made sense. I'm going to let the development platform choose the OS for me. I'm proficient enough in Windows and Linux that, between those two, I've got my bases covered pretty well.
Quote:
Originally Posted by FrankLaszlo
Neither cPanel or webmin are control panel frameworks. You arent going to be able to control an appliance with either or them.
|
I was wondering if I was missing something there.
Quote:
Originally Posted by FrankLaszlo
You do have a couple options. You could build something from scratch, using a framework as you mentioned,
|
At the moment, it's looking like I might use a theme designed by someone else (ThemeForest has a great section for control panels) so that it looks all purdy and has a great flow and then hack away at the underpinnings and logic all by my self. However, what you said next intrigues me...
Quote:
Originally Posted by FrankLaszlo
...or build it from a billing platform. If you're billing usage anyways, it might be a good idea to go with the latter route. Most modern billing platforms have an extensive module system that will allow you to build something that will help with the provisioning and management of remote API's.
|
You, sir, are exactly the reason why I asked this question here.
I am going to be billing based on usage. Depending on the appliance it will be a simple equation based on bandwidth consumed or number of files processed. I had assumed that I'd have to hack my own billing logic by polling the appliances SNMP interface (or any other means of statistic gathering that might exist) and squirrel that info into a database where I then perform monthly calculations based on customer.
With a billing platform as the entire base, that has great potential to simplify things and help me focus on the service I'm providing, rather than making sure my billing system is robust.
I already know of a few platforms focused on the web hosting market, like UberSmith. I just found a WHT wiki post about billing software. I'll scour that for some product possibilities. Any other suggestions are always appreciated!