Home
Softono

Vein Server

Open source Shell
13
Stars
10
Forks
3
Issues
3
Watchers
1 year
Last Commit

 About Vein Server

This is a guided script for easy setup of a VEIN Demo dedicated server including backup functions.

Platforms

Web Self-hosted

Languages

Shell

Need Help Installing Vein Server?

We provide expert installation service for this software. Our team will install, configure, and secure Vein Server on your server. plans start at just $30.

Vein Server

View on GitHub

VEIN Server

This is a guided bash script for easy setup of a VEIN Demo dedicated server including a dashboard and backup functions.

This solution consists of a bash script that automates the process described at https://ramjet.notion.site/dedicated-servers (as of May 2, 2025), a backup script that can manually or daily backup the servers save data, and a Python program that serves a dashboard for ease of use starting/stopping and logging the server.

Installation

To install the VEIN Server, just clone the repo, make the install script executable, and then run it:

git clone https://github.com/warmbo/vein-server.git
cd vein-server
chmod +x setup-vein-server.sh
./setup-vein-server.sh

Usage/Examples

Start server: systemctl start vein-server.service
Stop server: systemctl stop vein-server.service
Restart server: systemctl restart vein-server.service
View logs: journalctl -u vein-server.service -f
Dashboard: http://<your-server-ip>:5000

Screenshots

Dashboard

App Screenshot

setup-vein-server.sh

App Screenshot

backup-vein-server.sh

App Screenshot

Planned Features

  • Server Reset/Wipe with confirmation dialog
  • RCON messaging once implemented in server, for MOTD, server events, etc.
  • System stats such as CPU usage, MEM usage, and save backup storage size monitoring
  • Settings menu for changing server config