Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
The Internet Technology

Ask Slashdot: Management Software For Small Independent ISP? 141

First time accepted submitter Vorknkx writes "I work in a small ISP. Most of our customers have cable modems but some of them are using Canopy or Ubiquity products. To manage all that, we're using a number of programs and solutions not necessarily made for such a task that are kept up to date simply using copy and paste. We have an Access database for all our internet customers, an Excel document for our wireless users, The Dude to monitor every user and a custom-made web application to monitor traffic. Needless to say, we're starting to hit the limit and juggling between all these programs is a complete pain. Is there some kind of all-in-one solution that would allow us to eliminate all the copy and paste while keeping the same functionality?"
This discussion has been archived. No new comments can be posted.

Ask Slashdot: Management Software For Small Independent ISP?

Comments Filter:
  • LAMP (Score:5, Informative)

    by Anonymous Coward on Sunday November 25, 2012 @03:23PM (#42088487)

    Just build yourself a LAMP setup, with workers feeding a database, and web GUI to access/update.
    Sync data from other sources into that, to provide a single converged view of whatever item (customer, router, location, network link...whatever). (Don't forget copious use of memcache btw)

    Trust me....this works really well and scales to millions of customers :-)

  • Re:LAMP (Score:4, Informative)

    by Morpf ( 2683099 ) on Sunday November 25, 2012 @03:26PM (#42088501)

    Or go LAPP and use PostgreSQL instead of MySQL. ;)
    But either way: Try to automate all recurring tasks, try to make all information necessary for one job visible from one spot.

  • by laffer1 ( 701823 ) <luke&foolishgames,com> on Sunday November 25, 2012 @04:09PM (#42088719) Homepage Journal

    There are commercial apps for ISPs to manage customers. When I worked for a dial-up/isdn/t1 service provide about 12 years ago, we used Platypus.

    We used it both for customer service / billing and technical support. It had a windows client and a web client and used Microsoft SQL server on the backend.

    Even a help desk software package could help. The great thing about Platypus is that it could handle all the credit card and billing stuff too. You might also look at HEAT or Remedy for just keeping a customer database and doing tech support.

  • ISP management (Score:4, Informative)

    by ruir ( 2709173 ) on Sunday November 25, 2012 @04:11PM (#42088735)
    I was in your position some years ago. I also know that our main operator wasted millions in Incognito software just to throw it away, and ended up paying millions to Microsoft. Obvious not the average "small ISP", but I hope you get across my point. Small/medium ISPs end up writing their own custom software, because there is not a specialized/vertical package that works as it should. I ended up doing that too, and connecting my software to a in-house developed ERP package. Check my profile in linked.in. Regards, http://pt.linkedin.com/pub/rui-ribeiro/16/ab8/434/ [linkedin.com]
  • Indeed (Score:3, Informative)

    by Anonymous Coward on Sunday November 25, 2012 @05:41PM (#42089229)

    Google is running hundreds of millions of customers on a MySQL Sharded Cluster. That means a hash function maps each email address onto one of 100 physical database servers. That means easy scaling.

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...