{"id":7989,"date":"2021-03-20T13:21:16","date_gmt":"2021-03-20T10:21:16","guid":{"rendered":"https:\/\/kifarunix.com\/?p=7989"},"modified":"2024-03-19T18:48:39","modified_gmt":"2024-03-19T15:48:39","slug":"install-fleet-osquery-manager-on-ubuntu","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-fleet-osquery-manager-on-ubuntu\/","title":{"rendered":"Install Fleet Osquery Manager on Ubuntu 20.04\/Ubuntu 22.04"},"content":{"rendered":"\n
In this tutorial, you will learn how to install Fleet<\/a> osquery manager on Ubuntu 20.04\/Ubuntu 22.04. With the official retirement of the Kolide Fleet as on November 4th, 2020, there has been yet another Fleet<\/a> that offers the same functionality as Kolide Fleet. According to its Github repository<\/a>, “Fleet is the most widely used open source osquery manager. Deploying osquery with Fleet enables programmable live queries, streaming logs, and effective management of osquery across 50,000+ servers, containers, and laptops. It’s especially useful for talking to multiple devices at the same time.<\/em>“<\/p>\n\n\n\n If you are using Debian 10, follow the guide below to install Fleet Osquery on Debian 10;<\/p>\n\n\n\n Install Fleet Osquery Manager on Debian 10<\/a><\/p>\n\n\n\n In order to install Fleet osquery manager on Ubuntu, there are a few requirements. In our setup, we will be using Ubuntu 20.04\/Ubuntu 22.04 as our base OS.<\/p>\n\n\n\n Fleet uses MySQL as its main database<\/p>\n\n\n\n In this setup, we will use MariaDB database. Hence, create latest MariaDB (currently v10.8) APT repository<\/p>\n\n\n\n If you need, you can choose other MariaDB mirrors closed to your region<\/a>.<\/p>\n\n\n\n Update your package cache.<\/p>\n\n\n\n Run the command install MariaDB server 10.5 on Ubuntu 20.04<\/p>\n\n\n\n MariaDB is started and enabled to run on system boot upon installation.<\/p>\n\n\n\n Run the initial MySQL security script, mysql_secure_installation<\/strong>, to remove anonymous database users, test tables, disable remote root login.<\/p>\n\n\n\n By default, MariaDB 10.5 uses unix_socket for authentication by default and hence, can login by just running, Next, create the Fleet database.<\/p>\n\n\n\n Note:<\/strong> the database database names used here are not standard. Choose any name of your preference.<\/strong><\/p>\n\n\n\n Create Fleet database user with all grants on Fleet DB created above.<\/p>\n\n\n\n Reload privileges tables and exit the database;<\/p>\n\n\n\n Fleet uses Redis to ingest and queue the results of distributed queries, cache data, etc.<\/em><\/p>\n\n\n\n To install the latest stable version of Redis, run the command below;<\/p>\n\n\n\n Next, update the package cache;<\/p>\n\n\n\n Install Redis on Ubuntu 20.04\/Ubuntu 22.04;<\/p>\n\n\n\n Redis server is similarly started upon installation;<\/p>\n\n\n\n Enable it to run on system boot;<\/p>\n\n\n\n The Fleet application is distributed as a single static binary. This binary serves:<\/em><\/p>\n\n\n\n To download the latest Fleet and Fleetctl binaries (v4.20.1 currently), navigate to the releases page<\/a> and grab the archive. You can get the url and simply execute the command below;<\/p>\n\n\n\n Extract the binaries for Linux platform:<\/p>\n\n\n\n Copy Fleet binaries to binaries directories;<\/p>\n\n\n\n To verify the binaries are in place;<\/p>\n\n\n\n To initialize Fleet infrastructure after installing and setting up all the requirements above, use the If the initialization completes successfully, you should get the output,<\/p>\n\n\n\n Fleet server is used to run the main HTTPS server. Hence, run the command below to generate self-signed certificates.<\/p>\n\n\n\n NOTE: If you are using Self Signed Certificates as in this demo, DO NOT use wildcards lest enrollment of hosts won\u2019t work.<\/strong><\/p>\n\n\n\n If you can, use the commercial TLS certificates from your preferred trusted CA.<\/strong><\/p>\n\n\n\n Once you have initialized the database, obtained the TLS certs, you can then launch it to verify that it can run successfully using the fleet serve<\/strong> command as shown below.<\/p>\n\n\n\n The syntax for running There are different ways in which you can specify Fleet flags;<\/p>\n\n\n\n You can specify the flags on command line as shown below;<\/p>\n\n\n\n If all is well, you should see that Fleet server is now running on 0.0.0.0:8080<\/strong> and hence can be accessed on https:\/\/<server-IP>:8080<\/strong>.<\/p>\n\n\n\n Press Ctrl+c to stop Fleet server.<\/p>\n\n\n\n Similarly, you can specify the Fleet flags using environment variables as shown below (update the values for the environment variables and paste the command on the terminal);<\/p>\n\n\n\n Similarly, press Ctrl+c to stop Fleet server.<\/p>\n\n\n\n You can create a YAML configuration file where you can define the flags and their options. For example, let us create a configuration file, e.g The, create a YAML configuration file under the directory above.<\/p>\n\n\n\n You can simply execute the command below and be sure to replace your settings appropriately.<\/p>\n\n\n\n Next, launch the Fleet manager by running the command below;<\/p>\n\n\n\n Similarly, press Ctrl+c to stop Fleet server.<\/p>\n\n\n\n Once you have verified that Fleet is running fine, create a systemd service file, Example of Fleet systemd service unit file with Flags specified in ‘cli’ like format.<\/p>\n\n\n\n The method I preferred myself is to use the configuration file instead. The below service file uses the configuration file with Fleet flags defined as shown above<\/a>.<\/p>\n\n\n\n Reload systemd configurations.<\/p>\n\n\n\n Start and enable Fleet service.<\/p>\n\n\n\n Check the status;<\/p>\n\n\n\n Fleet can be accessed on the browser using the URL https:\/\/<server-IP_OR_hostname>:8080<\/strong>.<\/p>\n\n\n\n If firewall is running, open this port to allow external access;<\/p>\n\n\n\n Then access Fleet Web interface from browser. and proceed to finalize the setup of Fleet Osquery manager on Ubuntu 20.04;<\/p>\n\n\n\n Create the admin user;<\/p>\n\n\n\n Enter your organization details, Name and url to logo.<\/p>\n\n\n\n Set the Fleet server URL.<\/p>\n\n\n Submit the details and proceed to Fleet web interface.<\/p>\n\n\n\n And that marks the end of our tutorial on how to install Fleet Osquery Manager on Ubuntu 20.04. In our next tutorial, you will learn how to enroll Osquery agents to Fleet manager.<\/p>\n\n\n\n How to Enroll Osquery Hosts on Fleet Manager<\/a><\/p>\n\n\n\n Installing Fleet<\/a><\/p>\n\n\n\n Install Osquery on Ubuntu 20.04<\/a><\/p>\n\n\n\nInstall Osquery Fleet Manager on Ubuntu<\/h2>\n\n\n\n
Prerequisites<\/h3>\n\n\n\n
Install MySQL Database on Ubuntu 20.04\/Ubuntu 22.04<\/h4>\n\n\n\n
apt install software-properties-common gnupg2 zip -y<\/code><\/pre>\n\n\n\n
wget -qO- https:\/\/mariadb.org\/mariadb_release_signing_key.asc | gpg --dearmor > \/etc\/apt\/trusted.gpg.d\/mariadb.gpg<\/code><\/pre>\n\n\n\n
echo \"deb [arch=amd64] http:\/\/sfo1.mirrors.digitalocean.com\/mariadb\/repo\/10.8\/ubuntu $(lsb_release -sc) main\" > \/etc\/apt\/sources.list.d\/mariadb-10.8.list<\/code><\/pre>\n\n\n\n
apt update<\/code><\/pre>\n\n\n\n
apt install mariadb-server<\/code><\/pre>\n\n\n\n
systemctl status mariadb.service<\/code><\/pre>\n\n\n\n
\n\u25cf mariadb.service - MariaDB 10.8.5 database server\n Loaded: loaded (\/lib\/systemd\/system\/mariadb.service; enabled; vendor preset: enabled)\n Drop-In: \/etc\/systemd\/system\/mariadb.service.d\n \u2514\u2500migrated-from-my.cnf-settings.conf\n Active: active (running) since Mon 2022-09-26 17:16:45 UTC; 2min 4s ago\n Docs: man:mariadbd(8)\n https:\/\/mariadb.com\/kb\/en\/library\/systemd\/\n Process: 3526 ExecStartPre=\/usr\/bin\/install -m 755 -o mysql -g root -d \/var\/run\/mysqld (code=exited, status=0\/SUCCESS)\n Process: 3527 ExecStartPre=\/bin\/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0\/SUCCESS)\n Process: 3529 ExecStartPre=\/bin\/sh -c [ ! -e \/usr\/bin\/galera_recovery ] && VAR= || VAR=`cd \/usr\/bin\/..; \/usr\/bin\/galera_recovery`; [ $? -eq 0 ] && systemctl set-en>\n Process: 3575 ExecStartPost=\/bin\/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0\/SUCCESS)\n Process: 3577 ExecStartPost=\/etc\/mysql\/debian-start (code=exited, status=0\/SUCCESS)\n Main PID: 3558 (mariadbd)\n Status: \"Taking your SQL requests now...\"\n Tasks: 9 (limit: 4574)\n Memory: 78.1M\n CPU: 359ms\n CGroup: \/system.slice\/mariadb.service\n \u2514\u25003558 \/usr\/sbin\/mariadbd\n\nSep 26 17:16:45 jellyfish mariadbd[3558]: 2022-09-26 17:16:45 0 [Note] Plugin 'FEEDBACK' is disabled.\nSep 26 17:16:45 jellyfish mariadbd[3558]: 2022-09-26 17:16:45 0 [Note] InnoDB: Loading buffer pool(s) from \/var\/lib\/mysql\/ib_buffer_pool\nSep 26 17:16:45 jellyfish mariadbd[3558]: 2022-09-26 17:16:45 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.\nSep 26 17:16:45 jellyfish mariadbd[3558]: 2022-09-26 17:16:45 0 [Note] Server socket created on IP: '127.0.0.1'.\nSep 26 17:16:45 jellyfish mariadbd[3558]: 2022-09-26 17:16:45 0 [Note] InnoDB: Buffer pool(s) load completed at 220926 17:16:45\nSep 26 17:16:45 jellyfish mariadbd[3558]: 2022-09-26 17:16:45 0 [Note] \/usr\/sbin\/mariadbd: ready for connections.\nSep 26 17:16:45 jellyfish mariadbd[3558]: Version: '10.8.5-MariaDB-1:10.8.5+maria~ubu2204' socket: '\/run\/mysqld\/mysqld.sock' port: 3306 mariadb.org binary distribution\nSep 26 17:16:45 jellyfish systemd[1]: Started MariaDB 10.8.5 database server.\n<\/code><\/pre>\n\n\n\n
Create Fleet Database and Database User<\/h4>\n\n\n\n
mysql_secure_installation<\/code><\/pre>\n\n\n\n
mysql -u root<\/strong><\/code>. If have however enabled password authentication, simply run;<\/p>\n\n\n\n
mysql -u root -p<\/code><\/pre>\n\n\n\n
create database fleetdb;<\/code><\/pre>\n\n\n\n
grant all on fleetdb.* to fleetadmin@localhost identified by 'StrongP@SS';<\/code><\/pre>\n\n\n\n
flush privileges;\nexit<\/code><\/pre>\n\n\n\n
Install Redis on Ubuntu 20.04\/Ubuntu 22.04<\/h4>\n\n\n\n
curl -fsSL https:\/\/packages.redis.io\/gpg | gpg --dearmor > \/etc\/apt\/trusted.gpg.d\/redis.gpg <\/code><\/pre>\n\n\n\n
echo \"deb https:\/\/packages.redis.io\/deb $(lsb_release -cs) main\" > \/etc\/apt\/sources.list.d\/redis.list<\/code><\/pre>\n\n\n\n
apt update<\/code><\/pre>\n\n\n\n
apt install redis<\/code><\/pre>\n\n\n\n
systemctl status redis-server.service<\/code><\/pre>\n\n\n\n
\n\u25cf redis-server.service - Advanced key-value store\n Loaded: loaded (\/lib\/systemd\/system\/redis-server.service; disabled; vendor preset: enabled)\n Active: active (running) since Mon 2022-09-26 17:24:43 UTC; 25s ago\n Docs: http:\/\/redis.io\/documentation,\n man:redis-server(1)\n Main PID: 4457 (redis-server)\n Status: \"Ready to accept connections\"\n Tasks: 5 (limit: 4574)\n Memory: 2.8M\n CPU: 100ms\n CGroup: \/system.slice\/redis-server.service\n \u2514\u25004457 \"\/usr\/bin\/redis-server 127.0.0.1:6379\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\n\nSep 26 17:24:43 jellyfish systemd[1]: Starting Advanced key-value store...\nSep 26 17:24:43 jellyfish systemd[1]: Started Advanced key-value store.\n<\/code><\/pre>\n\n\n\n
systemctl enable redis-server<\/code><\/pre>\n\n\n\n
Installing Osquery Fleet Manager on Ubuntu<\/h3>\n\n\n\n
Install the Fleet binary on Ubuntu 20.04\/Ubuntu 22.04<\/h4>\n\n\n\n
\n
curl -LO https:\/\/github.com\/fleetdm\/fleet\/releases\/download\/fleet-v4.20.1\/fleet_v4.20.1_linux.tar.gz<\/code><\/pre>\n\n\n\n
curl -LO https:\/\/github.com\/fleetdm\/fleet\/releases\/download\/fleet-v4.20.1\/fleetctl_v4.20.1_linux.tar.gz<\/code><\/pre>\n\n\n\n
tar xzf fleet_v4.20.1_linux.tar.gz<\/code><\/pre>\n\n\n\n
tar xzf fleetctl_v4.20.1_linux.tar.gz<\/code><\/pre>\n\n\n\n
cp fleet_v4.20.1_linux\/fleet \/usr\/local\/bin\/<\/code><\/pre>\n\n\n\n
cp fleetctl_v4.20.1_linux\/fleetctl \/usr\/local\/bin\/<\/code><\/pre>\n\n\n\n
which fleet fleetctl<\/code><\/pre>\n\n\n\n
\/usr\/local\/bin\/fleet\n\/usr\/local\/bin\/fleetctl<\/code><\/pre>\n\n\n\n
Running Fleet Server on Ubuntu 20.04\/Ubuntu 22.04<\/h4>\n\n\n\n
Initialize Fleet Database<\/h5>\n\n\n\n
fleet prepare db<\/code> as follows;<\/p>\n\n\n\n
fleet prepare db --mysql_address=127.0.0.1:3306 --mysql_database=fleetdb --mysql_username=fleetadmin --mysql_password=StrongP@SS<\/code><\/pre>\n\n\n\n
\nINFO: 17:46:26 Adding software_id column to software_cve table...\nINFO: 17:46:26 Done adding software_id column to software_cve table...\nINFO: 17:46:26 Updating software_id column in software_cve table...\nINFO: 17:46:26 Nothing to update ...\nINFO: 17:46:26 Done updating 'software_id'...\nINFO: 17:46:26 Adding index to 'software_id'...\nINFO: 17:46:26 Done adding index to 'software_id'...\nINFO: 17:46:26 Trying to acquire lock...\nINFO: 17:46:26 Lock acquired...\nINFO: 17:46:26 Removing duplicates in the software_cve table\nINFO: 17:46:26 Adding unique constraint on (cve, software_id) to software_cve table...\nINFO: 17:46:26 Done adding unique constraint on (cve, software_id) to software_cve table...\nINFO: 17:46:26 Creating table mobile_device_management_solutions...\nINFO: 17:46:26 Done creating table mobile_device_management_solutions...\nINFO: 17:46:26 Adding column mdm_id to table host_mdm...\nINFO: 17:46:26 Done adding column mdm_id to table host_mdm...\nINFO: 17:46:26 Adding index on mdm_id of table host_mdm...\nINFO: 17:46:27 Done adding index on mdm_id of table host_mdm...\nINFO: 17:46:27 Adding index on enrolled, installed_from_dep of table host_mdm...\nINFO: 17:46:27 Done adding index on enrolled, installed_from_dep of table host_mdm...\nINFO: 17:46:27 Increasing width of software.vendor...\nINFO: 17:46:27 Done increasing width of software.vendor...\nINFO: 17:46:27 Creating table munki_issues...\nINFO: 17:46:27 Done creating table munki_issues...\nINFO: 17:46:27 Creating table host_munki_issues...\nINFO: 17:46:27 Done creating table host_munki_issues...\nINFO: 17:46:27 Deleting dummy software_cpe entries...\nINFO: 17:46:27 Done deleting dummy cpe_id entries...\nINFO: 17:46:27 Removing cpe_id from software_cve...\nINFO: 17:46:27 Done removing cpe_id from software_cve...\nMigrations completed.\n<\/code><\/pre>\n\n\n\n
Generate SSL\/TLS Certificates<\/h5>\n\n\n\n
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout \/etc\/ssl\/private\/fleet.key -out \/etc\/ssl\/certs\/fleet.cert -subj \"\/CN=*.kifarunix-demo.com\/\"<\/code><\/pre>\n\n\n\n
Launching Fleet Osquery Manager<\/h4>\n\n\n\n
fleet serve<\/strong><\/code> is given below;<\/p>\n\n\n\n
fleet serve [flags]<\/code><\/pre>\n\n\n\n
\n
Specifying Fleet Manager Flags on Command line<\/h5>\n\n\n\n
fleet serve --mysql_address=127.0.0.1:3306 \\\n--mysql_database=fleetdb --mysql_username=fleetadmin --mysql_password=StrongP@SS \\\n--server_cert=\/etc\/ssl\/certs\/fleet.cert --server_key=\/etc\/ssl\/private\/fleet.key \\\n--logging_json <\/code><\/pre>\n\n\n\n
{\"component\":\"redis\",\"level\":\"info\",\"mode\":\"standalone\",\"ts\":\"2022-09-26T17:52:54.28424084Z\"}\n{\"component\":\"crons\",\"cron\":\"vulnerabilities\",\"level\":\"info\",\"periodicity\":\"1h0m0s\",\"ts\":\"2022-09-26T17:52:54.295821803Z\"}\n{\"level\":\"info\",\"msg\":\"metrics endpoint disabled (http basic auth credentials not set)\",\"ts\":\"2022-09-26T17:52:54.312885518Z\"}\n{\"address\":\"0.0.0.0:8080\",\"msg\":\"listening\",\"transport\":\"https\",\"ts\":\"2022-09-26T17:52:54.313178069Z\"}\n{\"component\":\"crons\",\"cron\":\"vulnerabilities\",\"level\":\"info\",\"msg\":\"software inventory not configured\",\"ts\":\"2022-09-26T17:53:04.300608097Z\"}<\/code><\/pre>\n\n\n\n
Specifying Fleet Manager Flags Using Environment Variables<\/h5>\n\n\n\n
FLEET_MYSQL_ADDRESS=127.0.0.1:3306 \\\nFLEET_MYSQL_DATABASE=fleetdb \\\nFLEET_MYSQL_USERNAME=fleetadmin \\\nFLEET_MYSQL_PASSWORD=StrongP@SS \\\nFLEET_REDIS_ADDRESS=127.0.0.1:6379 \\\nFLEET_SERVER_CERT=\/etc\/ssl\/certs\/fleet.cert \\\nFLEET_SERVER_KEY=\/etc\/ssl\/private\/fleet.key \\\nFLEET_LOGGING_JSON=true \\\n$(which fleet) serve<\/code><\/pre>\n\n\n\n
Setting the Fleet Manager Flags in a Configuration file<\/h5>\n\n\n\n
\/etc\/fleet\/fleet.yml<\/code><\/strong>.<\/p>\n\n\n\n
mkdir \/etc\/fleet<\/code><\/pre>\n\n\n\n
\ncat > \/etc\/fleet\/fleet.yml << 'EOL'\nmysql:\n address: 127.0.0.1:3306\n database: fleetdb\n username: fleetadmin\n password: StrongP@SS\nredis:\n address: 127.0.0.1:6379\nserver:\n cert: \/etc\/ssl\/certs\/fleet.cert\n key: \/etc\/ssl\/private\/fleet.key\nlogging:\n json: true\n# auth:\n# jwt_key: cw1h9ww06XwWDOwDDBpi9pxwNqEVf6Ig\nEOL\n<\/code><\/pre>\n\n\n\n
fleet serve -c \/etc\/fleet\/fleet.yml<\/code><\/pre>\n\n\n\n
Create Fleet Systemd Service Unit on Ubuntu 20.04<\/h4>\n\n\n\n
\/etc\/systemd\/system\/fleet.service<\/code><\/strong>. You can use any method shown above to specify the flags for
ExecStart <\/strong><\/code>option while creating the systemd service unit file.<\/p>\n\n\n\n
\ncat > \/etc\/systemd\/system\/fleet.service << 'EOL'\n[Unit]\nDescription=Fleet Osquery Fleet Manager\nAfter=network.target\n\n[Service]\nLimitNOFILE=8192\nExecStart=\/usr\/local\/bin\/fleet serve \\\n --mysql_address=127.0.0.1:3306 \\\n --mysql_database=fleetdb \\\n --mysql_username=fleetadmin \\\n --mysql_password=StrongP@SS \\\n --redis_address=127.0.0.1:6379 \\\n --server_cert=\/etc\/ssl\/certs\/fleet.cert \\\n --server_key=\/etc\/ssl\/private\/fleet.key \\\n --logging_json\nExecStop=\/bin\/kill -15 $(ps aux | grep \"fleet serve\" | grep -v grep | awk '{print$2}')\n\n[Install]\nWantedBy=multi-user.target\nEOL\n<\/code><\/pre>\n\n\n\n
\ncat > \/etc\/systemd\/system\/fleet.service << 'EOL'\n[Unit]\nDescription=Fleet Osquery Fleet Manager\nAfter=network.target\n\n[Service]\nLimitNOFILE=8192\nExecStart=\/usr\/local\/bin\/fleet serve -c \/etc\/fleet\/fleet.yml\nExecStop=\/bin\/kill -15 $(ps aux | grep \"fleet serve\" | grep -v grep | awk '{print$2}')\n\n[Install]\nWantedBy=multi-user.target\nEOL\n<\/code><\/pre>\n\n\n\n
systemctl daemon-reload<\/code><\/pre>\n\n\n\n
systemctl enable --now fleet<\/code><\/pre>\n\n\n\n
systemctl status fleet<\/code><\/pre>\n\n\n\n
\n\u25cf fleet.service - Fleet Osquery Fleet Manager\n Loaded: loaded (\/etc\/systemd\/system\/fleet.service; enabled; vendor preset: enabled)\n Active: active (running) since Mon 2022-09-26 18:01:12 UTC; 6s ago\n Main PID: 5422 (fleet)\n Tasks: 9 (limit: 4574)\n Memory: 16.0M\n CPU: 120ms\n CGroup: \/system.slice\/fleet.service\n \u2514\u25005422 \/usr\/local\/bin\/fleet serve -c \/etc\/fleet\/fleet.yml\n\nSep 26 18:01:12 jellyfish systemd[1]: Started Fleet Osquery Fleet Manager.\nSep 26 18:01:12 jellyfish fleet[5422]: Using config file: \/etc\/fleet\/fleet.yml\nSep 26 18:01:12 jellyfish fleet[5422]: {\"component\":\"redis\",\"level\":\"info\",\"mode\":\"standalone\",\"ts\":\"2022-09-26T18:01:12.109487031Z\"}\nSep 26 18:01:12 jellyfish fleet[5422]: {\"component\":\"crons\",\"cron\":\"vulnerabilities\",\"level\":\"info\",\"periodicity\":\"1h0m0s\",\"ts\":\"2022-09-26T18:01:12.121929269Z\"}\nSep 26 18:01:12 jellyfish fleet[5422]: {\"level\":\"info\",\"msg\":\"metrics endpoint disabled (http basic auth credentials not set)\",\"ts\":\"2022-09-26T18:01:12.13573016Z\"}\nSep 26 18:01:12 jellyfish fleet[5422]: {\"address\":\"0.0.0.0:8080\",\"msg\":\"listening\",\"transport\":\"https\",\"ts\":\"2022-09-26T18:01:12.13588821Z\"}\n<\/code><\/pre>\n\n\n\n
Access Fleet Web Interface<\/h3>\n\n\n\n
ufw allow 8080\/tcp<\/code><\/pre>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure><\/div>\n\n\n
<\/figure>\n\n\n\n
Reference<\/h3>\n\n\n\n
Other Related Tutorials<\/h3>\n\n\n\n