digitalhustlaz / installer
Official Script Installer Of tDevs
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
README
This project is a cloned version of Remotely, an open-source remote desktop and remote support application. It is designed for efficient, secure, and easy-to-use remote desktop management.
Features
- Secure Remote Access: Establish secure connections using end-to-end encryption.
- Cross-Platform Support: Compatible with Windows, macOS, and Linux.
- Session Management: Efficiently manage multiple remote desktop sessions.
- User Authentication: Integrated security protocols ensure secure user access.
- Fast and Lightweight: Optimized for minimal resource consumption.
Installation
Prerequisites
- .NET Core 3.1 or later
- ASP.NET Core
- SQL Server or SQLite (for database management)
- A web server (e.g., IIS, Apache, Nginx)
Steps
-
Clone the Repository
git clone <repository-url> cd remotely-clone
-
Install Dependencies
dotnet restore
-
Database Configuration
- Update the
appsettings.json
file with your database connection string.
- Update the
-
Build the Project
dotnet build
-
Run the Project
dotnet run
-
Access the Application
- Navigate to
http://localhost:5000
in your browser.
- Navigate to
Configuration
Environment Variables
Variable | Description |
---|---|
DB_CONNECTION |
Connection string for the database |
APP_PORT |
Port for running the application |
ENCRYPTION_KEY |
Key for encrypting remote sessions |
App Settings
Modify appsettings.json
for additional settings such as session timeout, logging, etc.
Usage
- Create an Account: Register your account to start managing remote sessions.
- Add Devices: Install the client software on the devices you want to manage.
- prompt in raw source code file
- Submit a pull request for review.
License
This project is licensed under the MIT License.
Contact
For questions or support, feel free to reach out to Pasha Zahari at pashaz@digitalhustlaz.com.