

cTRL Server
Like
cTRL is a server for remote execution of pending tasks and commands in real time, supporting a queue with continuous thread limiting and throttling.
Cost / License
- Free
- Open Source
Platforms
- Self-Hosted
- CentOS
- Debian
- FreeBSD
- NetBSD
- OpenBSD
Features
- Queued Operations
- Remote Task Execution
Tags
- remote-execution
- queues
cTRL Server News & Activities
Highlights All activities
Recent activities
No activities found.
cTRL Server information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is cTRL Server?
cTRL is a server written in Go language that uses a modified version of the NutsDB database, as a backend for a continuous queue of tasks and saving the result of executing commands from given tasks in command interpreters like /bin/bash on servers where this service will be used. Using cTRL, you can receive tasks via the HTTP protocol with commands for executing them on the server and limit the number of simultaneously executed tasks.
Features:
- Multi threading
- Supports HTTPS and Auth/IP authorization
- Supported HTTP methods: GET, POST
- Parallel execution of tasks in realtime
- Receiving tasks in the queue for deferred parallel execution of commands
- Limiting the maximum number of threads per virtual host
- Supports continuous task execution queue
- Automatic simultaneous execution of only one identical task
- Supported interpreters: /bin/bash, /bin/sh
- Supported formats: JSON
This cTRL server designed to perform any command delayed or realtime tasks.



