repositorypackage
0.0.0-20240501093358-deea3ebbc4a5
Repository: https://github.com/kivattt/reindev-dashboard.git
Documentation: pkg.go.dev
# README
Features
- Username to IPs
- IP to usernames
- Find alts (based on IP)
- See your players total playtimes
How to install
- Make sure you have Go installed, and it's in your PATH environment variable
- Change directory into your ReIndev server. This program looks for
server.log
in the parent folder to read from git clone https://github.com/kivattt/reindev-dashboard
cd reindev-dashboard
go build
- Set secure passwords for admin and staff in
config.txt
- Now launch it with
./reindev-dashboard
- Reach it at
localhost:8080
Important info
This is an HTTP server. Everything can be intercepted by your ISP, local starbucks squatter or big brother
So use a unique password, and not one you use elsewhere.
Alternatively, use a reverse proxy like NGINX or caddy
The admin user has full access to the tools
The staff user only has access to the find-alts
and playtimes
tool, because they should not leak any IP addresses
Give your staff team access to the staff user, to not leak any IP addresses from the server.log