diff --git a/client/src/main/resources/html/docs/QuestionsAndAnswers.md b/client/src/main/resources/html/docs/QuestionsAndAnswers.md
index 631e2df9..876ca208 100644
--- a/client/src/main/resources/html/docs/QuestionsAndAnswers.md
+++ b/client/src/main/resources/html/docs/QuestionsAndAnswers.md
@@ -52,4 +52,6 @@ To change only the config file:
On Linux and macOS edit `ctbrec.sh` and add one or both of the above mentioned settings to the start line (preferably directly after $JAVA):
-`$JAVA -Dctbrec.config=alternate-settings.json -Djdk.gtk.version=3 -cp ctbrec-1.19.1-final.jar ctbrec.ui.Launcher`
\ No newline at end of file
+`$JAVA -Dctbrec.config=alternate-settings.json -Djdk.gtk.version=3 -cp ctbrec-1.19.1-final.jar ctbrec.ui.Launcher`
+
+
\ No newline at end of file
diff --git a/client/src/main/resources/html/docs/RunningTheServer.md b/client/src/main/resources/html/docs/RunningTheServer.md
index bb9f19a5..76adc2e5 100644
--- a/client/src/main/resources/html/docs/RunningTheServer.md
+++ b/client/src/main/resources/html/docs/RunningTheServer.md
@@ -1,5 +1,7 @@
## How To Run The Server
+
+
**!!! First things first !!!**
If you expose the server to the internet, I highly recommend enabling authentication and secure communication via TLS. Otherwise the whole world has access to your CTB Recorder server.