Documentation
Deep Links
How links that open a specific page on your own server work.
What these links are
Documentation and in-app buttons sometimes link to a specific page of your server — an integration's settings, say, or the dashboard editor. Because your server address is private and known only to you, such a link cannot point directly at it.
How ProjectX42 handles them
ProjectX42 runs no redirect service and sends no part of these links to us. Instead, open the
target page directly on your own server: navigate to Settings and pick the section you
need, or paste the path onto your own server URL, for example
http://192.168.1.50:8123/config/integrations.
The app also handles projectx42:// URLs to navigate straight to a screen. Those
are resolved entirely on your device.
Back to all documentation · Questions? Contact us.