-
Notifications
You must be signed in to change notification settings - Fork 8
Connecting with thecity.sfsu.edu
#Connecting with thecity.sfsu.edu
- ssh
[email protected]
- Write your credentials
- Upload
.jar
files using FileZilla or anyFTP
client. - 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 |
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 thejava
processes that are running, which includes thejava
servers that are running inthecity.sfsu.edu
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