Skip to content

Commit 8688789

Browse files
authored
Merge pull request #8089 from ovh/sa-resource-tagging-guides
Bare Metal Servers - Resource tags
2 parents 43e1c1e + 5913fe7 commit 8688789

File tree

13 files changed

+183
-0
lines changed

13 files changed

+183
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: 'How to assign a tag to a Bare Metal server'
3+
excerpt: 'Find out how to create and modify tags for each dedicated server via the OVHcloud Control Panel'
4+
updated: 2025-06-30
5+
---
6+
7+
## Objective
8+
9+
Tags are labels that can be attributed to your resources, allowing you to organize and manage them more efficiently.
10+
11+
Each tag consists of two parts:
12+
13+
- **Key**: Represents an attribute or category.
14+
- **Value**: Corresponds to the information associated with that key.
15+
16+
For example, you can categorize your resources by site, service, or even security level. Using tags can make it easier to search, organize your resources, manage associated costs, and apply policies with the desired granularity.
17+
18+
**This guide explains how to create, assign and delete tags for each dedicated server from the OVHcloud Control Panel.**
19+
20+
## Requirements
21+
22+
- A [dedicated server](/links/bare-metal/bare-metal) in your OVHcloud account.
23+
- Access to the [OVHcloud Control Panel](/links/manager).
24+
25+
## Instructions
26+
27+
### Assign a tag to a dedicated server via the OVHcloud Control Panel
28+
29+
To tag a server:
30+
31+
1. Log in to your [OVHcloud Control Panel](/links/manager).
32+
1. Go to the `Bare Metal Cloud`{.action} section.
33+
1. Click `Dedicated servers`{.action} and select your server from the list.
34+
35+
By default, you are redirected to the `General information`{.action} tab.
36+
37+
![General information](images/general_information.png){.thumbnail}
38+
39+
In the **Tags** box, click `Add a tag`{.action}.
40+
41+
![Add a tag](images/add_a_tag.png){.thumbnail}
42+
43+
You are automatically pointed to the `Tags` tab.
44+
45+
Click the `Assign a tag`{.action} button.
46+
47+
![Empty tag list](images/tag_list_empty.png){.thumbnail}
48+
49+
In the window that pops up, click in the `Key`{.action} field to open the dropdown menu, then select the key you want.
50+
51+
![Assign a tag](images/assign_tag.png){.thumbnail}
52+
53+
Next, click in the `Value`{.action} field and select the appropriate value from the dropdown menu.
54+
55+
![Assign a tag - populated](images/assign_tag_populated.png){.thumbnail}
56+
57+
> [!warning]
58+
>
59+
> **If you want to use a key or value that does not yet exist**, you can create it by entering it, then clicking `Add your-value`{.action}, where "your-value" corresponds to the text you have entered.
60+
>
61+
62+
Finally, click the `Add`{.action} button to create the tag, then click the `Assign`{.action} button in the lower right-hand part of the window.
63+
64+
![Tag added](images/tag_added.png){.thumbnail}
65+
66+
You will receive a green confirmation message, then see the list of tags applied to the chosen server.
67+
68+
![Tags - list with example](images/tag_list_with_example.png){.thumbnail}
69+
70+
### Delete a tag on a dedicated server
71+
72+
To find the list of tags assigned to your server:
73+
74+
1. Log in to your [OVHcloud Control Panel](/links/manager).
75+
1. Go to the `Bare Metal Cloud`{.action} section.
76+
1. Click `Dedicated servers`{.action} and select your server from the list.
77+
1. Go to the `Tags`{.action} tab.
78+
79+
Click the `...`{.action} button, to the right of the tag you want to remove from your server.
80+
Then click `Remove`{.action}.
81+
82+
![Tag list remove](images/tag_list_remove.png){.thumbnail}
83+
84+
A confirmation window will appear. Click the `Confirm`{.action} button to unassign the tag.
85+
86+
![Remove tag](images/remove_tag.png){.thumbnail}
87+
88+
## Go further
89+
90+
Join our [community of users](/links/community).
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: 'Comment assigner un tag à un serveur Bare Metal'
3+
excerpt: "Découvrez comment créer et modifier des tags pour chaque serveur dédié depuis l'espace client OVHcloud"
4+
updated: 2025-06-30
5+
---
6+
7+
## Objectif
8+
9+
Les tags sont des étiquettes attribuables à vos ressources, vous permettant de les organiser et de les gérer plus efficacement.
10+
11+
Chaque tag est constitué de deux parties :
12+
13+
- **La clé** : Représente un attribut ou une catégorie.
14+
- **La valeur** : Correspond à l'information associée à cette clé.
15+
16+
Par exemple, vous pouvez catégoriser vos ressources par site, par service, ou encore par niveau de sécurité. L'utilisation des tags peut notamment faciliter la recherche, l'organisation de vos ressources, la gestion des coûts associés, ou encore l'application de stratégies avec la granularité souhaitée.
17+
18+
**Ce guide vous explique comment créer, attribuer et supprimer des tags pour chaque serveur dédié depuis l'espace client OVHcloud.**
19+
20+
## Prérequis
21+
22+
- Disposer d'un [serveur dédié](/links/bare-metal/bare-metal).
23+
- Être connecté à l’[espace client OVHcloud](/links/manager).
24+
25+
## En pratique
26+
27+
### Attribuer un tag à un serveur dédié depuis l’espace client
28+
29+
Pour attribuer un tag à un serveur :
30+
31+
1. Connectez-vous à votre [espace client OVHcloud](/links/manager).
32+
1. Rendez-vous dans la section `Bare Metal Cloud`{.action}.
33+
1. Cliquez sur `Serveurs dédiés`{.action} et sélectionnez votre serveur dans la liste.
34+
35+
Par défaut, vous êtes redirigé vers l'onglet `Informations générales`{.action}.
36+
37+
![Informations générales](images/general_information.png){.thumbnail}
38+
39+
Dans l'encadré **Tags**, cliquez sur `Ajouter un tag`{.action}.
40+
41+
![Ajouter un tag](images/add_a_tag.png){.thumbnail}
42+
43+
Vous êtes automatiquement orienté vers l'onglet `Tags`.
44+
45+
Cliquez sur le bouton `Assigner un tag`{.action}.
46+
47+
![Tags - liste vide](images/Tag_list_empty.png){.thumbnail}
48+
49+
Dans la fenêtre qui apparaît, cliquez dans le champ `Clé`{.action} pour ouvrir le menu déroulant, puis sélectionnez la clé souhaitée.
50+
51+
![Assigner un tag - clé](images/assign_tag.png){.thumbnail}
52+
53+
Ensuite, cliquez dans le champ `Valeur`{.action} et sélectionnez la valeur appropriée dans le menu déroulant.
54+
55+
![Assigner un tag - valeur](images/assign_tag_populated.png){.thumbnail}
56+
57+
> [!warning]
58+
>
59+
> **Si vous souhaitez utiliser une clé ou une valeur qui n'existe pas encore**, vous pouvez la créer en la saisissant, puis en cliquant sur `Ajouter ce-texte`{.action}, où « ce-texte » corrrespond au texte que vous avez renseigné.
60+
>
61+
62+
Enfin, cliquez sur le bouton `Ajouter`{.action} pour créer le tag, puis sur le bouton `Assigner`{.action} dans la partie inférieure droite de la fenêtre.
63+
64+
![Tag ajouté](images/tag_added.png){.thumbnail}
65+
66+
Un message de confirmation apparaît en vert, au-dessus de la liste des tags appliqués au serveur choisi.
67+
68+
![Tags - liste avec exemple](images/tag_list_with_example.png){.thumbnail}
69+
70+
### Supprimer un tag sur un serveur dédié
71+
72+
Pour retrouver la liste des tags attribués à votre serveur :
73+
74+
1. Connectez-vous à votre [espace client OVHcloud](/links/manager).
75+
1. Rendez-vous dans la section `Bare Metal Cloud`{.action}.
76+
1. Cliquez sur `Serveurs dédiés`{.action} et sélectionnez votre serveur dans la liste.
77+
1. Rendez-vous dans l'onglet `Tags`{.action}.
78+
79+
Cliquez sur le bouton `...`{.action}, à droite du tag que vous souhaitez supprimer de votre serveur.
80+
Cliquez ensuite sur `Désassigner`{.action}.
81+
82+
![Supprimer un tag de la liste](images/tag_list_remove.png){.thumbnail}
83+
84+
Une fenêtre de confirmation s'affiche. Cliquez sur le bouton `Confirmer`{.action} pour désassigner le tag.
85+
86+
![Confirmer la suppression du tag](images/remove_tag.png){.thumbnail}
87+
88+
## Aller plus loin
89+
90+
Échangez avec notre [communauté d'utilisateurs](/links/community).
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
id: 3dd48d0d-df08-49f7-89d7-44d61b84d53b
2+
full_slug: dedicated-servers-resource-tag-assign

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
+ [Troubleshooting](bare-metal-cloud-dedicated-servers-troubleshooting)
170170
+ [How to activate and use rescue mode](bare_metal_cloud/dedicated_servers/rescue_mode)
171171
+ [How to activate and use Windows rescue mode](bare_metal_cloud/dedicated_servers/rescue-customer-windows)
172+
+ [How to assign a tag to a Bare Metal server](bare_metal_cloud/dedicated_servers/resource-tag-assign)
172173
+ [How to recover server access if your user password is lost](bare_metal_cloud/dedicated_servers/replacing-user-password)
173174
+ [How to replace an SSH key pair](bare_metal_cloud/dedicated_servers/replacing-lost-ssh-key)
174175
+ [Replacing a defective disk](bare_metal_cloud/dedicated_servers/disk_replacement)

0 commit comments

Comments
 (0)