You may download extra content here
Downloads
OverShoot Server run under both OS ( Windows and Linux )
Below you will have a guide to configure, install an running in you own server or into any cloud server that support linux and ssh
Windows Server
Run OverShoot Battle Race server under windows system.
Linux Docker
Run OverShoot server under linux docker on any OS ( windows or any Linux distribution )
Host on Cloud
Run OverShoot server under linux docker on any OS ( windows or any Linux distribution )
Running under Windows
Step 1 Download zip file into following link
Download : OverShoot Server [Windows] V 1.0.01
Step 2 Unpack in any folder into your computer
Step 3 Run OverShootServer executable
Running Linux Docker under Linux host
Automatic Installing
Step 1 Download sh file
Download : install-overshoot-server.sh
Step 2 Copy sh file to linux host or create a new one with any text
editor and put the same content existent into the "install-overshoot-server.sh"
Step 3 Allow file to be executed
sudo chmod 774 run-overshoot-server.sh
Step 4 Execute file
./run-overshoot-server.sh
***Note This will always download the latest version of the server, and this may represent costs when running into some paid cloud service.
Once installed you may only run the previous installed server. To doing this you need may download the run-overshoot-server.sh
from the link below and execute it ( remember to gave acess like on step 3 of installation ).
Download : run-overshoot-server.sh
========================================================================================================================================
Manual Installing
Step 1 Update you linux host
sudo apt-get update
Step 2 Install docker from docker.io
sudo apt install docker.io
Step 3 Run docker from onlineobject docker repository
docker run --network="host" -it --name overshoot onlineobject/overshoot-server:latest
*** Note In case of you have a connection problem you may to try to run the following command
docker run -it -p 4296:4296/tcp -p 4296:4296/udp --name overshoot onlineobject/overshoot-server:latest
Step 4 The OverShootServer should run according image below
***Note To stop docker you shall run the following command
docker container rm overshoot --force
Running Linux Docker under Windows host
Step 1 Install docker desktop from docker.com
docs.docker.com/desktop/windows/install/
Step 2 Run docker from onlineobject docker repository
docker run -it -p 4296:4296/tcp -p 4296:4296/udp --name overshoot onlineobject/overshoot-server:latest
Step 3 The OverShootServer should run according image below
***Note To stop docker you shall run the following command
docker container rm overshoot --force
How to run OverShoot Server under windows docker ( video )
Any sugestions or questions please send and email to admin@onlineobject.net