-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45c1015
commit 02612fd
Showing
20 changed files
with
74 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
base: | ||
config: [] | ||
log: | ||
format: console | ||
level: info | ||
experimental: | ||
features: [] | ||
credentials-id: eu1.cloud.thethings.network | ||
input-format: json | ||
output-format: json | ||
allow-unknown-hosts: false | ||
oauth-server-address: https://eu1.cloud.thethings.network/oauth | ||
identity-server-grpc-address: eu1.cloud.thethings.network:8884 | ||
gateway-server-enabled: true | ||
gateway-server-grpc-address: eu1.cloud.thethings.network:8884 | ||
network-server-enabled: true | ||
network-server-grpc-address: eu1.cloud.thethings.network:8884 | ||
application-server-enabled: true | ||
application-server-grpc-address: eu1.cloud.thethings.network:8884 | ||
join-server-enabled: true | ||
join-server-grpc-address: eu1.cloud.thethings.network:8884 | ||
device-template-converter-grpc-address: eu1.cloud.thethings.network:8884 | ||
device-claiming-server-grpc-address: eu1.cloud.thethings.network:8884 | ||
qr-code-generator-grpc-address: eu1.cloud.thethings.network:8884 | ||
packet-broker-agent-grpc-address: eu1.cloud.thethings.network:8884 | ||
insecure: false | ||
ca: "" | ||
dump-requests: false | ||
skip-version-check: false | ||
retry: | ||
max: 0 | ||
default-timeout: 100ms | ||
enable-metadata: true | ||
jitter: 0 | ||
telemetry: | ||
enable: true | ||
target: https://telemetry.thethingsstack.io/collect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,83 +19,81 @@ If you are just exploring {{% tts %}} functionalities and performance, we sugges | |
|
||
If you are already a user of {{% tts %}} and want to scale up, you can choose between **Standard** and **Plus** plans, both of which have different levels of offered support (**Standard**, **Priority**, **Consulting** and **Free**). You can follow [this link](https://www.thethingsindustries.com/support/) to compare support plans. | ||
|
||
On the top of the page, you can also choose between monthly and annual billing plan. | ||
On the top of the page, you can switch between monthly and annual billing plan in order to compare the prices for {{% tts %}} plan you're planning to buy. | ||
|
||
{{< figure src="plans-and-billing-period.png" alt="Plans and billing period" >}} | ||
|
||
Every subscription and support plan have details listed on the Plans page. If you are not sure which plan to choose, you can scroll down and calculate an approximate price for your fleet of devices, and check out our answers to frequently asked questions about {{% tts %}} plans. On the bottom of the page you can also request a demo or contact an expert. | ||
|
||
{{< figure src="faq-and-price-estimation.png" alt="Price estimation and FAQ" >}} | ||
|
||
To sign up for any of the above mentioned plans, just click on the button on the plan to sign up and you will be redirected to the checkout page, where you will be requested to enter your personal and billing info. | ||
To sign up for any of the above mentioned plans, just click on the button on the plan to sign up and you will be redirected to the checkout page, where you will be requested to enter your personal and billing info. Under **Summary** section you will see the final price for {{% tts %}} deployment and support plan you've chosen, excluding VAT/tax. This is also a place to apply a discount coupon if you have one. | ||
|
||
If you are not looking for a cloud but for an enterprise solution, make sure to check out [self-hosted {{% tts %}} options](https://www.thethingsindustries.com/deployment/). | ||
|
||
{{< note >}} Some deployments (e.g. **{{% tts %}} Dedicated Cloud**) and some support plans (e.g. **Consulting**) are not available for purchase through the platform. Instead, you need to [contact The Things Industries](mailto:[email protected]) to proceed. {{</ note >}} | ||
{{< note >}} Keep in mind that if you chose {{% tts %}} Discovery tier, The Things Industries won't charge you anything until you scale up with one of {{% tts %}} deployments. The Things Industries also doesn't see or store your credit card details you provide under **Payment method** step. {{</ note >}} | ||
|
||
## Creating a Tenant and a Billing Account | ||
{{< figure src="billing-info.png" alt="Personal and billing info" >}} | ||
|
||
Once you're finished with the purchase, you'll be directed to enter your Network Server and Billing Account details. | ||
If you are not looking for a cloud but for an enterprise solution, make sure to check out [self-hosted {{% tts %}} options](https://www.thethingsindustries.com/deployment/). | ||
|
||
First, you need to provide a **Tenant name** and a **Tenant ID** for the tenant you want to create. | ||
{{< note >}} Some deployments (e.g. **{{% tts %}} Dedicated Cloud**) and some support plans (e.g. **Consulting**) are not available for purchase through the platform. Instead, you need to [contact The Things Industries](mailto:[email protected]) to proceed. {{</ note >}} | ||
|
||
{{< figure src="tenant-name-and-id.png" alt="Tenant name and ID" >}} | ||
## Creating Your Network | ||
|
||
Then, you need to choose clusters you want to use. You can also determine if you want to list your network on [Packet Broker]({{< ref "/the-things-stack/packet-broker" >}}). | ||
Once you're finished with the purchase, you will be redirected to network creation page. In order to create your custom {{% tts %}} Cloud tenant, you will need to provide details such as name and ID for your network, choose region where you want it deployed, and enter network administrator info. | ||
|
||
Add the **Administrator email**, **Administrator username** and **Administrator full name** for your Billing Account. | ||
{{< figure src="network-name.png" alt="Enter network name" >}} | ||
|
||
{{< figure src="cluster-and-administrator-info.png" alt="Cluster and administrator info" >}} | ||
{{< figure src="network-id.png" alt="Enter network ID" >}} | ||
|
||
Finish with tenant settings by clicking the **Proceed to Billing Information** button. | ||
{{< figure src="cluster.png" alt="Choose cluster" >}} | ||
|
||
Next, you need to enter your **Company name**, as well as the **Billing email** and **Billing password**. | ||
{{< figure src="admin.png" alt="Provide admin info" >}} | ||
|
||
{{< figure src="billing-email-and-password.png" alt="Billing account info" >}} | ||
Finally, click the **Launch {{% tts %}} Cloud** button to create your network. | ||
|
||
You also need to provide some personal info like **Phone number**, **Address**, **City**, **Zip** and **Country**. | ||
## Manage your Subscriptions, Support and Billing Plans | ||
|
||
The last step is related to payment details. Under **Recap** you'll be able to see the price for {{% tts %}} deployment and support plan you've chosen, excluding VAT/tax. | ||
After you purchased {{% tts %}} subscription, you'll receive some emails in the inbox of the administrator email address you provided previously. | ||
|
||
If you have a discount coupon, you can use it here. | ||
Among other info, you'll be provided with a URL to access your newly created tenant's Console. The Console will be available on: | ||
|
||
{{< figure src="recap-and-coupon.png" alt="Price and coupon" >}} | ||
`https://<your-network-id>.<your-cluster>.cloud.thethings.industries` | ||
|
||
Finally, you have to provide the **Payment method** info. You will need to add your credit card details here. | ||
e.g. `https://docs-test-network.eu1.cloud.thethings.industries` for above shown example. | ||
|
||
{{< note >}} Keep in mind that if you chose {{% tts %}} Discovery tier, The Things Industries won't charge you anything until you scale up with one of {{% tts %}} deployments. The Things Industries also doesn't see or store your credit card details you provide under **Payment method** step. {{</ note >}} | ||
Use the administrator username you provided in previous steps to access it. You might be asked to change your administrator password to log into your tenant. | ||
|
||
## Manage your Subscriptions, Support and Billing Plans | ||
To manage your subscriptions, log in [here](https://accounts.thethingsindustries.com/login) with the administrator email and password you created in previous steps. | ||
|
||
After you purchased {{% tts %}} subscription and created your Billing Account, you'll receive some emails in the inbox of the administrator email address. | ||
To check your current subscriptions, open the **Subscriptions** tab. | ||
|
||
Among other info, you'll be provided with a URL to access your newly created tenant's Console. In this example, the URL is `https://docs-demo.eu1.cloud.thethings.industries/`. Use the administrator username you provided in previous steps to access it. You might be asked to change your administrator password to log into your tenant. | ||
{{< figure src="subscriptions.png" alt="Subscriptions overview" >}} | ||
|
||
Navigate to the [Billing Account login page](https://accounts.thethingsindustries.com/login). Use the Billing Account administrator email and password you created in previous steps. Click on **Log in**. | ||
To add a new subscription, click the **Add a subscription** button and follow steps that will be identical to the ones described in sections above. | ||
|
||
{{< figure src="billing-account-login.png" alt="Billing-account-login" >}} | ||
You can also edit existing subscriptions. To do this, click on your previously created subscription. You'll be able to see subscription details such as payment due date, payment method, usage tier and invoice history. | ||
|
||
To check your current subscriptions, open the **Current subscriptions** tab. | ||
{{< figure src="edit-subscription.png" alt="Edit existing subscription" >}} | ||
|
||
To add a new subscription, click the **Add a subscription** button at the bottom of the page and follow steps that will be identical to the ones described in sections above. | ||
To edit customer info or default payment method, click the **Change** button next to **Payment method**. There you can also set a purchase number (PO). | ||
|
||
You can also edit existing subscriptions. To do this, click on a single subscription. You'll be able to see usage tier, support and pricing details, as well as credit card info. | ||
{{< note >}} The same customer info and payment method settings are available under the **Payment Settings** tab. {{</ note >}} | ||
|
||
{{< figure src="subscription-details.png" alt="Subscription details" >}} | ||
{{< figure src="payment-settings.png" alt="Payment settings" >}} | ||
|
||
To upgrade your subscription and be able to add more entities and enjoy full {{% tts %}} service, click the **Upgrade** button and follow instructions. | ||
To upgrade your subscription and be able to add more entities and enjoy full {{% tts %}} service, click the **Change plan** button and choose your desired subscription, then finish with **Upgrade cloud**. You can also apply a discount coupon here. | ||
|
||
Here you can also edit your support plan. Having a support lets you contact The Things Industries support team via [email](mailto:[email protected]) or via the [Support portal](https://thethingsindustries.atlassian.net/servicedesk/customer/portal/1). | ||
{{< figure src="upgrade.png" alt="Upgrade existing subscription" >}} | ||
|
||
Scroll down to the bottom of the page to **Cancel subscription**. | ||
You can also upgrade your support plan (or add one if you haven't done so previously). | ||
|
||
To access your invoices and billing information, switch to the **Invoices** tab. | ||
{{< figure src="upgrade-support.png" alt="Upgrade support plan" >}} | ||
|
||
{{< figure src="invoices.png" alt="Invoices overview" >}} | ||
In a similar manner, you can also choose to downgrade your subscription or support plan. | ||
|
||
Under **Invoice Information** you can see the billing info you provided and you can edit it if you like so. | ||
Under **Invoice History** section, you will be able to see and download invoices and receipts for your subscription. To access your invoices for all purchased subscriptions, switch to the **Invoices** tab. | ||
|
||
Your past invoices will be available for download under **Invoice History**. | ||
{{< figure src="invoices-overview.png" alt="Invoices overview" >}} | ||
|
||
{{< note >}} If you change your billing information, it will be applied only on newly created invoices. Invoices that have been created before that cannot be changed. {{</ note >}} | ||
|
||
|
@@ -115,7 +113,7 @@ Please reach out to our [sales team](mailto:[email protected]) and r | |
|
||
### Can multiple users access a single Billing Account? | ||
|
||
No, {{% tts %}} Billing Account can only be accessed by one person (i.e. one email address). However, you can change the email address which receives payment reminders and appears on the invoices. To edit this email addess, navigate to **Invoices** tab in your Billing Account, then click **Edit billing information** under the **Invoice Information** section and change it. | ||
No, {{% tts %}} Billing Account can only be accessed by one person (i.e. one email address). | ||
|
||
### I'm facing an error that says I reached a limit for adding devices/gateways. What do I do? | ||
|
||
|
@@ -143,4 +141,4 @@ If you've reached a limit for adding devices and/or gateways, you'll be facing t | |
} | ||
``` | ||
|
||
If you want to add more entities than your current limit allows you to, you will need to upgrade your subscription plan. For example above, you could upgrade your plan from Discovery to Standard or Plus. If you face any difficulties with upgrading your plan, feel free to reach [The Things Industries sales team](mailto:[email protected]). | ||
If you want to add more entities than your current limit allows you to, you will need to upgrade your subscription plan. For example above, you could upgrade your plan from Discovery to Standard or Plus. If you want to upgrade make sure to check sections above, and if you face any difficulties, feel free to reach [The Things Industries sales team](mailto:[email protected]). |
Binary file added
BIN
+154 KB
doc/content/the-things-stack/cloud/billing-and-subscription-management/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-67.9 KB
...hings-stack/cloud/billing-and-subscription-management/billing-account-login.png
Binary file not shown.
Binary file removed
BIN
-51.4 KB
...-stack/cloud/billing-and-subscription-management/billing-email-and-password.png
Binary file not shown.
Binary file added
BIN
+193 KB
...ent/the-things-stack/cloud/billing-and-subscription-management/billing-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-77.7 KB
...ck/cloud/billing-and-subscription-management/cluster-and-administrator-info.png
Binary file not shown.
Binary file added
BIN
+142 KB
doc/content/the-things-stack/cloud/billing-and-subscription-management/cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+115 KB
...he-things-stack/cloud/billing-and-subscription-management/edit-subscription.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.4 KB
...he-things-stack/cloud/billing-and-subscription-management/invoices-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-54.5 KB
...content/the-things-stack/cloud/billing-and-subscription-management/invoices.png
Binary file not shown.
Binary file added
BIN
+146 KB
...ntent/the-things-stack/cloud/billing-and-subscription-management/network-id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+142 KB
...ent/the-things-stack/cloud/billing-and-subscription-management/network-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+76.8 KB
...the-things-stack/cloud/billing-and-subscription-management/payment-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-81 KB
...the-things-stack/cloud/billing-and-subscription-management/recap-and-coupon.png
Binary file not shown.
Binary file removed
BIN
-82.4 KB
...things-stack/cloud/billing-and-subscription-management/subscription-details.png
Binary file not shown.
Binary file added
BIN
+73.1 KB
...nt/the-things-stack/cloud/billing-and-subscription-management/subscriptions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-90.6 KB
...e-things-stack/cloud/billing-and-subscription-management/tenant-name-and-id.png
Binary file not shown.
Binary file added
BIN
+174 KB
.../the-things-stack/cloud/billing-and-subscription-management/upgrade-support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+187 KB
doc/content/the-things-stack/cloud/billing-and-subscription-management/upgrade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.