diff --git a/client/brewpi.ui b/client/brewpi.ui
index 994f935..aa1edea 100644
--- a/client/brewpi.ui
+++ b/client/brewpi.ui
@@ -3666,7 +3666,7 @@
- ws://brewpi:8765
+ ws://localhost:8765
diff --git a/client/main_window.py b/client/main_window.py
index 7bb797c..6bac4fa 100644
--- a/client/main_window.py
+++ b/client/main_window.py
@@ -1290,7 +1290,7 @@ class Ui_MainWindow(object):
self.label_5.setText(_translate("MainWindow", "Power [W]"))
self.label_7.setText(_translate("MainWindow", "State"))
self.label_state.setText(_translate("MainWindow", "State"))
- self.plainTextUri.setPlainText(_translate("MainWindow", "ws://brewpi:8765"))
+ self.plainTextUri.setPlainText(_translate("MainWindow", "ws://localhost:8765"))
self.label_8.setText(_translate("MainWindow", "Host"))
self.menu_File.setTitle(_translate("MainWindow", "&File"))
self.menu_Help.setTitle(_translate("MainWindow", "&Help"))