🖥️Servers File
This page contains info about the servers.json file
Available sniper types:
1: CrystalSniper
2: Iancu Sniper
3: Tempo (remember to run
sudo ufw allow 1243in EVERY snipers console, otherwise stats wont work correctly)4: Velocity
Note that the key_for_stats value is only useful if you're using the official zrx sniper as it will fetch stats for the stats embed.
Private Keys:
You now also have the option to use private keys instead of password for authentication. To use this feature simply put your private key file (ending in .pri) into the ssh_keys folder and provide the file name in the private_key_option. You can not use a password and a private_key at the same time. You need to use either a password or a private_key.
Example severs.json files
1 Sniper:
{
"vps1": {
"ip": "127.0.0.1",
"username": "root",
"password": "SuperSecurePassword",
"private_key": "",
"path_to_executable_folder": "/root/crystal/",
"sniper": 1,
"key_for_stats": ""
}
}2 Snipers:
{
"vps1": {
"ip": "",
"username": "",
"password": "",
"private_key": "",
"path_to_executable_folder": "/root/crystal/",
"sniper": 1,
"key_for_stats": ""
},
"vps2": {
"ip": "",
"username": "",
"password": "",
"private_key": "",
"path_to_executable_folder": "/root/crystal/",
"sniper": 1,
"key_for_stats": ""
}
}3 Snipers:
{
"vps1": {
"ip": "",
"username": "",
"password": "",
"private_key": "",
"path_to_executable_folder": "/root/crystal/",
"sniper": 1,
"key_for_stats": ""
},
"vps2": {
"ip": "",
"username": "",
"password": "",
"private_key": "",
"path_to_executable_folder": "/root/crystal/",
"sniper": 1,
"key_for_stats": ""
},
"vps3": {
"ip": "",
"username": "",
"password": "",
"private_key": "",
"path_to_executable_folder": "/root/crystal/",
"sniper": 1,
"key_for_stats": ""
}
}Those are just examples of how you can add snipers to the bot. The bot is not limited to 3 snipers, you can add as many as you want.
Last updated