Thread: Cant make so other people can join my server

Results 1 to 4 of 4
  1. #1 Cant make so other people can join my server 
    Registered Member CyberShades's Avatar
    Join Date
    Jun 2012
    Posts
    809
    Thanks given
    246
    Thanks received
    65
    Rep Power
    39
    So i have portforwarded and i have No-ip duc and i replaced all the ip's in client.java with my no-ip but it still says "error connecting to server" when my friends try to join.i have the server running and everything.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Aug 2013
    Age
    27
    Posts
    1,128
    Thanks given
    373
    Thanks received
    754
    Rep Power
    0
    1. Check if your port 43594 is open (canyouseeme.org)
    2. Check if you're using port 43594 in Client sided and Server sided
    How: Open Client.java and search for:
    Code:
    socketStream = new RSSocket(this, openSocket(
    And look the number after openSocket(
    If it is 43594, alright, you got it, if it isn't, change to 43594 and compile.

    Now check Server sided.
    Go to: Server.java
    Search for: serverlistenerPort =
    And look if it's 43594, if it isn't, change to 43594, there is 2 "serverlistenerPort ="

    If this things is alright, and still getting it, reply me, and i'll fix for you over team viewer.

    Click thanks button?
    Reply With Quote  
     


  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    85
    Thanks given
    72
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by Ardi Rizal View Post
    1. Check if your port 43594 is open (canyouseeme.org)
    2. Check if you're using port 43594 in Client sided and Server sided
    How: Open Client.java and search for:
    Code:
    socketStream = new RSSocket(this, openSocket(
    And look the number after openSocket(
    If it is 43594, alright, you got it, if it isn't, change to 43594 and compile.

    Now check Server sided.
    Go to: Server.java
    Search for: serverlistenerPort =
    And look if it's 43594, if it isn't, change to 43594, there is 2 "serverlistenerPort ="

    If this things is alright, and still getting it, reply me, and i'll fix for you over team viewer.

    Click thanks button?
    worked for me, was searching, thx
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2013
    Posts
    118
    Thanks given
    33
    Thanks received
    8
    Rep Power
    11
    Ardi i have this problem i could really use your help sir an i see you enjoy helping others as i see you helping on alot of threads iv been reading recently just to look around see if i find anything i may possible need fixes for or have same problem
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 02-18-2011, 11:00 AM
  2. Other people logging into my server?
    By Prevail in forum Help
    Replies: 13
    Last Post: 12-20-2010, 06:42 AM
  3. Replies: 5
    Last Post: 09-05-2009, 07:11 AM
  4. Making it So No One Can Join
    By Nets8 in forum Tutorials
    Replies: 19
    Last Post: 02-20-2008, 04:16 AM
  5. Replies: 21
    Last Post: 10-23-2007, 12:05 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •