Skip to main content
The Sites page shows you an overview of the sites on your Cito server. You can use the search bar to filter for specific domains. You can also use the ‘All servers’ checkbox to search for sites on other servers, if you have more than one.
You can also press CTRL + K to open the search dialog.
The sites card shows you details of your site, including domain, username and SSH connection string. Site Card You can toggle between Card view (the default) and Table view, which is useful if you have a large number of sites. Table View The overview page allows you to view the details associated with your sites, including:
  • Preview URL
  • Username
  • Home Directory
  • SSH connection details
  • Disk space
  • PHP Version
You can use the actions menu to access site settings and perform common actions.

Site tags

Tags are descriptive identifiers that you can assign to sites. For example, you might have a dev tag to designate sites that are in development. To add a tag to a site, click the 🏷️ icon next to the site name. To manage all tags, click ‘Filter by Tag’.

Using the CLI

Use the pslist utility to view the sites currently on your Cito server.
cito~ # pslist
[+] Cito Stack on cito.yourserver.com
[+] Sites on this server:

id   hostname              username              homedir                     phpver
---  --------------------  --------------------  --------------------------  ------
1    mydomain.com          mydomain              /home/mydomain/             7.4
Each site has it’s own system user to provide security and isolation. To switch to a specific site, run:
su - <username>