Sync your Keepass password manager
This tutorial will explain how to setup LocalXpose in your server to use SFTP with KeePass.
1. Reserve an endpoint with custom port
$ loclx endpoint reserve --port 2222 --region ap2. Create a Systemd Unit file
sudo nano /etc/systemd/system/localxposessh.service[Unit]
Description=LocalXpose Service to expose SSH port
After=network-online.target ssh.service
[Service]
ExecStart=/home/pi/loclx tunnel tcp --reserved-endpoint ap-1.loclx.io:2222 --to 22
Restart=always
RestartSec=15
[Install]
WantedBy=multi-user.target3. Reload systemd daemon & enable service to start on boot.
4. Start SSH service & LocalXpose password service
5. Add CNAME record for your custom domain (Optional)

6. Time to use KeePass




7. Open, Edit, Save.
Last updated