Connecting Server Message Block
Overview
This guide will help you locate the following SMB connection values:
host
domain
share
username
password
1. Gather "Host" (Server IP or Hostname)
Steps:
On the Windows Server, open a Command Prompt.
Run:
Look for the
IPv4 Address
under the active network adapter.
Alternatively:
Press
Windows + R
, typecmd
, and run:This gives the server’s hostname, which can also be used as the
host
.
2. Gather "Domain"
Steps:
Open System Properties:
Right-click This PC > Properties > Advanced system settings
Or press
Windows + R
, typesysdm.cpl
, and press Enter
Under the Computer Name tab, you’ll see:
Domain:
– this is your domain nameIf you're not joined to a domain, it will show a workgroup name. Use
.
(dot) to indicate a local account in that case.
To check via command line:
3. Gather "Share"
Steps:
Press
Windows + R
and type:This opens the Shared Folders management tool.
Click on Shares to see all available shares and their paths.
Pick the shared folder you want to access remotely.
Alternatively, on the server:
Use
net share
in the Command Prompt to list shares:
4. Gather "Username"
This depends on whether you're using:
Domain account: Format is usually
DOMAIN\\username
Local account: Use just the username
To find the current user:
If using a different account, ensure that the user has read/write permissions to the shared folder.
5. Gather "Password"
This is the password of the specified user account.
If you do not know the password, contact your system administrator.
6. Test SMB Access (Optional)
To test access to the share:
You’ll be prompted for a password. If successful, the share will mount locally.
When you have these in hand, log into Cloud Protector and go to Settings > “Add Source.” Fill out the form.
Give your source a name that will help you recognize it.
Input the Path: the actual file path in the cloud storage that you want to analyze, encrypt, or both. Leaving this as “/” will include the whole file system.
Input the other values you have gathered.
Click “Test Connection & Save”.
Last updated