@cryptotaxi247 / netdata-1 / commits / e53497568

Update freebsd.md (#14010)

* Update freebsd.md * Update freebsd.md * Update freebsd.md --------- Co-authored-by: DShreve2 <david@netdata.cloud>

Shyam Sreevalsan committed Apr 21, 2023 at 17:47 UTC e53497568201b413f118af6c438532d1c5049b54
1 file changed +26 -5
packaging/installer/methods/freebsd.md
+26 -5
@@ -16,20 +16,41 @@ learn_rel_path: "Installation/Install on specific environments"
16 > PR](https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freebsd.md) with your recommended
17 > improvements or changes. Thank you!
18
19 -## Install latest version
19 +## Install dependencies
20
21 -This is how to install the latest Netdata version on FreeBSD:
22 -
23 -Install required packages (**need root permission**):
21 +This step needs root privileges.
22
23 ```sh
24 pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof liblz4 libuv json-c cmake gmake
25 ```
26
27 +Please respond in the affirmative for any relevant prompts during the installation process.
28 +
29 +## Install Netdata
30 +
31 +The simplest method is to use the single line [kickstart script](https://learn.netdata.cloud/docs/agent/packaging/installer/methods/kickstart)
32 +
33 +If you have a Netdata cloud account then clicking on the **Connect Nodes** button will generate the kickstart command you should use. Use the command from the "Linux" tab, it should look something like this:
34 +
35 +```sh
36 +wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --claim-token <CLAIM_TOKEN> --claim-url https://app.netdata.cloud
37 +```
38 +Please respond in the affirmative for any relevant prompts during the installation process.
39 +
40 +Once the installation is completed, you should be able to start monitoring the FreeBSD server using Netdata.
41 +
42 +![image](https://user-images.githubusercontent.com/24860547/202489210-3c5a3346-8f53-4b7b-9832-f9383b34d864.png)
43 +
44 +Netdata can also be installed via [FreeBSD ports](https://www.freshports.org/net-mgmt/netdata).
45 +
46 +## Manual installation
47 +
48 +If you would prefer to manually install Netdata, the following steps can help you do this.
49 +
50 Download Netdata:
51
52 ```sh
32 -fetch https://github.com/netdata/netdata/releases/download/v1.26.0/netdata-v1.26.0.tar.gz
53 +fetch https://github.com/netdata/netdata/releases/download/v1.36.1/netdata-v1.36.1.tar.gz
54 ```
55
56 > ⚠️ Verify the latest version by either navigating to [Netdata's latest