Ports
FreeBSD Port for ShellHub Agent.
Install / Use
/learn @shellhub-io/PortsREADME

FreeBSD Port for ShellHub Agent.
Build
Clone the FreeBSD Ports Collection repository to your local system:
git clone https://github.com/shellhub-io/ports.git
Change into the directory containing the ShellHub Port:
cd ports
Build and install ShellHub using the make command:
make install clean
Configure the required variables in /etc/rc.conf to start the agent:
# ShellHub Agent configuration.
shellhub_enable="YES"
shellhub_server_address="https://cloud.shellhub.io/"
shellhub_tenant_id="00000000-0000-4000-0000-000000000000"
[!NOTE] The
shellhub_server_addressandshellhub_tenant_idare placeholder values and should be changed to your desirable instance and the equivalent Tenant ID.
Start the service:
service shellhub start
For further configuration and usage instructions, refer to the documentation.
Contribute
For information about contributing to FreeBSD ports, please see the Porter's Handbook.
