diff --git a/locales/en-US.yml b/locales/en-US.yml
index 36a733b94..998648c8b 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -1339,3 +1339,8 @@ _translationService:
_libreTranslate:
endpoint: "LibreTranslate API Endpoint"
authKey: "LibreTranslate Auth Key (optional)"
+_remoteInteract:
+ title: "And you are...?"
+ description: "You cannot perform this action right now. You probably need to do it on your own instance, or sign in."
+ urlInstructions: "You can copy this URL. If you paste it into the search field on your instance, you should be taken to the right location."
+ url: "URL"
diff --git a/packages/client/src/components/remote-interact.vue b/packages/client/src/components/remote-interact.vue
new file mode 100644
index 000000000..5601afc44
--- /dev/null
+++ b/packages/client/src/components/remote-interact.vue
@@ -0,0 +1,80 @@
+
+
+ {{ i18n.ts._remoteInteract.title }}
+
+
+