Setting Up Google Workspace
Overview
Google Workspace (formerly G Suite) lets you use Gmail, Google Drive, Google Calendar, and other Google services with your own custom domain name. Instead of a @gmail.com address, you and your team get professional email addresses like you@yourdomain.com — all powered by Google’s infrastructure.
Prerequisites
- A registered domain name managed through 10Corp or another registrar
- Access to your domain’s DNS settings
- A Google Workspace subscription (Business Starter, Business Standard, or Business Plus)
Step 1: Sign Up for Google Workspace
- Visit workspace.google.com and click Get Started.
- Enter your business name, number of employees, and contact information.
- Choose whether to use an existing domain or purchase a new one.
- Enter your domain name when prompted.
- Create your first admin user account (this becomes the super administrator).
- Select a plan and complete payment.
Step 2: Verify Domain Ownership
Google requires you to prove that you own the domain. The most common method is adding a TXT record to your DNS:
- Log in to your 10Corp domain management dashboard.
- Go to DNS Management for your domain.
- Add a TXT record with the verification string provided by Google (e.g.,
google-site-verification=XXXXXXXXXXXX). - Return to the Google Workspace setup wizard and click Verify.
Verification typically takes a few minutes but may take up to 48 hours.
Step 3: Update MX Records
To route email through Google, replace your existing MX records with Google’s:
| Priority | Mail Server |
|---|---|
| 1 | ASPMX.L.GOOGLE.COM |
| 5 | ALT1.ASPMX.L.GOOGLE.COM |
| 5 | ALT2.ASPMX.L.GOOGLE.COM |
| 10 | ALT3.ASPMX.L.GOOGLE.COM |
| 10 | ALT4.ASPMX.L.GOOGLE.COM |
Delete any old MX records that do not point to Google.
Step 4: Configure SPF, DKIM, and DMARC
- SPF: Add a TXT record:
v=spf1 include:_spf.google.com ~all - DKIM: In the Google Admin console, go to Apps > Google Workspace > Gmail > Authenticate email. Generate the DKIM key and add the provided TXT record to your DNS.
- DMARC: Add a TXT record for
_dmarc.yourdomain.com:v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
Step 5: Create User Accounts
In the Google Admin console (admin.google.com), go to Directory > Users > Add new user to create email accounts for your team members.
Step 6: Migrate Existing Email (Optional)
Google provides a data migration tool in the Admin console under Account > Data migration. You can migrate from IMAP servers, Microsoft Exchange, or other Google Workspace accounts.
Tips
- Enable 2-Step Verification for all users from the Admin console for improved security.
- Use the Google Workspace Setup Wizard — it guides you through each step in order.
- DNS changes may take up to 48 hours to fully propagate, so plan accordingly.