Skip to content

Connecting with thecity.sfsu.edu

Nicu Listana edited this page May 25, 2016 · 1 revision

#Connecting with thecity.sfsu.edu

  1. ssh [email protected]
  2. Write your credentials
  3. Upload .jar files using FileZilla or any FTP client.
  4. Run the jar file using java -jar jar_name.jar

#thecity accounts

Username Password
wob_wob Lam%oo9o
cow Rah!h0ie
cos Vae]v3ee
lby ePho%eC5
cvg Doh?k2ei
sdv lu3Eech%
rno vuL<owe7
dem rah3Fo&Z

Troubleshooting

Connection refused error in client

If your client does not connect properly with the server hosted in thecity, your client's port configuration variables must be aligned with the server's port configuration variables.

For instance, the general ports we have are currently:

  • lobby: 9255
  • cow: 20038
  • rno: 20039
  • sdv: 20040

It might change in the future, feel free to contact the server team to see which ports are currently active on thecity.sfsu.edu

Note:

It may help if you run the code ps aux | grep java and it will display all the java processes that are running, which includes the java servers that are running in thecity.sfsu.edu

I am running an older version of java

Edit your .profile in your thecity account so that it points to the current java version installed in the remote linux server.

export JAVA_HOME="/opt/jdk1.8.0_77" export PATH=$JAVA_HOME/bin:$PATH

Clone this wiki locally