Agent Service

Linux

By default, the HoneyDB Agent service is configured with systemd. You can use the following commands to control the agent service.

Start the agent:

# systemctl start honeydb-agent

Stop the agent:

# systemctl stop honeydb-agent

Restart the agent:

# systemctl restart honeydb-agent

Windows

On Windows you can start, stop, or restart the service from the services control panel Alternatively, you can use the following commands:

Start the agent:

net start honeydb-agent

Stop the agent:

net stop honeydb-agent

Restart the agent:

net restart honeydb-agent

Note

To start/stop the service from the command line, you will need to open a command terminal with administrator privileges.

OSX

tbd