You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pro/pro-setup.rst
+63-17
Original file line number
Diff line number
Diff line change
@@ -2,42 +2,87 @@
2
2
Netmaker Professional Setup
3
3
===========================
4
4
5
-
This guide covers how to get setup with Netmaker Professional. For pricing,visit `our pricing page <https://www.netmaker.io/pricing>`_
5
+
This guide covers how to get setup with Netmaker Professional. For pricing,visit `our pricing page <https://www.netmaker.io/pricing>`_
6
6
7
7
8
8
Get a License
9
9
=================================
10
10
11
-
Visit `<https://app.netmaker.io>`_ to set up a self-hosted instance on the Netmaker SAAS platform. When you first visit the site, you should be prompted to create an account. After you make one, you will be automatically directed to the switch tenant dashboard.
11
+
Signup here `<https://account.netmaker.io/signup>`_ to get a license for your self-hosted Netmaker. Never miss to input your Firstname and Lastname.
:alt:Profile form after signup on SAAS with regular email
16
16
:align:center
17
17
18
+
|
18
19
19
-
Click the `` create tenant `` button and a modal will pop up. If you are a new user you can follow the link to setup a self hosted instance of Netmaker for a free 14 day trial, for existing users click on the contact us link.
When you login to the site for the first time, normally you will be automatically directed to the tenant creation modal as shown in the first image below. But if, for some reason, you happen to have missed inputting your Firstname and Lastname after signing up, the Profile page will show up instead. Click on the [>] icon to expand the Profile form where you can input your profile info. This is required when creating tenants.
26
+
27
+
.. image:: images/pro-aftersignup.jpg
28
+
:width:80%
29
+
:alt:screen after first login on SAAS
30
+
:align:center
20
31
21
-
.. image:: images/pro-createtenantmodal.png
32
+
|
33
+
34
+
.. image:: images/missed-profile-info.jpg
22
35
:width:80%
23
-
:alt:selfhosted switch
36
+
:alt:screen after first login on SAAS - missed profile info
24
37
:align:center
25
38
26
-
After you click on the link, you will be taken to a page to fill out a licence request form. A representative will reach out to you to get you setup with a self-hosted tenant.
39
+
For first time users Netmaker offers a free 14-day trial of the Professional plan of either a SaaS tenant or an On-Prem tenant. Click on the "Create an On-Prem tenant" option. Input the name of your new tenant then click on the Next button.
27
40
28
-
.. image:: images/pro-contactusform.png
41
+
.. image:: images/tenant-name-form.jpg
29
42
:width:80%
30
-
:alt:selfhosted switch
43
+
:alt:Tenant name form
31
44
:align:center
32
45
33
-
Once you have your tenant, you can click on manage account from the tenants table. Then you will need to add payment details before you can use your tenant, click on the stripe button to go to the stripe page and enter your payment info.
46
+
47
+
You can toggle between a Monthly or a Yearly subscription plan for when your trial period ends. Click on the "Tier breakdown" button to view the details of the plan. Once you're done, click on the "Add Payment Details in Stripe" button.
48
+
49
+
.. image:: images/pricing-and-limits.jpg
50
+
:width:80%
51
+
:alt:Pricing and Limits
52
+
:align:center
53
+
54
+
55
+
Like many cloud service providers, payment information is required in order to create resources even during trial period. This can be in a form of Debit/Credit card information or a US Bank account. Fillout the form and then click on the "Add" button.
56
+
57
+
.. image:: images/payment-method-form.jpg
58
+
:width:80%
59
+
:alt:Payment Method Form
60
+
:align:center
61
+
62
+
63
+
You should automatically be redirected back to the tenant creation modal. Review your new tenant details then click on the Create Tenant button.
64
+
65
+
.. image:: images/review-tenant-details-form.jpg
66
+
:width:80%
67
+
:alt:Review tenant details
68
+
:align:center
69
+
70
+
71
+
Once created, your new tenant should show up in the Tenants page. Click on the Manage Account button to view its details.
72
+
73
+
.. image:: images/tenants-list-page.jpg
74
+
:width:80%
75
+
:alt:Tenants page
76
+
:align:center
77
+
78
+
34
79
35
80
Setup your server
36
81
=================================
37
82
38
-
You will need the licence key and tenant id from the settings page back at the account management page on the settings tab.
83
+
You will need the Licence Key and the Tenant ID which are found on the Settings tab.
39
84
40
-
.. image:: images/pro-license-key2.png
85
+
.. image:: images/pro-license-key2.jpg
41
86
:width:80%
42
87
:alt:License keys
43
88
:align:center
@@ -49,9 +94,10 @@ Once you have your license key and tenant ID, you can get the nm-quick installer
Follow the prompts for a pro edition server. provide the License Key and Tenant ID when prompted.
53
100
54
-
Follow the prompts for a pro edition server. provide the license key and tenant id when prompted.
55
101
56
102
Upgrade to Pro from Community Edition
57
103
======================================
@@ -81,11 +127,11 @@ After that run the following command:
81
127
82
128
.. code-block::
83
129
84
-
docker kill netmaker netmaker-ui && docker-compose up -d
130
+
docker kill netmaker netmaker-ui && dockercompose up -d
85
131
86
132
When you browse to your self-hosted Netmaker via dashboard.<YOUR_BASE_DOMAIN>, you should see the professional UI and a new Dashboard. The top menu bar will have relays and metrics added.
0 commit comments