1. i downloaded the Dedicated server from "Dedicated Server"
    but i keep getting the same error all the time. first an error about the "proceduralmap" because it doesnt exist.

    if i want to join the server, i get: Disconnected - (Connection attempt failed)

    Thanks for the reply's!
     
    Last edited by a moderator: Jan 11, 2017
  2. Can you post your batch file (startup parameter) and the log files?
     
  3. This File is made by FacePunch bc i downloaded it from their site.


    Run Script:
    Code:
    echo off
    :startcd steam
    steamcmd.exe +runscript ../update_script.txt
    steamcmd.exe +runscript ../update_script.txt
    cd ..cd rustds
    RustDedicated.exe -batchmode +server.hostname Rustaviss +server.port 28015 +server.identity "my_server" +server.seed 5976215 -logFile "output.txt" -autoupdate
    cd ../goto start
    Log file:

    Code:
    [1/11/2017 11:03:51 AM] Generating terrain of size 3500 with seed 5976215
    [1/11/2017 11:03:53 AM] [AmplifyOcclusion] Null graphics device detected. Skipping effect silently.
    [1/11/2017 11:03:53 AM] Command not found
    [1/11/2017 11:03:53 AM] Command not found
    [1/11/2017 11:03:58 AM] [4.9s] HEIGHT MAP
    [1/11/2017 11:04:11 AM] [13.2s] MOUNTAINS
    [1/11/2017 11:04:12 AM] [1.0s] BIOME MAP
    [1/11/2017 11:04:21 AM] [8.9s] TOPOLOGY MAP
    [1/11/2017 11:04:23 AM] [2.0s] SPLAT MAP
    [1/11/2017 11:04:31 AM] [7.6s] HARBORS
    [1/11/2017 11:04:46 AM] [15.0s] LARGE MONUMENTS
    [1/11/2017 11:04:48 AM] [1.6s] MEDIUM MONUMENTS
    [1/11/2017 11:04:50 AM] [2.0s] SMALL MONUMENTS
    [1/11/2017 11:04:57 AM] [7.0s] RIVER LAYOUT
    [1/11/2017 11:04:58 AM] [1.0s] RIVER OBJECTS
    [1/11/2017 11:05:10 AM] [12.6s] ROAD LAYOUT
    [1/11/2017 11:05:13 AM] [2.8s] ROAD OBJECTS
    [1/11/2017 11:05:14 AM] [0.9s] POWERLINE LAYOUT
    [1/11/2017 11:05:15 AM] [1.1s] POWERLINE OBJECTS
    [1/11/2017 11:05:35 AM] [19.5s] CAVES
    [1/11/2017 11:05:35 AM] [0.6s] FIELD ROCKS 1/2
    [1/11/2017 11:05:36 AM] [0.6s] FOREST ROCKS 1/2
    [1/11/2017 11:05:37 AM] [0.9s] FOREST ROCKS 2/2
    [1/11/2017 11:05:38 AM] [0.5s] CLIFFS 1/2
    [1/11/2017 11:05:40 AM] [2.6s] MICRO CLIFFS
    [1/11/2017 11:05:41 AM] [0.4s] FORMATION ROCKS 1/2
    [1/11/2017 11:05:42 AM] [0.4s] ROAD OBJECTS
    [1/11/2017 11:05:47 AM] [4.2s] TERRAIN MESH
    [1/11/2017 11:05:49 AM] [2.1s] CLIFF SPLAT
    [1/11/2017 11:05:50 AM] [1.2s] PROCEDURAL OBJECTS
    [1/11/2017 11:05:54 AM] [3.0s] CLIFF TOPOLOGY
    [1/11/2017 11:05:54 AM] [0.8s] CLUTTER TOPOLOGY
    [1/11/2017 11:05:55 AM] [121.3s] Procedural Generation
    [1/11/2017 11:06:13 AM] AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2015
    [1/11/2017 11:06:17 AM] Map Spawned 14344 entities
    [1/11/2017 11:06:18 AM] Initializing 14359 entity links
    [1/11/2017 11:06:18 AM] Initializing 129 stability supports
    [1/11/2017 11:06:19 AM] Connected to Steam
    [1/11/2017 11:06:20 AM] Server startup complete
    [1/11/2017 11:07:50 AM] Invalidate Network Cache took 0.00 seconds
    [1/11/2017 11:07:51 AM] Saved 10,645 ents, serialization(0.03), write(0.03), disk(0.01) totalstall(0.12).
    [1/11/2017 11:07:51 AM] Saving complete
    [1/11/2017 11:07:51 AM] Config Saved
    
    Thx
    [DOUBLEPOST=1484130741][/DOUBLEPOST]
    really want to install oxide, but i need to get my server running first
     
  4. You have to bind the server to an IP. Try adding a server.ip in the startup file.

    If you only have one IP, add +server.ip 0.0.0.0 like i did in the script below.
    Code:
    echo off
    :startcd steam
    steamcmd.exe +runscript ../update_script.txt
    steamcmd.exe +runscript ../update_script.txt
    cd ..cd rustds
    RustDedicated.exe -batchmode +server.hostname Rustaviss +server.ip 0.0.0.0 +server.port 28015 +server.identity "my_server" +server.seed 5976215 -logFile "output.txt" -autoupdate
    cd ../goto start
     

  5. Just leave it to 0.0.0.0 ??
    just tried to set it to my server's ip, but no success...
     
  6. Forwarded the port (28015)? --- Router/Firewall
     
  7. i did, but not able to connect local either
     
  8. Antivirus Firewall?
    How do you connect to the server? What command?!

    Code:
    F1... connect 127.0.0.1:28015
     
    Last edited by a moderator: Jan 11, 2017