Remotely

Manage Windows and Linux devices with a self-hosted solution. Offers remote control, scripting, session recording, an API, and alerting for complete system management.

Take full control of your IT infrastructure with this open-source remote management solution. Built with .NET, Blazor, and SignalR, it provides a secure, self-hosted platform for accessing and managing your devices from anywhere. You maintain complete ownership of your data, running the server in your own environment using Docker.

This tool offers a comprehensive set of features for system administrators and IT professionals:

  • Remote Desktop: Access and control Windows and Linux machines with features like session recording, attended access prompts, and user notifications.
  • Remote Scripting: Execute commands and scripts directly on remote devices through an interactive console with shell switching capabilities.
  • Powerful API: Automate tasks and integrate with other systems using a well-documented REST API, complete with Swagger UI.
  • Alerting System: Create custom alerts to monitor device health, such as low disk space, and trigger notifications, emails, or API calls.
  • Multi-Tenancy: Group users, devices, and data into separate organizations, making it suitable for managed service providers.
  • Custom Branding: Apply your own branding to the quick support clients and installers for a professional look.

Directory Structure

remotely
data
.env
docker-compose.yml

docker-compose.yml

services:
  remotely:
    image: immense/remotely:latest
    container_name: remotely
    restart: unless-stopped
    ports:
      - "5000:5000"
    volumes:
      - ./data:/remotely-data
    environment:
      - ASPNETCORE_ENVIRONMENT=Production
      - ASPNETCORE_URLS=http://+:5000

.env

# No sensitive credentials are required for the default SQLite setup.
# If you configure an external database (PostgreSQL/SQL Server), you would add the connection string here.
# Example: ConnectionStrings__DefaultConnection=...
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Remotely

Favicon

 

  
  
Favicon

 

  
  
Favicon