File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
content/nim/nginx-instances Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Add an NGINX instance"
3
+ weight : 100
4
+ toc : false
5
+ nd-content-type : how-to
6
+ nd-product : NIM
7
+ ---
8
+
9
+ This guide shows you how to add NGINX Open Source and NGINX Plus instances to F5 NGINX Instance Manager.
10
+
11
+ ## Before you begin
12
+
13
+ Make sure you have:
14
+
15
+ - One or more instances running NGINX Open Source or NGINX Plus.
16
+ - Admin access to NGINX Instance Manager.
17
+
18
+ ## Add instances
19
+
20
+ 1 . Open the NGINX Instance Manager web interface and log in.
21
+ 2 . In the ** Manage** section on the left, select ** Instances** .
22
+ 3 . Select ** Add** .
23
+ 4 . Copy the ` curl ` command.
24
+ 5 . On the host where your NGINX instance is running, run the ` curl ` command to install NGINX Agent:
25
+
26
+ ``` shell
27
+ curl https://< NIM-FQDN> /install/nginx-agent | sudo sh
28
+ ```
29
+
30
+ 6 . On the same host, run the following command to start NGINX Agent:
31
+
32
+ ``` shell
33
+ sudo systemctl start nginx-agent
34
+ ```
35
+
36
+ ## Next steps
37
+
38
+ - [ Add instances to instance groups] ({{< ref "nim/nginx-instances/manage-instance-groups.md" >}})
39
+ - [ Add managed certificates] ({{< ref "nim/nginx-instances/manage-certificates.md" >}})
You can’t perform that action at this time.
0 commit comments