An open API service indexing awesome lists of open source software.

https://github.com/davidjeddy/planetary_annihilation_linux_server

planetary annihilation linux server
https://github.com/davidjeddy/planetary_annihilation_linux_server

Last synced: 3 months ago
JSON representation

planetary annihilation linux server

Awesome Lists containing this project

README

        

# Planetary Annihilation Dedicated Server

## Sources

- [https://dev.exodusesports.com/guides/planetary-annihilation-dedicated-server-setup/](https://dev.exodusesports.com/guides/planetary-annihilation-dedicated-server-setup/)
- [https://www.hiroom2.com/2018/07/01/ubuntu-1804-vbox-guest-additions-en/](https://www.hiroom2.com/2018/07/01/ubuntu-1804-vbox-guest-additions-en/)

## Setup

### Localhost

```sh
git clone https://github.com/davidjeddy/planetary_annihilation_linux_server.git
cd ./planetary_annihilation_linux_server
docker pull ubuntu:18.04
docker run -d -v $(pwd):/planetary_annihilation_linux_server -p 20545:20545 --rm --name u18_04 ubuntu:18.04 tail -f /dev/null
docker ps
docker exec -it u18_04 bash
cd /planetary_annihilation_linux_server
./install.sh
# enter PA username and password when prompted
```

### Remote Server

```sh
git clone https://github.com/davidjeddy/planetary_annihilation_linux_server.git
cd ./planetary_annihilation_linux_server
./install.sh
# enter PA username and password when prompted
```

Finally, ensure inbound port `20545` is accessible via remote clients.

Enjoy.

## Contributors

- [David J Eddy](mailto:[email protected])
- Exodus E-Sports
- Hi Room 2