Secure edge device agent for remote access, container deployment, and resource management
2.8K
Secure Platform for Access, Control & Execution
SPACE Agent is a lightweight, secure device agent that enables remote access, container deployment, and resource management on edge devices. It connects devices to the NexusCore SPACE platform via secure WebSocket and VPN connections.
curl -fsSL "https://support.nexuscore.cloud/install-script/{DEVICE_ID}?token={TOKEN}" | bash
docker run -d \
--name space-agent \
--privileged \
--network host \
--restart unless-stopped \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/space-agent:/etc/space-agent \
-v /var/lib/space-agent:/var/lib/space-agent \
-e DEVICE_ID="your-device-id" \
-e DEVICE_API_KEY="your-api-key" \
-e BRAND_ID="your-brand" \
-e GATEWAY_URL="wss://support.nexuscore.cloud:22090" \
-e API_URL="https://api.support.nexuscore.cloud/api/v1" \
nexuscorecloud/space-agent:latest
| Variable | Required | Description | Default |
|---|---|---|---|
DEVICE_ID | ā Yes | Unique device identifier | - |
DEVICE_API_KEY | ā Yes | Device authentication key | - |
BRAND_ID | ā ļø Recommended | Brand/organization ID | - |
GATEWAY_URL | No | WebSocket gateway URL | wss://support.nexuscore.cloud:22090 |
API_URL | No | REST API endpoint | https://api.support.nexuscore.cloud/api/v1 |
LOG_LEVEL | No | Logging verbosity | info |
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā SPACE Agent ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā ā
ā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā ā
ā ā Hardware ā ā Docker ā ā Resource ā ā
ā ā Detector ā ā Controller ā ā Manager ā ā
ā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā ā
ā ā
ā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā ā
ā ā WireGuard ā ā WebSocket ā ā API ā ā
ā ā VPN ā ā Gateway ā ā Reporter ā ā
ā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāā ā
ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
ā¼
āāāāāāāāāāāāāāāāāāāāāāāāā
ā NexusCore Platform ā
ā - 2B Gateway ā
ā - ASTEROID Proxy ā
ā - SPACE URLs ā
āāāāāāāāāāāāāāāāāāāāāāāāā
The agent automatically detects and reports:
View agent logs:
docker logs -f space-agent
Check VPN status:
docker exec space-agent wg show
View configuration:
docker exec space-agent cat /etc/space-agent/config.json
# Check logs
docker logs space-agent
# Verify environment variables
docker inspect space-agent | grep -A 20 Env
# Check WireGuard status
docker exec space-agent wg show
# Verify config exists
docker exec space-agent ls -la /etc/wireguard/
# Check Docker socket access
docker exec space-agent docker ps
# Verify resource availability
docker exec space-agent df -h
docker exec space-agent free -h
Free agent software. Platform access requires subscription (see pricingā ).
Ā© 2025 NexusCore Cloud. All rights reserved.
For issues, questions, or feature requests:
Engineered by Kai Gartnerā | Built with ā¤ļø by the Nexus Core Team
Content type
Image
Digest
sha256:8484d4930ā¦
Size
24.5 MB
Last updated
10 months ago
docker pull nexuscorecloud/space-agent