diff --git a/docs/pages/includes/start-teleport.mdx b/docs/pages/includes/start-teleport.mdx index 1ad822cde19bb..427e7af30704d 100644 --- a/docs/pages/includes/start-teleport.mdx +++ b/docs/pages/includes/start-teleport.mdx @@ -28,3 +28,6 @@ $ sudo systemctl start teleport + +You can check the status of {{ service }} with `systemctl status teleport` +and view its logs with `journalctl -fu teleport`.