Setting up my own server on my spare laptop

Discussion in 'General Discussion' started by nickthestick123, Sep 9, 2020.

Tags:
  1. nickthestick123

    nickthestick123 Ensign

    Joined:
    Jul 3, 2020
    Messages:
    18
    Likes Received:
    2
    Hello all. I've been trying to setup a private server so only me and a couple of my friends can play together without worrying about random people coming on and making time continue which will use up all our fuel. anyways i found a rather helpful link in the steam forums here:

    https://steamcommunity.com/app/383120/discussions/0/2425614539591805476/

    It has gotten me most of the way but im not quite sure what im doing wrong because im not seeing the server pop up on the public server list. ill include a copy of the .yaml file but i cant include the batch file. I can include the text in it though here:
    ***START FILE***

    ECHO

    C:\servers\SteamCMD\SteamCMD.exe +login anonymous +force_install_dir c:\servers\empyrion +app_update 530870 validate +quit
    c:
    cd \Servers\empyrion
    start /min "Empyrion" /normal /wait "EmpyrionLauncher" -startDedi -dedicated dedicated.yaml

    PAUSE

    ***END FILE***

    when i try to start the "EmpyrionDedicated_NoGraphics" file, it tells me to enable Telnet. I cant seem to figure that out either because my .yaml fill reverts to its original state when i run the empyrion-sv batch file. i would love some help with this because i feel like im close to the answer, but its been a few years since i coded anything
     

    Attached Files:

    #1
  2. nickthestick123

    nickthestick123 Ensign

    Joined:
    Jul 3, 2020
    Messages:
    18
    Likes Received:
    2
    nevermind. I needed to do the port forwarding from 30000-30004 specifically in my routers admin settings. i have it up and running now
     
    #2

Share This Page