arma-server-web-admin
Web based server manager for Arma
File Explorer
Download Latest Version (.zip)- docker.yml
- node.yml
- folderSize.js
- index.js
- modFile.js
- steamMeta.js
- logs.js
- manager.js
- missions.js
- server.js
- settings.js
- setup-basic-auth.js
- styles.css
- logs.js
- mission_parameters.js
- mission_rotations.js
- missions.js
- mods.js
- parameters.js
- server_mods.js
- servers.js
- log.js
- mission.js
- mission_parameter.js
- mission_rotation.js
- mod.js
- parameter.js
- server.js
- server_mod.js
- settings.js
- list.js
- list_item.js
- index.js
- list.js
- list_item.js
- upload.js
- workshop.js
- index.js
- list.js
- list_item.js
- list.js
- list_item.js
- list.js
- list_item.js
- list.js
- list_item.js
- list.js
- list_item.js
- index.js
- list.js
- list_item.js
- list.js
- list_item.js
- index.js
- list.js
- list_item.js
- empty.js
- form.js
- info.js
- list.js
- list_item.js
- players.js
- view.js
- layout.js
- login.js
- navigation.js
- settings.js
- router.js
- list.html
- list_item.html
- index.html
- list.html
- list_item.html
- upload.html
- workshop.html
- index.html
- list.html
- list_item.html
- list_item.html
- list.html
- list_item.html
- list.html
- list_item.html
- list.html
- list_item.html
- index.html
- list.html
- list_item.html
- list.html
- list_item.html
- index.html
- list.html
- list_item.html
- empty.html
- form.html
- info.html
- list.html
- list_item.html
- players.html
- view.html
- layout.html
- login.html
- navigation.html
- settings.html
- app.js
- favicon.ico
- index.html
- logs.js
- missions.js
- mods.js
- servers.js
- settings.js
- logs.js
- server.js
- app.js
- .dockerignore
- .gitignore
- app.js
- config.docker.js
- config.js.example
- Dockerfile
- LICENSE
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/Dahlgren/arma-server-web-admin
Downloads the entire project code from GitHub to your computer.
cd arma-server-web-admin
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run \
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
