Skip to content

despicableGruu/rdp-gateway

Repository files navigation

Remote Desktop Gateway

This project offers a web-based interface for managing and accessing remote desktops and applications.

Capabilities:

  • Web access to remote systems.
  • Simple and user-friendly design.
  • Integration with Guacamole servers.
  • Secure communication channels.
  • Customizable and extensible framework.

Setup:

  1. Dependencies:

    • Python 3.7+
    • Guacamole server (guacd)
    • Web server (Nginx, Apache, etc.)
  2. Installation:

    git clone <repository_url>
    cd <project_directory>
    pip install -r requirements.txt 
  3. Configuration:

    • Configure Guacamole server settings in settings.py.
    • Modify appearance and behavior in templates and static folders.
  4. Local Testing:

    python manage.py runserver 0.0.0.0:8000
  5. Production Deployment:

    • Use a web server to serve static files and route requests to the Django application. Consult your web server's documentation for specifics.

Contributing:

Contribute by forking and submitting pull requests.

Licensing:

MIT License (see LICENSE file).

Inspiration:

Developed drawing inspiration from various Guacamole clients, particularly guacamole-client.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published