[go: up one dir, main page]

Open Source Linux User Management Systems - Page 4

User Management Systems for Linux

View 1220 business solutions
  • Monitor your whole IT Infrastructure Icon
    Monitor your whole IT Infrastructure

    Know what's up and what's new: Monitor all your systems, devices, traffic and applications.

    Caters to tech staff, system Administrators, and companies of any size, from small and medium sized businesses to enterprises that need their IT network to be reliable and easy to monitor in real-time. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine. PRTG optimizes connections and workloads as well as reducing operational costs by avoiding outages while saving time and controlling service level agreements (SLAs).
    Start Your Free PRTG Trial Now
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    STC - Squid Traffic Counter. This is squid traffic and user management system that allows: per-user traffic counting, traffic limits for users, automatical disconnection after overuse, management through web interface, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simple Site Protection

    Secure login system for php frameworks, applications ansd sites

    This project has moved to https://github.com/julesbl/ssp and is now PHP7 complient and works in composer. The objective of these routines is to supply a secure login system to be wrapped round php applications and websites so that developers do not need to write their own. These libraries have been hardened against most web type attacks. Now has internationalisation and multiple languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A simple, easy to use, easily installed user management system featuring just the essential stuff. It's up to YOU to add the rest. Version one features only registration, login and identification via sessions and cookies. Future versions will feature we
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5

    Sita Access Manager

    Sita Access Manager (SAM) is php based Login System.

    Sita Access Manager (SAM) is php based and secure login system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Syntax Login System

    A login/creation system made in PHP. Also known as SMLS.

    A login/creation system made in PHP that allows for account creation, logging in, and messages. Alternative name: SMLS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TIAPS ( This Is A Python Server ) is a hosting program for dynamic websites, such as forums. The server and the data-access module are intended to be multifonctional and able to process various protocols on the same port. The access uses a login system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Ultimate Secure Login is a secure login system that prevents unauthorized access to PHP scripts using HMAC algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UMS - User Management System. Provides functionality to manage users and personal profiles. It is reliable, extensible and open for easier integration with existent systems. Implements user management/authentication, personal profiles management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 10
    UserFrosting

    UserFrosting

    Modern PHP user login and management framework++

    If you simply want to show that you like this project, or want to remember it for later, you should star, not fork, this repository. Forking is only for when you are ready to create your own copy of the code to work on. UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    It is a simple user management application, aimed to be integrated into existing sites or projects, start of new sites. Development has halted. It will start after some releases of UniDB and LinkDB. It is brought to you by AfroSoft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The idea of wiggem is to create a secure login system for anything private. Users are stored in a MYSQL database. Inspired by Phortify Wiggem uses sessions instead of cookies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A true starting point for any dynamic website. By using Xi System you can have a Registration/Login system including a members list, profiles, a PM system and other features set up within a few minutes! It is also very easy to integrate into any design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    dream-cms

    Free and Open Source Web Sites Builder

    Everything for the real website DreamCMS is open and completely free web application for the construction websites of any complexity. We will provide you with all the self-creation of the site without any special knowledges, and html. Never before web development was not so simple. In your hands will be a modern, convenient and simple tool: a free online business card, online shop or the official website of the company. Focus on your business. We will do everything else. And all this is really free, no hidden fees Make a website - it's just DreamCMS allows you to create your own website quickly and cost-effectively. Site can be done from scratch in just a few clicks. See for yourself: create a page, choose a design, add the desired widgets, place contact information and safely run your site. Create a website for yourself and without special skills - try a free website builder and start to develop your online business today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple, lightweight hypertext database front-end and login system using flat text files or mysql to store all data. Designed for keeping addresses and phone numbers. Written in PHP and javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    nest-user-auth

    nest-user-auth

    A build for a back end which implements managing users with MongoDB

    This project uses NestJS, GraphQL, and MongoDB. This project implements user authentication. It will be easy to add other GraphQL schemas following the same structure. User auth is implemented in this project because it is one of the hardest and most common things to create for an API. The intent of this project is to provide an example of how to integrate all of these technologies together that are in the NestJS documentation (NestJS, GraphQL, MongoDB, Mongoose, Passport, JWT, DotEnv, Joi, Jest) into a working backend. If you recognize an anti-pattern or a better way to do something, please post an issue. It is challenging not to repeat the structure of the models in the GraphQL schema, Mongo schema, and Typescript interfaces. The goal is to have one truth point for the models and extend that data when more data is needed. With NestJS 6.0.0 a code first approach was introduced. This project uses the schema first approach to be language agnostic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    php User Base is a basic user management system that allows you to register users on your web site. Content can then be restricted to registered users. The colors and lay out can easily be configured to suit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    php login with  email validation

    php login with email validation

    Complete PHP Login with Email Validation System

    This is the only complete php login system developed in core php. The system has many features that enable you to learn php Object Oriented Programming (OOP). This program is also very useful for those that want to learn how to create a complete login system in php. INSTALLATION AND SETUP PROCEDURE: https://www.youtube.com/channel/UCBemL4ht7jmZY9tJ8NGkS-A?sub_confirmation=1 subscribe to our youtube channels for more source codes. More source codes: Complete Login System with Email Verification and Validation in PHP : https://sourceforge.net/projects/codeigniter-admin-template/ https://sourceforge.net/projects/chat-app-in-socketio-expressjs/ MULTI BRANCH SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/multibranch/ OFINE SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/ofineschool/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    phpEmailUser

    phpEmailUser

    Simple user login management in php with sessions.

    Simple user login management with sessions. User registers with email address as user name and receives verification email. Basic admin interface, "forgot password" feature, customizable user data fields, login attempt limitation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    phpRegister Project

    phpRegister Project

    Account management PHP Script with a software infracstructure

    php login and user management script with an admin part to manage accounts, tickets, translations. Do you have a new web project to develop? By using phpRegister, you will have directly all the essential elements for the development of your platform: Account creation, identification, profile management, user support, contact page and even a license template! phpRegister is also a software infrastructure written in PHP with as main purpose to help developers to start a new web project. The simplicity and intuitive structure of the code makes it easy to integrate any Full Stack developer into a project started with phpRegister. In this way, phpRegister can be easily understood and modified to be adapted it to any needs. Install phpRegister on your web server in less than one half an hour by following the installation guide. The PHP Code which is procedural with a intuitive structure of files. The PDO (PHP Data Object) interface is used for accessi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    python.mysql-user-management

    Python Usermanagement with MySQL and Telegram notifications

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    truthy

    Open source headless CMS API written using NestJS, that has pre built

    Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    user management system

    PHP Script which provides secure login, registration, user management,

    User Login & Management System is a PHP + MySQLi powered PHP script built up under the CodeIgniter framework(version 3.x), that allows the registration and management of users with admin panel to manage them. It is providing secure login, authentica
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    vBulletin Login for Visual Basic & C#

    Need a Login system for your VB.net or C# software? Download this then

    This is a old code I found in one of my old software from 2012. Credits go to Ken, for he is the one who got it working! http://mecode.vysilhq.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MoJT Login System is simple, but yet powerful login system. The Program consist of a login, registration and members page. It has also the administration panel which is easy to access and even more easier to use!
    Downloads: 0 This Week
    Last Update:
    See Project