Range Servant at KDV

Home » Range Servant » Range Servant at KDV
Range Servant No Comments

24/08/2026: AWS Access Key deleted. Not required to download RangeServantAgent.

RangeServantAgent deployed to KDV server with IP 192.168.41.2.

RangetServantAgent installed in c:\RangeServantAgent directory.

Click here for installation instructions.

Download Updates

To download the latest version of RangeServantAgent, run the following command. It will download the latest version from SportLogic’s s3 cloud storage:

>java -jar s3-tool.jar AKIAILBYHYJHTQW6CV4Q y+BnxTorNXSiP+nk9s16YFG4Rj/DLJTWTNDgkksh unzip sportlogic-repo RangeServantAgent/range-servant-agent-deployment.zip

s3-tool.jar can be downloaded here.

S3 Policy

{
 "Version": "2012-10-17",
 "Statement": [
 {
 "Effect": "Allow",
 "Action": [
 "s3:ListBucket"
 ],
 "Resource": [
 "arn:aws:s3:::sportlogic-repo/RangeServantAgent"
 ]
 },
 {
 "Effect": "Allow",
 "Action": [
 "s3:GetObject",
 "s3:GetObjectVersion"
 ],
 "Resource": "arn:aws:s3:::sportlogic-repo/RangeServantAgent/*"
 }
 ]
}