diff --git a/README.md b/README.md index 6a5cf09..0c4d206 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,15 @@ sudo ./autoBuildDeploy ``` This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container. + +**Stopping / Restarting Server*** + +To stop the Server +``` +sudo docker stop Ut4HubServerDocker +``` + +***To start the server*** +``` +sudo ./runServer +``` \ No newline at end of file