SkillAgentSearch skills...

Ports

FreeBSD Port for ShellHub Agent.

Install / Use

/learn @shellhub-io/Ports
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

shellHub's FreeBSD Port logo

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_address and shellhub_tenant_id are 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.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated18h ago
Forks0

Languages

Shell

Security Score

75/100

Audited on Apr 1, 2026

No findings