diff --git a/Plugin/unraid/pages/partnership.php b/Plugin/unraid/pages/partnership.php
index 03a87a9..96285e2 100644
--- a/Plugin/unraid/pages/partnership.php
+++ b/Plugin/unraid/pages/partnership.php
@@ -382,9 +382,21 @@ function _renderActions(nodes, cfg) {
html += '';
if (phase === 0) {
- html += `
- Phase 1 pushes SSH keys and master.conf to ${remote.hostname} before it has Varaverk installed.
- ${remote.id} can then install the plugin — the wizard will detect the conf and complete setup automatically.
+ const termUrl = selfNode && selfNode.ts_ip ? `https://${selfNode.ts_ip}/webterminal/ttyd/` : null;
+ const termCmd = `bash /mnt/user/appdata/Varaverk/Partnership/partnership_onboard.sh --phase1-only`;
+ html += `
+
First run requires terminal access for SSH key password.
+
+
Tab auto-updates when complete · or click Push Conf if key already installed.
`;
} else if (phase === 1) {
html += `