Version: v2.0.2
EstiConsole is a program that was developed to remotely control console processes. It was originally developed to manage Minecraft servers at EstiNet, and is now used in production!
Grab a release from the releases page, put the server binary for your platform in a folder. You can put the client binary anywhere that you want to run it.
Simply running the server binary will generate the necessary config files in the directory from which the server binary is run.
You can get the help page for the client by doing:
$ ./client-binary -h
$ openssl genrsa -out server.key 2048
$ openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650
EstiConsole requires a few dependencies to build (still uses old GOPATH way, will switch to go modules soooon).
go get github.com/c9s/goprocinfo/linux
go get google.golang.org/grpc
go get github.com/jroimartin/gocui
go get github.com/nu7hatch/gouuid
go get github.com/howeyc/gopass
Simply run the buildServer.sh and buildCli.sh scripts from the directory head of the repository to build the binaries.
Because golang is cool.
- Unzip file for extraction (and time delay to delete zip cache)
- Add configuration option to disable logging for process
- Add config reload
[Unit]
Description=EstiConsole
[Service]
WorkingDirectory=/opt/esticonsole
User=user
Restart=always
ExecStart=/opt/esticonsole/esticonsole
ExecStop=/opt/esticonsole/esticli -masterkey /opt/esticonsole/masterkey.key instancestop
[Install]
WantedBy=multi-user.target