diff --git a/static/app-strings.json b/static/app-strings.json
index 9d0e2a55c..c5e753504 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -1266,5 +1266,9 @@
"There was an error with LBRY first publishing.": "There was an error with LBRY first publishing.",
"Automagically upload to your youtube channel.": "Automagically upload to your youtube channel.",
"Your file was published to LBRY, but the YouTube upload failed.": "Your file was published to LBRY, but the YouTube upload failed.",
+ "LBRY Status": "LBRY Status",
+ "Check the status of various LBRY services.": "Check the status of various LBRY services.",
+ "Check Status": "Check Status",
+ "Monitor Explanation FAQ": "Monitor Explanation FAQ",
"--end--": "--end--"
}
diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx
index 7dbb916b4..454ab05d4 100644
--- a/ui/component/common/icon-custom.jsx
+++ b/ui/component/common/icon-custom.jsx
@@ -694,4 +694,11 @@ export const icons = {
),
+ [ICONS.LBRY_STATUS]: buildIcon(
+
+
+
+
+
+ ),
};
diff --git a/ui/constants/icons.js b/ui/constants/icons.js
index 8c77a8f34..6fb549cc8 100644
--- a/ui/constants/icons.js
+++ b/ui/constants/icons.js
@@ -109,3 +109,4 @@ export const RECEIVE = 'Receive';
export const CAMERA = 'Camera';
export const OPEN_LOG = 'FilePlus';
export const OPEN_LOG_FOLDER = 'Folder';
+export const LBRY_STATUS = 'BarChart';
diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx
index 2d060738d..263ad14a7 100644
--- a/ui/page/help/view.jsx
+++ b/ui/page/help/view.jsx
@@ -148,6 +148,26 @@ class HelpPage extends React.PureComponent {
}
/>
+
+
+