===Getting information about the server===
Several commands exist to show the state of a server. For a complete list see the [[Commands|commands section]]. * To see all databases on the server, type::<code>: > list
</code>
* To see which database is currently opened, type::<code>: > show databases
</code>
To see the general information of the opened database, type:
:<code>: > info
</code>
To see the users in BaseX, type:
:<code>: > show users
</code>