Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbround18/ark-manager-web
This is a web UI utility for Ark Manager which is provided by ark-server-tools. Please review the readme below and check the issues tab before installing!!! If you need support please create an issue or tweet @MBRound18
https://github.com/mbround18/ark-manager-web
ark-server-tools arksurvivalevolved ruby steam steamcmd
Last synced: about 2 months ago
JSON representation
This is a web UI utility for Ark Manager which is provided by ark-server-tools. Please review the readme below and check the issues tab before installing!!! If you need support please create an issue or tweet @MBRound18
- Host: GitHub
- URL: https://github.com/mbround18/ark-manager-web
- Owner: mbround18
- License: other
- Created: 2017-03-05T07:22:24.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:57:44.000Z (4 months ago)
- Last Synced: 2024-10-24T17:51:00.229Z (4 months ago)
- Topics: ark-server-tools, arksurvivalevolved, ruby, steam, steamcmd
- Language: Rust
- Homepage:
- Size: 16.5 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ark Manager Web
---
## Disclaimer
> This project has gone through a major rewrite and the project you knew it as is no more! Why?
It was riddled with out of date & no longer supported technology. Angular 1 is dead & ruby just couldnt keep up with concurrent requests.1) This project is designed for single instances in mind.
2) This software is provided to you without any authentication or access based security
it is up to you the user to install or develop your own security methods and best practices.3) There may be future effort for security on this code base but only if its in popular demand.
##### Migrating from Angular 1 version
I have NOT tested it as this project is from 2016-2017 but this should be able to be a drop in replacement.
## Usage
```shell
mkdir -p ./ARK ./config
docker run -d \
-p "8000:8000" \
-p "32330:32330" \
-p "7777:7777/tcp" \
-p "7777:7777/udp" \
-p "7778:7778/tcp" \
-p "7778:7778/udp" \
-p "27016:27016/tcp" \
-p "27016:27016/udp" \
--mount "type=bind,source=$(pwd)/ARK,target=/home/steam/ARK" \
--mount "type=bind,source=$(pwd)/config,target=/etc/arkmanager/" \
--user=steam \
mbround18/ark-manager-web:latest
```## Recommendations
- If you are hosting this on a server, it is recommended to set this up behind a `nginx` reverse proxy with http basic auth & ssl for port 8000;
- You do not need to volume mount the `/tmp/ark-manager-web` directory. It can be destroyed at any point.## Sub Projects
- [Agent](./agent/README.md)
- [Client](./client/README.md)
- [Server](./server/README.md)## Gotchya's
- If you see the error below you can ignore it: