> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Update your website and account settings

> Update your Memberful site and account settings, including your website name, account URL, and website URL, from the Memberful dashboard.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

In this help article, we'll walk through how to update your website and account settings.

## Change your website name

To update your website name:

1. Go to *Website → General settings.*
2. Enter your new name and save.

Updating your website name affects:

* The "From" name in emails Memberful sends on your behalf
* All Memberful-hosted pages (if you haven't uploaded a logo)

<Frame>
  <img src="https://mintcdn.com/memberful/xXjwqCUtMkelgT1Y/images/manage-your-account/update-your-site-and-account-settings/website-name.png?fit=max&auto=format&n=xXjwqCUtMkelgT1Y&q=85&s=2ea87bfda41e973565d3ccace5bd5f89" alt="Website name" width="1440" height="449" data-path="images/manage-your-account/update-your-site-and-account-settings/website-name.png" />
</Frame>

## Change your account URL subdomain

To update your account URL:

1. Go to *Website → General settings.*
2. Enter a new subdomain and save.

<Frame>
  <img src="https://mintcdn.com/memberful/xXjwqCUtMkelgT1Y/images/manage-your-account/update-your-site-and-account-settings/account-url.png?fit=max&auto=format&n=xXjwqCUtMkelgT1Y&q=85&s=b8d23259f28989338f654422eaa01864" alt="Account URL" width="1440" height="449" data-path="images/manage-your-account/update-your-site-and-account-settings/account-url.png" />
</Frame>

Changing your account URL affects:

* [Plan purchase links](/plans/promote-and-sell/add-a-link-to-buy-a-plan/)
* [Member account management link](/member-interface/account/access-their-account/)
* [Subscribe page link](/website-builder/pages/subscribe-page/)
* [Member website link](/overview/setup-guides/hosted-member-site/)
* [Discord authorization link](/community/discord/discord-post-setup/#invite-existing-members)
* [Members' private podcast feeds](/overview/setup-guides/paid-podcast/#your-listeners-subscribe-to-a-podcast)

You'll need to update these links wherever you've shared them. Important: Podcast subscribers will need to resubscribe to their private feeds.

If you're using the Memberful WordPress plugin, [disconnect and reconnect the plugin](/wordpress-plugin/troubleshooting/disconnect-reconnect-plugin/) after changing your account URL to refresh links (e.g. those added via shortcodes).

You can also [set up a custom domain](/configuration/branding/set-up-a-custom-domain/) to use your own domain name instead of a Memberful subdomain.

## Change your website URL

This setting is only available for non-WordPress sites.

To update your external website URL:

1. Go to *Website → Domain and redirects.*
2. Enter your new URL and save.

For WordPress users: The website URL is automatically populated when you integrate the [Memberful WordPress plugin](/wordpress-plugin/setup/install-the-memberful-plugin/)—no manual update needed.

<Frame>
  <img src="https://mintcdn.com/memberful/xXjwqCUtMkelgT1Y/images/manage-your-account/update-your-site-and-account-settings/change-website-url.png?fit=max&auto=format&n=xXjwqCUtMkelgT1Y&q=85&s=af18234d2819d0c261dc9cfa3d22e92e" alt="Website and account settings" width="1400" height="521" data-path="images/manage-your-account/update-your-site-and-account-settings/change-website-url.png" />
</Frame>

<RelatedDocs
  link1={{
url: "/configuration/branding/set-up-a-custom-domain/",
label: "Set up a custom domain.",
}}
  link2={{
url: "/configuration/branding/branding/",
label: "Customize the look and feel of member-facing pages and forms.",
}}
/>
