Skip to content

Sites overview

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. Each site appears in it's own card.

Alt text

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 also perform various actions, such as changing the domain or PHP version.

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>