StoreFront

Manage websites

When you create a store, a website is created for it automatically which users can access through either through a browser or through Citrix Workspace app. You must have at least one website. You can add additional websites to existing stores. This allows you to provide different URLs with different configurations to your users. However multiple websites can only be accessed through a web browser as Citrix Workspace Apps are configured to use one specific website for a store, see Configure Workspace app website.

Important:

In multiple server deployments, use only one server at a time to make changes to the configuration of the server group. Ensure that the Citrix StoreFront management console is not running on any of the other servers in the deployment. Once complete, propagate your configuration changes to the server group so that the other servers in the deployment are updated.

View websites

To view the websites for a store:

  1. From the management console, select the Stores node in the left pane.
  2. Select the store you wish to configure.
  3. In the Actions pane, select Manage websites.

Screenshot of manage receiver for web screen

From the Manage websites screen, you can perform the following actions:

Action Detail
Create a website Create websites, which enable users to access stores through a web page or Workspace app.
Configure a website Modify settings for your website.
Remove a website Remove a Citrix Receiver for Web site.

PowerShell

To get a list of websites, use cmdlet Get-STFWebReceiverService.

Configure a website

To configure a website:

  1. Select a web site and press Configure…

    Screenshot of edit receiver for web screen

  2. Modify the settings on the appropriate tabs.

  3. Once you have finished your changes, click OK.

  4. To configure App Protection you must use PowerShell. Ensure you close StoreFront management console before running PowerShell commands.

Create a website

When you create a store, a website is created for it automatically. You can add additional websites to existing stores. This allows you to provide different URLs with different configurations to your users. However multiple websites can only be accessed through a web browser as Citrix Workspace Apps are configured to use one specific website for a store, see Configure Workspace app website.

  1. Select Add….

    Screenshot of Add Receiver for Web site screen, Getting started tab

  2. On the Getting started tab, select Next.

  3. Type the desired Web Site Path, choose if you want to this to be the default website for the base URL and select Next.

    Screenshot of Add website screen, Site URL tab

  4. Tick or untick the desired authentication methods. Some methods are only available if they have been configured for the store. Press Next.

    Screenshot of Add website screen, Authentication Methods tab

  5. When the site has been created, click Finish.

  6. Select the newly created site and press Edit to configure your web site as required, see Configure Websites.

PowerShell

To create a website using PowerShell, run cmdlet Add-STFWebReceiverService.

Remove a website

  1. Select the Store node in the left pane of the Citrix StoreFront management console, select the store for which you want to create the Citrix Receiver for Web site, and click Manage websites in the Actions pane.

  2. Select a site and click Remove. When you remove a site, users can no longer use that webpage to access the store.

PowerShell

To remove a website using PowerShell, run cmdlet Remove-STFWebReceiverService.

Manage websites