A complete AD Remote system with HTML, CSS, and JavaScript frontend and Python backend.
- Beautiful animated login UI
- User registration functionality
- Backend authentication with Python and SQLite
- Landing page after successful login
- User controll [Activation Status Change, Password change]
- View Computers in the domain
- View Groups and Members of the domain
static/
- Contains CSS and JavaScript filestemplates/
- Contains HTML templatesapp.py
- Main Python applicationdatabase.py
- Database operations
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your browser and navigate to
http://localhost:5000