2020-07-25 01:07:53 +02:00
|
|
|
# Change organization URL
|
|
|
|
|
2024-04-25 23:41:14 +02:00
|
|
|
{!owner-only.md!}
|
|
|
|
|
2020-07-25 01:07:53 +02:00
|
|
|
Zulip supports changing the URL for an organization. Changing the
|
|
|
|
organization URL is a disruptive operation for users:
|
|
|
|
|
|
|
|
* Users will be logged out of existing sessions on the web, mobile and
|
2020-08-11 02:20:10 +02:00
|
|
|
desktop apps and need to log in again.
|
2024-02-15 02:42:15 +01:00
|
|
|
* Any [API clients](/api/) or [integrations](/integrations/) will need
|
2020-07-25 01:07:53 +02:00
|
|
|
to be updated to point to the new organization URL.
|
|
|
|
|
|
|
|
We recommend using a [wildcard
|
|
|
|
mention](/help/mention-a-user-or-group#mention-everyone-on-a-stream)
|
|
|
|
in an announcement stream to notify users that they need to update
|
|
|
|
their clients.
|
|
|
|
|
2024-04-25 23:41:14 +02:00
|
|
|
## Change your Zulip Cloud subdomain
|
|
|
|
|
|
|
|
Zulip Cloud organizations are generally hosted at `<subdomain>.zulipchat.com`,
|
|
|
|
with the subdomain chosen when the organization was created. Organization
|
|
|
|
[owners](/help/roles-and-permissions) can request to change the subdomain.
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
Please e-mail [support@zulip.com](mailto:support@zulip.com) with the following
|
|
|
|
information:
|
|
|
|
|
|
|
|
1. Your organization's current subdomain.
|
|
|
|
|
|
|
|
1. The subdomain you would like to move your organization to.
|
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
|
|
|
## Move to a custom URL on Zulip Cloud
|
|
|
|
|
|
|
|
{!cloud-plus-only.md!}
|
|
|
|
|
|
|
|
Because maintaining custom URLs requires effort from our operational team,
|
|
|
|
this feature is available only for organizations with 25+ [Zulip Cloud
|
|
|
|
Plus](https://zulip.com/plans/#cloud) licenses.
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
Please e-mail [support@zulip.com](mailto:support@zulip.com) with the following
|
|
|
|
information:
|
|
|
|
|
|
|
|
1. Your organization's current URL.
|
|
|
|
|
|
|
|
1. The URL you would like to move your organization to.
|
|
|
|
|
|
|
|
{end_tabs}
|
2020-07-25 01:07:53 +02:00
|
|
|
|
2024-04-25 23:41:14 +02:00
|
|
|
## Change the URL for your self-hosted server
|
2020-07-25 01:07:53 +02:00
|
|
|
|
2021-03-29 10:38:58 +02:00
|
|
|
If you're self-hosting, you can change the root domain of your Zulip
|
|
|
|
server by changing the `EXTERNAL_HOST` [setting][zulip-settings]. If
|
|
|
|
you're [hosting multiple organizations][zulip-multiple-organizations]
|
2021-05-10 20:27:13 +02:00
|
|
|
and want to change the subdomain for one of them, you can do this
|
|
|
|
using the `change_realm_subdomain` [management command][management-commands].
|
2020-07-25 01:07:53 +02:00
|
|
|
|
2021-11-28 20:57:30 +01:00
|
|
|
In addition to configuring Zulip as detailed here, you also need to
|
|
|
|
generate [SSL certificates][ssl-certificates] for your new domain.
|
|
|
|
|
2023-03-23 05:32:39 +01:00
|
|
|
[ssl-certificates]: https://zulip.readthedocs.io/en/stable/production/ssl-certificates.html
|
2020-07-25 01:07:53 +02:00
|
|
|
[zulip-settings]: https://zulip.readthedocs.io/en/stable/production/settings.html
|
|
|
|
[zulip-multiple-organizations]: https://zulip.readthedocs.io/en/stable/production/multiple-organizations.html
|
2023-03-23 05:32:39 +01:00
|
|
|
[management-commands]: https://zulip.readthedocs.io/en/stable/production/management-commands.html#other-useful-manage-py-commands
|