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:
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# 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=...Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago