Showing 44 open source projects for "server admin"

View related business solutions
  • 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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Ollama Telegram Bot

    Ollama Telegram Bot

    Ollama Telegram bot, with advanced configuration

    ...The project is designed to provide a simple but configurable way to bring AI chat capabilities into Telegram, supporting both individual and group conversations. It includes access control features such as user whitelists and admin roles, allowing fine-grained control over who can interact with the bot and manage its behavior. The bot connects to a local or remote Ollama server, enabling users to run models on their own hardware while maintaining full privacy. It supports Docker-based deployment, making it easy to set up alongside an Ollama instance with optional GPU acceleration. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    Bubbles

    Bubbles

    Bubbles the simple, easy to use HTTP web server, browser controlled

    Bubbles the simple, easy to use HTTP web server that is browser controlled, and capable of serving static files over the internet, either streamed from disk, or direct from RAM without lag. A GUI administration panel is accessed through your web browser (e.g. "http://localhost:1080/admin/" + default password of "admin"), which controls all her settings and vital functions, all in real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    pj-tftp-server

    pj-tftp-server

    Pure Java TFTP server.

    Pure Java TFTP server. Free, portable, cross-platform. Fully multi-threaded. Implements RFC 1350. Run as root/admin in cmd-mode with cmd argument = path to folder, for example: java -jar pj-tftp-server.jar /tmp .Need JRE-1.8. Source - https://github.com/harp077/pj-tftp-server If you like this - put a star on https://github.com/harp077/pj-tftp-server/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    tlliberircd

    tlliberircd

    Your own private chat server. No coding. Ready in minutes.

    TLLiberIRCd is a professional commercial IRC chat server that anyone can get running in minutes — no programming, no compiling source code, and no technical background required. Just download the installer for your operating system and you are live. Everything is managed from your web browser through the built-in Web Admin panel. No command line needed for day-to-day use. Nine powerful services come included right out of the box: NickServ, ChanServ, MemoServ, HostServ, OperServ, RootServ, StatServ, HelpServ, and PoliceServ — no extra downloads or setup needed. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    MailCleaner

    MailCleaner

    Anti Spam SMTP Gateway

    ...It comes in the form of virtual machine templates.. - fully compatible with any SMTP mail server (Exchange, Zimbra, O365,...)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    FUDforum
    FUDforum is a super fast and scalable discussion forum. It is highly customizable and supports unlimited members, forums, posts, topics, polls & attachments. It can import XML Feeds and sync with USENET groups and Mailing Lists (bi-directional).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Discussion Forum Software For Intranets

    Discussion Forum Software For Intranets

    The Free & Popular FLARUM Web Software in a Complete Virtual Machine

    ...If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with fm wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://fm.local/public/ ( Accept Any Warnings ) Admin Username: admin Admin Password: change_this from any PC on your Local Network. Then setup your "SMTP Server" details from the Email option. This will help in flow of all emails from the system. Then setup up your Users Accounts. All other features can be explored at your leisure. Once setup & running, please ensure that a Backup of the system, is taken regularly, to avoid any issues. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Elastix

    Elastix

    Unified Communications Server

    Elastix is a software-based PBX powered by 3CX and based on Debian. An open-standards solution, Elastix is an easy to install and manage UC system compatible with popular IP phones, gateways and SIP trunks. Elastix is complete with unified communications features such as integrated WebRTC video conferencing, chat, presence and softphones and smartphone clients for Windows, Mac, iOS and Android.
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 9
    pj-ntp-server

    pj-ntp-server

    Pure Java NTP server.

    Pure Java NTP server. Run as root/admin in cmd-mode without cmd argument, for example: java -jar pj-ntp-server.jar (server start on standart UDP/123-port) or run as root/admin in cmd-mode with UDP-port cmd argument, for example: java -jar pj-ntp-server.jar 1111 where 1111=udp-port of server listen. Need JRE-1.8. Source = https://github.com/harp077/pj-ntp-server If you like this - put a star on https://github.com/harp077/pj-ntp-server/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 10
    RainLoop Webmail (PHP)

    RainLoop Webmail (PHP)

    Simple, modern & fast web-based email client

    Modest system requirements, decent performance, simple installation and upgrade, no database required - all these make RainLoop Webmail a perfect choice for your email solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    Easy HotSpot, A super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices and works using the PHP PEAR2 API client by boenrobot. This PHP/MySql/Bootstrap based package can be installed in any supporting OS in a local webserver of the client or in any internet based webservers of choice. Put the contents/source code in the root or in a sub folder of the host/domain, as required. A MySql database need to be created in order to work, but the package will...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    Local Area Messenger Beta

    Local Area Messenger Beta

    A small (ish) messaging server for anything you can think of

    A small (ish) messaging server for small businesses and other things like LAN parties or whatever you want to use it for. It has two components, the client and server. The clients can connect to servers and use that as a hub to communicate between each other. The admin running the server can also kick and ban people if they wish to. It also has peer to peer file transfer that currently has no size limit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mailafar is a mail server designed for use in difficult communication environments providing a full set of Internet email protocols, web mail, web admin, dial-in and wireless LAN access control. It will run on Linux, FreeBSD and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SMF Chat Module

    SMF Chat Module

    It can add a chat room with Flash & HTML 5 Client into SMF.

    It can add a chat room based on Java server and Flash & HTML 5 Client to SMF, multiple skins and users fully integrated. And the best part is once the module is successfully installed, a free hosted chat will be assigned to your SMF. Integration Introductions It adds a chat room with multiple skins and single sign-on. Recent changes: better chat room control in SMF, HTML 5 Chat Client, Mobile Chat App, admin clean screens for all users, added profile integration, live show , social connect feature and video conference. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mumb1e

    mumb1e

    A Murmur-Server Webinterface written in PHP for Mumble

    Administration Tool for Mumble -/- Murmur Servers. Mumb1e Admin Plugin, also named "MAP" is a powerful Murmur web interface application written with PHP that can create useres, edit themself and a lot more for Mumble server. MAP is developed over m
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is for Expa Administration group only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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: 5 This Week
    Last Update:
    See Project
  • 19
    VoiceChatter is a free, open source, and cross platform voice chat application. It is built for gaming, so it is light weight, yet delivers excellent voice quality over minimal bandwidth and latency. For more, visit http://www.voicechatter.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHPOpenChat is a web-based chat engine written in PHP. It provides mail, moderating, watch server, privat channels, ignore list, text filters, inline user images and a easy to handle admin tool. Try out at http://www.schulhofchat.de/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    ProtoMUCK is a derivitive of NeonMUCK, which integrates new features from later Fuzzball muck servers, ideas from the GlowMUCK server, and is made to be more flexable, stable, secure, enhancing the MUCK for both user-end and admin alike.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Free Instant Messenger Server Client
    This project contain chat server and chat client/admin that works on Windows/Unix.. This is a Free software. Developed by Osama Mohammad Oransa, 2009,contain 3 parts : Chat Server ,Admin and Chat Clients, Based on Java RMI, will support XMPP soon.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Roles and Permissions
    This plugin adds to RoundCube the ability to easily give different permissions to users by creating a roles table and assigning users to it. This and other plugins may use its public function to register permissions and admin them with this plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Delphi / FPC SMTP / POP3 Mail Server. High volume, customizable E-mail, for Win32, small footprint, secure, simple and fast with Web-based admin. See Documentation for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    simple console program, to send an email via configurable server with a short message, e.g. for admin information etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo