With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Atera - an All-in-one platform for IT management
Ideal for IT departments and MSPs (managed service providers)
Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
Event Manager for OpenLDAP is an internal LDAP event handler that can execute operations to automate tasks. It can be used as base for remote automation, Identity Management, and so on.
Mrtools (Multi remote tools) are a set of multi-threaded system tools to manage large distributed environments including file distribution collection and concurrent shell script or command execution. MrTools is written in Perl and utilizes ssh and rsync.
LainShell is a textmode network client/server application. With this tool you can remotly manage you file systems, check system status or easly execute some commands in system shell, and more. We have support for Unix/Windows platforms.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
An easily extensible PHP shell, which allows people whose web hosts do not give them ssh access to execute a commands on the server through a web page.
MyHAL is a Jabber bot running on your pc(s) that enables you to "chat" with your machine(s) using a Jabber client. MyHAL can send you alerts, display system information, and execute commands remotely.
Small tool to execute any command from a GUI (written in GTK+). For commands that need super-user access you have to modify /etc/sudoers in a way that these commands do not require a password
MultiExecutor is a tool for managing distributed unix like systems and databases that has jdbc drivers. Only entering from one console you can execute same script or command on multiple machines and you can see the results seperately.
BatchLogin is a shell connection virtualization program. It allows a user on a complex network to connect and execute scripts and commands upon groups of machines without having to deal with the connection specifics every time.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
tresMonitor provides a fully configurable service testing environment. It lets you define for each service what actions you want to execute as the test of state, and what to do in case of success and fail.
A command line utility written in C to easily manage list of files on unix systems.
Execute basically a given command for each line in stdin. It should be extended to handle multiple inputs and multiple commands.
A simple tool help you to execute some commands on a remote machine(server) just as on your local machine(client). Get and put files from and to server are supported too.
phpOraAdmin is a tool written in PHP intended to handle the administration of Oracle user tables over the WWW in a very similar way as phpMyAdmin does. It can browse/edit/insert/delete rows, execute any SQL statement and more.
sud is a daemon to execute interactive and non-interactive processes with special (and customizable) privileges in a nosuid environment
It is based on a client/server model and on the ability to pass file descriptors between processes.
Ulysses is a 100% java software developed to allow control on a remote machine. It is intended to provide services similar to FTP or to execute programs; it is designed (although this isn\'t completed, yet) to manage plugin installation.
Nagios Remote Plugin Executor/PERL (NRPEP) is a PERL implementation of a client/server interface to provide the Nagios monitoring system a secure way to remotely execute plugins.
The WarServer is a JSP 1.1/Servlet 2.2 compatible web application that allows a developer to safely execute shell commands and transfer files to and from the server it is deployed on.
Phpcron is a PHP command line utility which allows you to execute programs and system commands at certain scheduled times.Phpcron Admin provides a browser based front end to Phpcron. Lots of options, user friendly.
GWCC allows users to execute network utilities (ping, nslookup, traceroute) and workstation commands (netstat, df, process grep) from a single tabbed window. Command flags are highly configurable, results windows are savable and printable, plus more!
sysman is a multiple-host administration shell inspired by VMS's SYSMAN. It allows you to connect to many hosts, execute a command or a shell script on all of them in parallel, and send files to them.
Originally written by Paul Vixie in 1986 and distributed through mod.sources, "display" is a program which will repeatedly execute a command and display the output through curses. The purpose of this project is to maintain and extend display.
Job implementation and wrapper to easily execute a talend job with the Job Scheduler. Both tools (Talend Open Studio and Job Scheduler) are open source anc can be found on SourceForge.
benchmark-ldap is a Program in C to provide benchmark in severals ldap servers. Is very easy to compile and execute. This program use "threads" to provide severals search in ldap server at the same time. If you wish have a good ldap server, you need th
Remotely Execute Commands in an Alias File On the Host
This software consists of a client and a server. The server will run a command if it is specified in the server side alias file.
The alias file syntax:
!Settings
alias 'command cmd-args cmd-args'; user2run-cmd-as
Example:
!EnableOutput yes
!Port 2012
!Verbosity warnings
update 'yum makecache && yum update'; root
filedbupdate updatedb; root
who_is_logged_on 'who'; *
Then the client would run:
./recafoh host -p 2012 -c update --warnings
and it would output yum's...