Skip to content

Commit 9f7131a

Browse files
authored
Merge pull request #7918 from ovh/FB-website-view-en-gb
Web Hosting - Website view - Translations
2 parents d38643c + 320e55d commit 9f7131a

File tree

8 files changed

+808
-4
lines changed

8 files changed

+808
-4
lines changed

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
+ [Activating the 100M free hosting plan](web_cloud/web_hosting/activate_start10m)
12611261
+ [Getting started with an Individual or Business Web Hosting plan](web_cloud/web_hosting/hosting_first_steps_with_web_hosting)
12621262
+ [Getting started with a Cloud Web hosting plan](web_cloud/web_hosting/getting_started_cloud_web)
1263-
+ [View and manage all your websites via the OVHcloud Control Panel](web_cloud/web_hosting/access_websites_view)
1263+
+ [View and manage all your websites from the OVHcloud Control Panel](web_cloud/web_hosting/access_websites_view)
12641264
+ [Web Hosting - How to get started in a few steps](web_cloud/web_hosting/website-project)
12651265
+ [Hosting multiple websites on your Web Hosting plan](web_cloud/web_hosting/multisites_configure_multisite)
12661266
+ [Web Hosting - Modifying a domain name already associated to a hosting plan](web_cloud/web_hosting/multisites_modify_domain)
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
---
2+
title: "Alle Ihre Websites im OVHcloud Kundencenter anzeigen und verwalten"
3+
excerpt: "Erfahren Sie hier, wie Sie alle Ihre Websites über das OVHcloud Kundencenter anzeigen und verwalten"
4+
updated: 2025-05-27
5+
---
6+
7+
## Ziel
8+
9+
Die Ansicht `Websites` ermöglicht es Ihnen, alle Ihre Websites zentral anzuzeigen, unabhängig vom jeweiligen Hosting. Dieses Interface macht es einfach zu verfolgen, welche Funktionen für jede Website aktiviert sind, und gibt schnellen Zugriff auf wichtige Aktionen. Es ist besonders nützlich für Agenturen oder Web-Experten, die eine große Anzahl von Domainnamen verwalten, die über mehrere Hosting-Pakete verteilt sind.
10+
11+
**Diese Anleitung erklärt, wie Sie alle Ihre Websites anzeigen und verwalten.**
12+
13+
## Voraussetzungen
14+
15+
- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager).
16+
- Sie verfügen über ein [OVHcloud Webhosting](/links/web/hosting).
17+
18+
## In der praktischen Anwendung
19+
20+
### Ansicht `Websites`
21+
22+
Loggen Sie sich in Ihrem [OVHcloud Kundencenter](/links/manager) ein und gehen Sie zum Bereich `Web Cloud`{.action}. Klicken Sie im linken Menü auf `Websites`{.action}. Eine Tabelle mit allen Websites und den wichtigsten Informationen wird angezeigt.
23+
24+
![website_Ansicht](images/website_view_tab.png){.thumbnail}
25+
26+
#### Domainname
27+
28+
Zeigt den primären Domainnamen der Website an, wie er in der Multisite-Verwaltung Ihres Hostings konfiguriert wurde.
29+
30+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
31+
32+
#### Diagnose
33+
34+
Zeigt an, ob Ihr Domainname korrekt auf das zugehörige Webhosting verweist. Für jeden Domainnamen gibt es drei mögliche Diagnoseergebnisse:
35+
36+
- `A/AAAA` grün: Die A- und/oder AAAA-Einträge Ihrer Domain verweisen korrekt auf die IP-Adresse Ihres Webhostings.
37+
- `A/AAAA` gelb: Die A- und/oder AAAA-Einträge für Ihren Domainnamen verweisen auf eine IP-Adresse, die sich von der IP-Adresse Ihres Webhostings unterscheidet.
38+
- `A/AAAA` grau: Es ist kein A- oder AAAA-Eintrag konfiguriert. Ihr Domainname verweist auf keine IP-Adresse.
39+
40+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
41+
42+
Weitere Informationen zur Diagnose finden Sie im Abschnitt "Diagnose Ihrer Domainnamen" in unserer Anleitung „[Mehrere Websites auf einem Webhosting einrichten](/pages/web_cloud/web_hosting/multisites_configure_multisite)“.
43+
44+
#### Wurzelverzeichnis
45+
46+
Gibt das Verzeichnis in Ihrem Webhosting an (zum Beispiel: www, app, public_html, etc.), auf das der Domainname verweist.
47+
48+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
49+
50+
#### Name des Dienstes
51+
52+
Technischer Name des Webhosting-Dienstes, auf dem die Website konfiguriert ist, in der Form `abcdv.clusterXX.hosting.ovh.net`.
53+
54+
Wenn Sie hier klicken, werden Sie auf den Tab `Allgemeine Informationen`{.action} für das betreffende Webhosting weitergeleitet.
55+
56+
#### Anzeigename
57+
58+
Ein benutzerdefinierter Alias, der hilft, Dienste im Kundencenter besser zu identifizieren.
59+
60+
Wenn Sie hier klicken, werden Sie auf den Tab `Allgemeine Informationen`{.action} für das betreffende Webhosting weitergeleitet.
61+
62+
#### Angebot
63+
64+
Zeigt die Webhosting-Reihe an: Starter, Personal, Professional oder Performance.
65+
66+
Wenn Sie hier klicken, werden Sie auf den Tab `Allgemeine Informationen`{.action} für das betreffende Webhosting weitergeleitet.
67+
68+
#### Git
69+
70+
Zeigt den Status der Git-Integration auf der Website an:
71+
72+
- Aktiv: Das Git-Repository ist verbunden.
73+
- Inaktiv: Das Git-Repository ist nicht aktiviert.
74+
- In Bearbeitung: Das Git-Repository wird konfiguriert.
75+
- Fehler: In der Konfiguration des Git-Repositorys wird ein Fehler erkannt.
76+
77+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
78+
79+
#### Getrennte Logs
80+
81+
Gibt an, ob separate Logs für einen Domainnamen aktiviert sind.
82+
83+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
84+
85+
Weitere Informationen finden Sie auf unserer Seite „[Verfolgen und analysieren Sie den Traffic auf Ihren Webseiten](/links/web/hosting-traffic-analysis)“.
86+
87+
> [!warning]
88+
>
89+
> Separate Logs können für einen externen Domainnamen nicht aktiviert werden. Diese Option steht nur für Domainnamen zur Verfügung, die bei OVHcloud registriert sind.
90+
>
91+
92+
##### CDN
93+
94+
Zeigt den Status des CDN (**C**ontent **D**elivery **N**etwork) auf dem Domainnamen an:
95+
96+
- Aktiv: Das CDN funktioniert.
97+
- Inaktiv: Das CDN ist deaktiviert.
98+
- N/A: Nicht anwendbar (Angebot nicht kompatibel).
99+
100+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
101+
102+
Mit dem CDN können Sie statische Elemente Ihrer Website, wie Bilder, zwischenspeichern. Weitere Informationen finden Sie auf unserer Seite „[Shared CDN](/links/web/hosting-options-cdn)“.
103+
104+
#### SSL
105+
106+
Gibt an, ob SSL für den betreffenden Domainnamen aktiviert ist.
107+
108+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
109+
110+
Mit einem SSL-Zertifikat ermöglichen Sie eine sichere Verbindung (**https://**) für den ausgewählten Domainnamen. Besuchen Sie unsere Seite „[Effiziente Absicherung Ihrer OVHcloud Website mit einem Premium-SSL-Zertifikat](/links/web/hosting-options-ssl)“ für weitere Informationen.
111+
112+
#### Firewall
113+
114+
Gibt an, ob die Anwendungsfirewall für den Domainnamen aktiviert ist.
115+
116+
Wenn Sie hier klicken, werden Sie auf den Tab `Multisite`{.action} für das betreffende Webhosting weitergeleitet.
117+
118+
Weitere Informationen finden Sie auf unserer Seite „[Unverzichtbare Optionen für Ihr Webhosting](/links/web/hosting-options)“.
119+
120+
#### Boost
121+
122+
Gibt an, ob die Boost-Option in Ihrem Webhosting aktiviert ist. Mit der Boost-Option können Sie die CPU- und RAM-Ressourcen Ihres Webhostings vorübergehend erhöhen.
123+
124+
Wenn Sie hier klicken, werden Sie zum Tab `Mein Angebot boosten`{.action} für das betreffende Webhosting weitergeleitet.
125+
126+
Weitere Informationen zur Boost-Option finden Sie im Abschnitt „Ihr Performance Hosting vorübergehend boosten“ in unserer Anleitung „[Webhosting - Wie kann ich mein Angebot wechseln](/pages/web_cloud/web_hosting/how_to_upgrade_web_hosting_offer)“.
127+
128+
## Weiterführende Informationen <a name="go-further"></a>
129+
130+
Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner).
131+
132+
Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support).
133+
134+
Treten Sie unserer [User Community](/links/community) bei.
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
---
2+
title: "View and manage all your websites from the OVHcloud Control Panel"
3+
excerpt: "Find out how to view and manage all of your websites via the OVHcloud Control Panel"
4+
updated: 2025-05-27
5+
---
6+
7+
## Objective
8+
9+
The `Websites` view allows you to centrally display all of your websites, regardless of their associated hosting. It makes it easy to track which features are enabled for each website, and gives quick access to essential actions. This interface is particularly useful for agencies or web professionals who manage a large number of domains spread across several hosting plans.
10+
11+
**Find out how to view and manage all your websites via the OVHcloud Control Panel.**
12+
13+
## Requirements
14+
15+
- You must be logged in to your [OVHcloud Control Panel](/links/manager).
16+
- An [OVHcloud Web Hosting plan](/links/web/hosting).
17+
18+
## Instructions
19+
20+
### Go to the `Websites` view
21+
22+
Log in to your [OVHcloud Control Panel](/links/manager), then go to the `Web Cloud`{.action} section. In the left-hand menu, click `Websites`{.action}. A table will appear, listing all of your websites and their main information.
23+
24+
![website_view](images/website_view_tab.png){.thumbnail}
25+
26+
#### Domain name
27+
28+
Displays the website’s primary domain name, as configured on your hosting plan’s Multisite tab.
29+
30+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
31+
32+
#### Diagnostic
33+
34+
Notifies you if your domain name points correctly to the associated web hosting plan. For each domain name, there are three possible diagnostic results:
35+
36+
- `A/AAAA` green: The A and/or AAAA records of your domain name point correctly to the IP address of your web hosting plan.
37+
- `A/AAAA` yellow: The A and/or AAAA records for your domain name point to an IP address different from your Web Hosting plan’s IP address.
38+
- `A/AAAA` gray: No A or AAAA record is configured, your domain name does not point to any IP address.
39+
40+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
41+
42+
For more details on the diagnostic, please read the “Diagnose your domain names” section of our guide “[Hosting multiple websites on your Web Hosting plan](/pages/web_cloud/web_hosting/multisites_configure_multisite)”.
43+
44+
#### Root folder
45+
46+
Specifies the directory on your hosting plan (for example: www, app, public_html, etc.) to which the domain points.
47+
48+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
49+
50+
#### Service name
51+
52+
Technical name of the web hosting service on which the website is configured, in the form `abcdv.clusterXX.hosting.ovh.net`.
53+
54+
Clicking this will redirect you to the `General information`{.action} tab for the web hosting plan concerned.
55+
56+
#### Display name
57+
58+
A custom alias defined by the customer to better identify their service in the Control Panel.
59+
60+
Clicking this will redirect you to the `General information`{.action} tab for the web hosting plan concerned.
61+
62+
#### Service plan
63+
64+
Shows the type of solution associated with the hosting plan: Starter, Personal, Professional or Performance.
65+
66+
Clicking this will redirect you to the `General information`{.action} tab for the web hosting plan concerned.
67+
68+
#### Git
69+
70+
Shows the status of the Git integration on the website:
71+
72+
- Active: The Git repository is connected.
73+
- Inactive: The Git repository is not enabled.
74+
- In progress: The Git repository is being configured.
75+
- Error: An error is detected in the configuration of the Git repository.
76+
77+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
78+
79+
#### Separate logs
80+
81+
Indicates whether a log space is enabled on the selected domain.
82+
83+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
84+
85+
Visit our page “[Monitor and analyze website traffic](/links/web/hosting-traffic-analysis)” for more information.
86+
87+
> [!warning]
88+
>
89+
> Separate logs cannot be enabled for an external domain name. This option is only available for domains registered with OVHcloud.
90+
>
91+
92+
#### CDN
93+
94+
Displays the status of the CDN (**C**content **D**elivery **N**etwork) on the domain name:
95+
96+
- Active: The CDN is working.
97+
- Inactive: The CDN is disabled.
98+
- N/A: Not applicable (offer not compatible).
99+
100+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
101+
102+
With the CDN, you can cache static elements of your website, such as images. See our page “[Shared CDN](/links/web/hosting-options-cdn)” for more information.
103+
104+
#### SSL
105+
106+
Indicates whether or not SSL is enabled on the domain name concerned.
107+
108+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
109+
110+
With an SSL certificate, you get a secure connection (**https://**) to the selected domain. Visit our page “[Secure your OVHcloud website effectively with a premium SSL certificate](/links/web/hosting-options-ssl)” for more information.
111+
112+
#### Firewall
113+
114+
Indicates whether the application firewall is enabled on the domain.
115+
116+
Clicking this will redirect you to the `Multisite`{.action} tab for the web hosting plan concerned.
117+
118+
See our page “[Essential options for your web hosting](/links/web/hosting-options)” for more information.
119+
120+
#### Boost
121+
122+
Indicates whether or not the boost option is enabled on your web hosting plan. With the Boost option, you can temporarily increase your web hosting plan’s CPU and RAM resources.
123+
124+
Clicking this will redirect you to the `Boost my hosting plan`{.action} tab for the Web Hosting plan concerned.
125+
126+
For more details on the Boost option, please read the “Boost your Performance web hosting plan temporarily” section of our guide “[Web Hosting - How to change your solution](/pages/web_cloud/web_hosting/how_to_upgrade_web_hosting_offer)”.
127+
128+
## Go further
129+
130+
For specialized services (SEO, development, etc.), contact the [OVHcloud partners](/links/partner).
131+
132+
If you would like assistance with using and configuring your OVHcloud solutions, we recommend referring to our range of [support solutions](/links/support).
133+
134+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)