⚡Cloud VPS
Environment Requirements
VPS server with internet access
System administrator (Root) privileges
Ensure wget and unzip commands are installed
If not installed, run:
sudo apt-get install wget unzip
(Ubuntu/Debian systems)Or run:
sudo yum install wget unzip
(CentOS systems)
Deployment Steps
1. Download and Extract Installation Package
# Enter the following commands in terminal (press Enter after each line):
# Download installation package
wget https://pcdn.titannet.io/test4/bin/agent-linux.zip
# If download fails, check your network connection
# Create installation directory (add sudo if permission denied)
mkdir -p /opt/titanagent
# Extract installation package to specified directory
unzip agent-linux.zip -d /opt/titanagent
# If unzip command not found, install unzip first
⚠️ Note:
Wait for each command to complete before executing the next
If you see "Permission denied", add sudo before the command
Ensure each command executes successfully before proceeding
2. Get Key
3. Start Service
# Enter installation directory
cd /opt/titanagent
# Run Agent (replace the following two items)
./agent --working-dir=/opt/titanagent --server-url=https://test4-api.titannet.io --channel=vps --key=YOUR_COPIED_KEY
Common Issues
Last updated