BTC iconBTC: N/AETH iconETH: N/ASOL iconSOL: N/ABNB iconBNB: N/ATON iconTON: N/A

Tutorial How to Run Datagram on Linux on VPS

Jun 14, 20251 min read
Tutorial How to Run Datagram on Linux on VPS

Tutorial Run Datagram on Linux on VPS

Specification Requirement:

  1. Sign up here

  2. Ram with Minimal 1GB

  3. CPU with Minimal 1

  4. License Key (check image below)

wget https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux
sudo mv datagram-cli-x86_64-linux /usr/local/bin/datagram-cli
sudo chmod +x /usr/local/bin/datagram-cli
datagram-cli run -- -key YOUR_API_KEY

If you facing error message:

invalid cross-device link

mkdir -p /root/tmp

then:

TMPDIR=/root/tmp datagram-cli run -- -key YOUR_API_KEY

Good Luck!

Share this article: