1. I am trying to setup a local server to test plugins on before using them on my main hosted server.

    I can't connect to the local server. Does anyone know why? I even allowed the proper UDP port through my firewall.

    Any and all help will be appreciated!
     
  2. Wulf

    Wulf Community Admin

    You wouldn't need to forward or open any ports to access a local server. The best place to check is the logs, to see if it's even fully running.
     
  3. I already loaded Oxide, so the console pops up. Looks ok. I'll check logs.
    [DOUBLEPOST=1431279753][/DOUBLEPOST]When I try to connect it just says connecting, then after a little bit goes back to the RoK main screen.
     
  4. Wulf

    Wulf Community Admin

    Any information about you being disconnected in the log? Are you using a separate install for the server as instructed on the download page?
     
  5. I've checked every log in the folder. All seems well.
    [DOUBLEPOST=1431279917][/DOUBLEPOST]Am I looking at the correct logs? There are some that populate in the main folder. There are those that populate under Oxide. Anything I'm missing?
    [DOUBLEPOST=1431280044][/DOUBLEPOST]The logs I can see look like:
    Code:
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Ready
    [SERVER] Shutdown
    
    Or for Oxide it's this over and over:
    Code:
    1:23 PM [Info] Loading plugins...
    1:23 PM [Info] Loaded plugin Reign of Kings Core v1.0.0 by Oxide Team
    1:23 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    1:30 PM [Info] Loading Oxide core v2.0.879...
    1:30 PM [Info] Loading extensions...
    1:30 PM [Info] Loaded extension CSharp v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension JavaScript v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension Lua v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension MySql v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension Python v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension ReignOfKings v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension SQLite v1.0.879 by Oxide Team
    1:30 PM [Info] Loaded extension Unity v1.0.879 by Oxide Team
    1:30 PM [Info] Loading plugins...
    1:30 PM [Info] Loaded plugin Reign of Kings Core v1.0.0 by Oxide Team
    1:30 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    1:42 PM [Info] Loading Oxide core v2.0.879...
    1:42 PM [Info] Loading extensions...
    1:42 PM [Info] Loaded extension CSharp v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension JavaScript v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension Lua v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension MySql v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension Python v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension ReignOfKings v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension SQLite v1.0.879 by Oxide Team
    1:42 PM [Info] Loaded extension Unity v1.0.879 by Oxide Team
    1:42 PM [Info] Loading plugins...
    1:42 PM [Info] Loaded plugin Reign of Kings Core v1.0.0 by Oxide Team
    1:42 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    
    [DOUBLEPOST=1431280604][/DOUBLEPOST]I also assume the server is up and running because I can use commands in the Oxide Console. So confusing.
    [DOUBLEPOST=1431282115][/DOUBLEPOST]
    For the record, I am the biggest IDIOT of all time. Every time I've posted a problem I have on these forums it's always some insignificant oversight that I've made. >.> Sorry for always wasting people's time. :p

    I directly copied my server config from my hosted server.. Guess what port it was using.. NOT 7350! I suck!

    I fixed it, now it's up and running.

    Again, sorry!
     
  6. Wulf

    Wulf Community Admin

    No worries! Glad you got it figured out.