Showing 26 open source projects for "admin dashboard users"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
    Grafana

    Grafana

    Leading open-source visualization and observability platform

    Grafana OSS is the leading open-source platform for visualization and observability. It enables teams to query, visualize, alert on, and explore telemetry data from multiple sources in a single interface. With support for 100+ data source plugins—including Prometheus, Loki, Elasticsearch, InfluxDB, SQL/NoSQL databases, and OpenTelemetry—Grafana helps teams correlate metrics, logs, and traces across applications and infrastructure. Users can build interactive dashboards with rich...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 2
    Ultimate Edition

    Ultimate Edition

    An Ubuntu remix for both new and experienced Linux sophisticates

    Ultimate Edition Linux, previously "Ubuntu Ultimate Edition". We cater to a large base of *nix users including, but certainly not limited to gamers & low resource computers. We have a Ultimate Edition for virtually any user.
    Leader badge
    Downloads: 610 This Week
    Last Update:
    See Project
  • 3
    OmniEdge

    OmniEdge

    Bringing intranet on the internet with Zero-Config Mesh VPNS.

    OmniEdge is an Open source p2p layer 2 , zero-config mesh VPN infrastructure, a traditional VPN, AWS VPC, Ngrok, DDNS alternative. No central server, easy to scale with less maintenance. What happens in intranet, stays in in intranet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LibNetBlock - A Network Blocking Library

    LibNetBlock - A Network Blocking Library

    A library for blocking access to network on-the-fly

    LibNetBlock is a library that on-the-fly (by preloading) prevents a program under its control to use the network, to help to keep the user's privacy, prevent data leakage and virus spreading. You can think of LibNetBlock as a simple layer-7 (L7) firewall that simply blocks the network access for the program it controls. There is NO NEED to rebuild your software, because LibNetBlock is a pre-loadable library, meaning you just need to RUN the software with LibNetBlock loaded. LibNetBlock is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    MailCleaner

    MailCleaner

    Anti Spam SMTP Gateway

    MailCleaner Open Source Edition is now discontinued but will continue under the spamtagger project https://github.com/SpamTagger [antispam] MailCleaner is an anti-spam / anti-virus filter SMTP gateway with user and admin web interfaces, quarantine, multi-domains, multi-templates, multi-languages. Using Bayes, RBLs, Spamassassin, MailScanner, ClamAV. Based on Debian. Enterprise ready. MailCleaner is an anti spam gateway installed between your mail infrastructure and the Internet. It...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    LibSecRm - Secure Removal Library

    LibSecRm - Secure Removal Library

    A library for secure deleting data on-the-fly

    LibSecRm (LIBrary for SECure ReMoval) is a set of replacements for these standard C functions which cause data removing from files. The data is first securely wiped on-the-fly, to protect the user's privacy, then the original functions are called. There is NO NEED to rebuild your software, because LibSecRm is a pre-loadable library, meaning you just need to RUN the software with LibSecRm loaded. LibSecRm is also a development library. The following wiping methods are supported:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    iMSCP -  Multi-Server Control Panel

    iMSCP - Multi-Server Control Panel

    Internet - Multi Server Control Panel

    i-MSCP (internet Multi Server Control Panel) is an open-source project which allows the management of shared hosting environments on Linux servers. i-MSCP aims to provide an easy-to-use Web interface for end-users (administrators, resellers and clients) and to manage servers without any manual intervention on the filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DMX Library for Arduino

    DMX Library for Arduino

    DMX Library and usage examples for Arduino

    This Library includes a DMX Master, DMX Slave and various examples on how to use its implementation. This projects has been started to support the use of our Shielded DMX / RDM Shield for Arduino. The library is made available under the GNU Lesser General Public License If you would like to make contributions to the source code feel free to contact the project admin
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 9
    gnhast

    gnhast

    gnhast - Garbled's NetBSD Home Automation Scripting Tools

    gnhast - Garbled's NetBSD Home Automation Scripting Tools A collection of daemons that work together to build an event-based home automation system. The core set of daemons is written in C, however, any event (such as a light being turned on) can be handled by an external script or program. These programs can be written in any language, and the central daemon handles all the intercommunication. It is designed to be easily extensible for new device types and protocols. The core...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    gnupasswd

    gnupasswd

    gnupasswd - gnu change user password

    ...small, simpler for single admin / small linux bases. For example: it can make plain /etc/passwd plain text password file (still) or use shadow - (login.c may do both). A goal is to be old linux and no "depends problems" (ie, some required pam selinux audit kerb (+nis remove hacks) "to work as intended". These can contact remote computers during login if misconfigured and are complicated to know if secure.
    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
    USE secure operating system

    USE secure operating system

    a secure, open source OS for use inside USEagency facilities

    A secure and open source operating system. All communications that reasonably can be will be encrypted. It will also have fined-tuned firewall capabilities, with a default policy of deny all inbound except HTTP HTTPS and SSH. Web browser will be sand boxed from other parts of the OS. In order to access saved passwords, cache, cookies, ect in web browser, username/password are required. Downloaded files (and any other files entering the system) will be subjected to both an exception-based and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Crosos Operating System

    Crosos Operating System

    Crosos is a SubLinux Distribution

    Crosos is a open-source OS. It is based on the Linux Kernel and mostly uses the same code in Ubuntu (but it has been derived from Debian)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LinuxMyst

    LinuxMyst

    Linux Myst Debian Wheezy based 7.2 with myst window manager / gnome

    SEE WIKI LINK FOR SUPPORT and INSTALL TIPS MYST SUPPORT WIKI @ https://sourceforge.net/p/linuxmyst/wiki/ Dec 13, 2013 - NEW RELESE "nebula". If you want a smaller footprint image and download, a tighter software mix and can do with gnome stuff Nebula is for you. It is light, simple and nimble on hardware and under multiprocessor and higher RAM capacity machines is one of the fastest window managers you will experience. Fixes several small bugs in "Celestial" and still uses the same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SMA-Monitor
    This software is designed to run on all POSIX system to log SMA Sunny Boy Inverter data into an MYSQL database via RS485 *ONLY*. It includes scripts to display the data using Highcharts via a webpage. If you want to log using bluetooth, i'd recommend you go to code.google.com/p/sma-bluetooth/ Update: July 2011 I haven't worked on this project for a while now and don't intend to do anymore with it. If you wish to take it further, please let me know and you can be the project admin for it :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Freifunk-Firmware is a specialized Linux/OpenWRT distribution for LinkSys WRT54g wireless routers and similar devices. A web-based admin UI and a single firmware file for uploading will make it easy to join OLSR based WLAN community networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lin-Billing is fast and stable accounting and billing program for big companies or ISP under FreeBSD (ipfw, PostgreSQL, Apache, php). Web-interface includes full management and statistic for users and admin. (real-time, multi-segmets, mac/ip control)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RTelnet is a reverse Telnet, it's increadably useful to get behind firewalls and NAT's or routers running ip masqurading. very useful for remotely admin someones PC remotely when they don't know how to do anything like opening their firewall.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    We are building a more secure way to admin a serverfarm without have root-accounds after installation by using ssh and sudo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A CVS with simple architecture and easy interface. Use to sincronize automatically a directory, project or for backup. Works in any OS with Perl. FEATURES: web access; client/server; protocol compression; own chksum; Web Admin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ds3 is tool for sharing one dial-up connection in local network. Each user run ds3 client, by which control dial-up line. User may invoke admin defined events on ds3 server. Ds3 have support for on-line counting cost of connection (by libtelecom package)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BounceThis is an IRC proxy server written in C for Win32 that supports Identd, IP filtering, password protection, remote admin, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Webacces is a PHP scipt and a Admin Mod plugin to administrate your HL (or mod) server via the Web. It basically can get the list of players, and infos about the game but can too modify the MOTD or the mapcycle !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Found at www.itadmins.net in the Projects area. The complete Linux Administrators CD. For normal system and network administration, security, forensics tools and utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Eric is a new Operating system. If you would like to help email an admin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB