65 projects for "isp web admin" with 2 filters applied:

  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Open Crypto Tracker

    Open Crypto Tracker

    Bitcoin Alts portfolio tracker, email / text / alexa / telegram alerts

    100% FREE / open source / PRIVATE cryptocurrency portfolio tracker. Email / text / alexa / telegram price alerts, price charts, mining calcs, leverage / gain / loss / balance stats, news feeds +more. Privately track Bitcoin / Ethereum / unlimited cryptocurrencies. Customize as many assets / markets / alerts / charts as you want. Over 50 Exchanges / 40 Trading Pairs Supported (exchanges / pairings list at bottom of README.txt): https://tinyurl.com/ct-readme Nearly Unlimited Assets...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Flower

    Flower

    Real-time monitor and web admin for Celery distributed task queue

    Flower is an open-source web application that provides real-time monitoring and administrative control for Celery distributed task queues. It exposes detailed visibility into worker status, task execution history, and queue metrics through an interactive web dashboard. Developers and operators can remotely manage workers by restarting instances, adjusting pool sizes, revoking tasks, or applying rate limits without direct server access. Flower also supports broker monitoring and integrates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HP/Aruba simple VLAN management
    Web Interface for VLAN administration and configuration file backup management of L2/L3 managed HP/Aruba ethernet switches. Successfuly tested on procurve 2500, 2600, 2800 and 3500 series. Sould work with all manageable HP/Aruba switches. Allows users to manage several switches in the same web page ; only one authentification permits you to access and save all your swithes, using SSO with kerberos or simple login/password form. It permit users to easily tag/untag a port in VLANs,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PHP mini vulnerability suite

    Multiple server/webapp vulnerability scanner

    github: https://github.com/samedog/phpmvs
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    phpexplorator is a web interface to remote explore, manage, preview , edit, create, copy, rename, download, upload, zip, unzip ..etc, files, images, and directory in the server site. Integrated with TinyMce, useful for computer programmer and admin.
    Downloads: 51 This Week
    Last Update:
    See Project
  • 6
    Whonix

    Whonix

    Whonix is an Anonymous Operating System.

    THIS IS NOT WHONIX'S HOMEPAGE. Please go to: https://www.whonix.org/ (This is only Whonix's sourceforge must-have project page.) Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. Whonix consists of two parts: One solely runs Tor and acts as a gateway, which we call...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    X2CRM

    X2CRM

    X2CRM - Workflow, Sales, Marketing, Workflow, Custom Apps, PHP, MySQL

    X2CRM Open Source Sales CRM: X2Engine, X2CRM is an Open Source PHP Customer Relationship Management, Sales, Contact Management, Customer Service and Marketing CRM software application. X2CRM helps you optimize your contacts to help you sell more and grow your business. Very powerful B2C and B2B sales management app. Build on top of the Yii framework. Supports all browsers, iPads, iPhones and most mobile devices. X2CRM Key Features Workflow Designer Mobile Apps Web and Facebook Lead...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Web interface for DNSmasq / Mikrotik

    Simple web form for static assignment of DHCP leases

    This is a very simple web interface for management of static DHCP leases in DNSmasq and Mikrotik. It generates config files for DNSmasq and uses RouterOS API to manage Mikrotik. Network devices (usually PCs) are separated into subnets by department and use triplets (hostname, MAC address, IP address) for identification. Information is stored in MySQL and only exported by your explicit desire. Subnets are rarely changed, so there is no web interface for them - you have to edit the SQL table...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9

    Simple postfix administration

    Simple web interface for Postfix domains, accounts, aliases

    These are 3 very simple web forms to help administration of Postfix: (1) domain management - adding / deleting domains, adding / deleting supervisors, assigning supervisor for domains (2) account management - adding / changing / deleting / deactivating / reactivating mail accounts for a given domain; specifying recipients for BCC copies of all incoming and outgoing messages of a given mail account (3) alias management - adding / changing / deleting aliases and their destination(s)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    Tattle Trail

    PHP 404 pages to trap malicious web requests and report abusers

    Catch bad visitors to your php website that are looking for admin access or exploitable web scripts, automatically lookup abuse information for their IP address and notify their network's administrators of their bad behavior. Most network operators provide abuse contact email addresses in their WHOIS information, and your webserver can immediately report malicious access attempts as they happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MessAdmin is a HttpSession administration and notification system application plug-in for J2EE Web Applications (zero application-level change). View details of your Sessions and send administrative messages to remote users (with included webapp or J
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    phpLicenseWatcherExtension

    Extension of phpLicenseWatcher

    This tool is an extension of the phpLicenseWatcher tool which allows you to analyse your license usage in more detail. The tools manages user in custom groups (departments) at a given date range. Additionally you can see your actual license usage and the usage of defined workstations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    ATFrogs is a web-based admin tool for Open-XChange™ (OX™) based on the scripts deployed with an OX™ installation supporting administration of groups, resources and resource groups. Additionally ATFrogs supports functionality to reset user passwords.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HopiCron is a php-cron deamon for cheap webhosting packages that don't support cron jobs. It works by http-querying itself (fsockopen). HopiCron works with Apache and probably other webservers. No database is needed since hopiCron uses crontab files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Enables tunneling of network connections through restrictive HTTP proxies. Features: Portmapping, SOCKS4, SOCKS5, web-based admin interface, possibility to use standalone server (perl) or hosted server (PHP), optional authorization from LDAP or MySQL
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    PoundCake Control Panel (CakePHP plugin) - admin panel for users and groups management, dynamic database driven ACL menus generation and management, permissions assignment to users and groups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OrgLDAP is an extensible LDAP user management application supporting groups, *NIX (POSIX, Shadow), Samba and other account types, SSH public keys and sudo roles. It includes a reusable extensible library and a web-based front-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A web interface to the QuickFIX/J MBeans
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MYDBPanel
    MYDBPanel is the World's most powerful web based DB Administration Software. MYDBPanel is aimed to create a product , that can be used to completely manage, administrate any Database Servers over a secured and easy to use web based environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHP File Shell. File Manager Features: Sort files by name, size and last modification time, Open/Download, Edit, Copy, Move, Delete, Rename, Create, Upload, Change file access mode. Admin Features: Create/Delete user, Set user access rights.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    If anyone would like to take over development of this project, please contact me. cwISPY is an ISP billing and management system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ISPBill is an ISP billing and management system. It features automatic generation and emailing of invoices, receipts and statements, a customer interface, a ticket system, and much more. ISPBill is intended to continue where cwispy left off.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Web-based administration tool for domains, emails and newsletters based oh PHP + PostgreSQL + postfix
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB