cTRL Server icon
cTRL Server icon

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.

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • CentOS
  • Debian
  • FreeBSD
  • NetBSD
  • OpenBSD
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Queued Operations
  2.  Remote Task Execution

 Tags

  • remote-execution
  • queues

cTRL Server News & Activities

Highlights All activities

Recent activities

No activities found.

cTRL Server information

  • Developed by

    Andrey Kuvshinov
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  26 Stars
  •  1 Forks
  •  3 Open Issues
  •   Updated Mar 6, 2023 
View on GitHub

Our users have written 0 comments and reviews about cTRL Server, and it has gotten 0 likes

cTRL Server was added to AlternativeTo by Andrey Kuvshinov on May 18, 2020 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What 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.

Official Links