diff --git a/WebHostLib/templates/hostRoom.html b/WebHostLib/templates/hostRoom.html
index e0108559..69bf8675 100644
--- a/WebHostLib/templates/hostRoom.html
+++ b/WebHostLib/templates/hostRoom.html
@@ -20,7 +20,7 @@
later,
you can simply refresh this page and the server will be started again.
{% if room.last_port %}
- You can connect to this room by using '/connect berserkermulti.world:{{ room.last_port }}'
+ You can connect to this room by using '/connect archipelago.gg:{{ room.last_port }}'
in the client.
{% endif %}
{{ macros.list_patches_room(room.seed.patches, room) }}
{% if room.owner == session["_id"] %}