title | description | category | keywords | |
---|---|---|---|---|
The Site Dashboard |
Learn how to use the Pantheon Site Dashboard to build and manage your sites. |
|
sites, dashboard, pantheon, get started, settings, new site |
The Site Dashboard is where you can find all the tools you need to successfully build, launch, and manage your site.
At the top of the page you'll find all the environments for your site: Dev, Test, and Live. Additional development environments are available with Multidev.
The Visit Site button is available for each environment so you can view the site in each environment. This helpful to view changes in Dev or Test before moving them to Live.
The Team tab allows you to change the site owner; add supporting agencies; and add, manage, and delete users. For more information, see Team Management.
##Settings
Here you can select or change your plan and payment method. For more information, see Selecting a Plan.
Pantheon offers several add-ons to help you build dynamic sites. These include New Relic, Apache Solr, and Redis.
If you no longer need your site, you can remove it here.
This tab shows general information about your site, such as the framework, upstream, date it was created, and your current plan.
To find a link to your site's upstream, click Settings, then About Site.
The site default PHP version is applied to every environment unless a PHP version is explicitly selected for each environment. Learn more about Toggling Between PHP Versions.
If you need assistance, our expert Customer Support team is here to help make building and managing your sites easier. You can contact Support by opening a ticket from your Dashboard. Learn more about our scope of support.
##Security Indicator This indicates if your site is public or locked. You can set a common password for accessing this environment to add an extra layer of security to prevent unwanted access to this environment. Learn more about Locking Your Site.
Here you can find the SSH clone URL, Database Connection Information, and SFTP connection information.
The core of the Pantheon Workflow is to move code up from Dev to Test to Live and content down from Live to Test to Dev.
- Code includes plugins, modules, themes, CSS, JS—anything that's under Git version control.
- Content includes files not under Git version control, like images and pdfs, and the database.
The Code tool on Dev/Multidev environments includes a Connection Mode toggle to switch between SFTP and Git. The Code tool on the Test and Live environments displays a Commit Log that displays all the commits that are on the environment.
Learn how to use the Pantheon workflow to manage your site's code.
Visit this tab in the Dev environment when you have commits from Multidev environments that you need to merge into Test or Live.
Pantheon provides static site analysis as a service for your site to make best practice recommendations on site configurations and to help detect common problems. This mechanism does not perform requests on your site, and in doing so avoids the observer effect. It's non-intrusive, so no installation or configuration is required. Finally, it's completely automated for consistent reports and results. Learn more about our Launch Check for Drupal sites or WordPress sites.
###Clone Use this tab to clone database and files from an environment.
###Import You can import an archive of site fils or a MySQL database via URL or file upload.
###Export With the Export tool, you can export the database or files from an environment to use in local development or a migration process.
###Wipe Use this tool if you need to completely wipe database and files for an environment. Wiping completely resets the database and files and you will lose all data. To get your site back online, you will need to either re-import, or re-run install.php.
Learn more about the Pantheon Workflow.
All PHP errors are shown on this tab. If any are found, recommendations are made. Learn more about PHP Errors and Exceptions.
Use the Domains/HTTPS tab to add the custom domain(s) you would like pointed to this environment. You can also enable or disable HTTPS for an environment. If you choose to enable HTTPS, you must generate a private key and get your certificate from a recognized certificate authority. For more details, see Enable Secure HTTPS Communication.
On this tab you can create backups, restore from an existing backup, or view the backup log to see a list of your prior backups. For detailed information, see Backups.
Set a common password for accessing an environment to add an extra layer of security to prevent unwanted access to an environment. For more details, see Locking Your Site.
Every user, organization, product and site is assigned a UUID which is internal to Pantheon. The site UUID is found within the URL for the site Dashboard and resembles the following:
de305d54-75b4-431b-adb2-eb6b9e546014
You can also use Terminus to find the UUID of any site on your user Dashboard:
terminus sites list
For example uses, see the following: