Hay Just started using baseX and have uploaded til executable .jar file to my server. Then i use the command: java -cp BaseX6.jar org.basex.BaseXServer -p 7000 To set up a server listening on port 7000. And i says "BaseX 6.0 [server] \n Server was started" and not as it says in the guide "Waiting for requests...", is that a problem? My intention is to be able to connect to my BaseX DB with a client from my pc to the server where the DB is. Then I on my pc run the command: java -cp BaseX6.jar org.basex.BaseXClient -s [ip on my server] -p 7000 to try connecting, but then it just displays the help message and are not doing anything. I am expecting a new console where I where able to write commands to my baseX server, is that not the intention? Thanks in advance for reading this and I hope for a quick answer. ~DWP