Skip to content

burmaraider/avp2server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AVP2 MSP 2.4 Server Docker Image

This aims to make an install of the Aliens Vs. Predator 2 with MSP 2.4 server install on a linux system much easier through the use of Docker.

Screenshots

Home Page

How to use

Once you have a Linux system (or VPS) up and running you will need to install git (this assumes you are using Ubuntu/Debian): NB: If you're using Alpine Linux, use the aptly named install_alpine-linux.sh

sudo apt install git

for Alpine: apk add git

After you have installed git:

git clone https://github.com/burmaraider/avp2server.git

This downloads the git repository and will allow you to install the server with a premade script

cd avp2server && chmod +x ./install.sh

for Alpine: cd avp2server && chmod +x ./install_alpine-linux.sh

Now we simply launch the script

./install.sh

for Alpine: ./install_alpine-linux.sh

This command downloads Docker, pulls the image, and sets up a new container for you.

Help

If for any reason you need to change your password for the VNC server you can do so by using

./changepassword from within the container or through VNC

And then restarting the container.

docker restart avp2server

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages