One-click Lilibtc Bot deployment on your VPS β content syncs to Binance Square automatically
π New users get $300 in free credit upon signup (valid for 30 days, expires after) β an international credit card or PayPal is required.
Sign up on Vultr βIn the Vultr console click Deploy New Server and choose:
β’ Plan: Shared CPU β vc2-1c-1gb ($6/mo)
β’ Location: Tokyo
β’ Click Configure
β’ Operating System: Ubuntu 22.04 / Debian 12
β’ Open Cloud-init User Data, paste the following into User Data, replacing YOUR_LILIBTC_API_KEY and YOUR_BINANCE_SQUARE_KEY with your own keys (get the API Key from the web console; get the Binance Key from the Binance Square Creator Center)
#cloud-config package_update: true packages: [curl] runcmd: - curl -sL https://api.lilibtc.com/downloads/deploy-vps.sh -o /root/deploy-vps.sh - bash /root/deploy-vps.sh --key YOUR_LILIBTC_API_KEY --binance-key YOUR_BINANCE_SQUARE_KEY - systemctl enable --now lilibtc-bot
lilibtc-bot set-binance-key YOUR_KEY).2-3 minutes after the server boots, open the Lilibtc console, log in, and check Publisher status under "My Account":
π’ Online + Binance UID shown = deployment succeeded, the publisher is running
π΄ Offline = check whether the cloud-init script was pasted correctly and the keys replaced
β³ Still offline after 5 minutes = SSH in and run journalctl -u lilibtc-bot -n 20 to view logs