How to share a conversation
Default server
By default, Page Assist uses the official server athttps://pageassist.xyz to host shared conversations.
Features:
- Free to use
- No account required
- Instant sharing
- Maintained by the Page Assist team
Shared conversations are stored on the server and accessible to anyone with the link. Do not share sensitive or private information.
Self-hosting
For complete privacy control, you can deploy your own Page Share server. This is recommended if you frequently share conversations containing sensitive information.Deploy on Railway
The easiest way to self-host is using Railway’s one-click deployment:Click deploy button
Visit the Page Share repository and click the Deploy on Railway button.
Deploy with Docker
For more control, deploy using Docker:For production deployments, make sure to:
- Use HTTPS with a valid SSL certificate
- Configure proper firewall rules
- Set up regular backups
- Monitor server resources
Configuring Page Assist
To change your Page Share server:Privacy considerations
When using the default server:
- Shared conversations are stored on the Page Assist server
- Anyone with the link can access the conversation
- Conversations may be retained indefinitely
- The Page Assist team can technically access shared data
When self-hosting:
- You have complete control over data storage and retention
- You can implement your own access controls
- No third parties can access your data
- You’re responsible for server security and maintenance
Disabling Page Share
If you prefer not to use the sharing feature:- Go to Settings → Manage Share
- Disable the Page Share feature
- The share button will be hidden from the interface
Disabling Page Share does not affect any other Page Assist features. All AI processing and storage remains local.
Troubleshooting
Share button not working
Share button not working
Self-hosted server not accessible
Self-hosted server not accessible
Possible causes:
- Docker container not running
- Firewall blocking connections
- Port already in use
- Check Docker status:
docker-compose ps - Verify port 3000 is available
- Check firewall settings
- Review Docker logs:
docker-compose logs
Shared link not loading
Shared link not loading
Next steps
Privacy Policy
Learn about data handling and privacy
Configuration
Explore all settings options
Web UI
Learn about the Web UI interface
Self-Host Repository
View the Page Share server source code