# 4. Verify sudo systemctl status ryl2v2240 install.sh also creates a non‑privileged user ryl2svc and a data folder /var/lib/ryl2 . Adjust permissions if you plan to mount a separate storage volume. 5️⃣ Basic Configuration The main configuration file is config.yaml (or config.json if you prefer JSON). A minimal example:
# 2. Create a systemd unit (install.sh does this automatically) cd /opt/ryl2/v2240 && sudo ./install.sh Ryl2 V2240 Server File LINK
# Linux sudo systemctl restart ryl2v2240 | Feature | How to Access | Typical Use‑Case | |---------|---------------|-----------------| | REST API | http://<host>:8080/api/v1/... (or HTTPS) | CRUD operations for device metadata, health checks | | gRPC endpoint | grpc://<host>:9000 | High‑throughput binary streaming (telemetry, video) | | WebSocket | ws://<host>:8080/ws | Real‑time push notifications to browsers or dashboards | | Plug‑in loader | Drop a .so (Linux) or .dll (Windows) into plugins/ and add an entry in config.yaml | Custom protocol adapters (e.g., MQTT, Modbus) | | Metrics & monitoring | http://<host>:8080/metrics (Prometheus format) | Grafana dashboards for CPU, latency, connection count | | Audit log | /var/log/ryl2/audit.log | Compliance (GDPR, HIPAA) – who accessed what and when | | Cluster management UI | https://<host>:8443/cluster | Visual view of node health, leader election, fail‑over | 5️⃣ Basic Configuration The main configuration file is
After editing, reload the service:
logging: level: info file: /var/log/ryl2/server.log rotation: daily (or HTTPS) | CRUD operations for device metadata,