summaryrefslogtreecommitdiffstats
path: root/docs/get
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/get/README.md5
-rw-r--r--docs/getting-started.md14
2 files changed, 8 insertions, 11 deletions
diff --git a/docs/get/README.md b/docs/get/README.md
index f89472de5..4bfc4878e 100644
--- a/docs/get/README.md
+++ b/docs/get/README.md
@@ -38,7 +38,8 @@ from its source code.
Copy the script, paste it into your node's terminal, and hit `Enter`.
-Open your favorite browser and navigate to `http://localhost:19999` or `http://REMOTE-HOST:19999` to open the dashboard.
+Open your favorite browser and navigate to `http://localhost:19999` or `http://NODE:19999`, replacing `NODE` with the
+hostname or IP address of your system, to open the local Agent dashboard.
<details>
<summary>Watch how the one-line installer works</summary>
@@ -91,7 +92,7 @@ platform to see specific instructions.
Even more options available in our [packaging documentation](/packaging/installer/README.md#alternative-methods).
-## Claim your node on Netdata Cloud
+## Claim your node to Netdata Cloud
You need to [claim](/claim/README.md) your nodes to see them in Netdata Cloud. Claiming establishes a secure TLS
connection to Netdata Cloud using the [Agent-Cloud link](/aclk/README.md), and proves you have write and administrative
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 1ccab4247..e80b80eed 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -211,16 +211,12 @@ You can use these features together or separately&mdash;the decision is up to yo
When you install Netdata, it's configured to start at boot, and stop and restart/shutdown. You shouldn't need to start
or stop Netdata manually, but you will probably need to restart Netdata at some point.
-- To **start** Netdata, open a terminal and run `service netdata start`.
-- To **stop** Netdata, run `service netdata stop`.
-- To **restart** Netdata, run `service netdata restart`.
+- To **start** Netdata, open a terminal and run `sudo systemctl start netdata`.
+- To **stop** Netdata, run `sudo systemctl stop netdata`.
+- To **restart** Netdata, run `sudo systemctl restart netdata`.
-The `service` command is a wrapper script that tries to use your system's preferred method of starting or stopping
-Netdata based on your system. But, if either of those commands fails, try using the equivalent commands for `systemd`
-and `init.d`:
-
-- **systemd**: `systemctl start netdata`, `systemctl stop netdata`, `systemctl restart netdata`
-- **init.d**: `/etc/init.d/netdata start`, `/etc/init.d/netdata stop`, `/etc/init.d/netdata restart`
+See our doc on [starting, stopping, and restarting](/docs/configure/start-stop-restart.md) the Netdata Agent for
+details.
## What's next?