Confidencial Documentation
HomepageLog In
  • Getting Started
    • Sending secure PDFs with Confidencial
    • Viewing secure PDFs with Confidencial
    • Sending secure Word docs with Confidencial
    • Viewing secure Word docs with Confidencial
    • Sending secure Excel workbooks with Confidencial
    • Viewing secure Excel workbooks with Confidencial
    • Sending secure images with Confidencial
    • Viewing secure images with Confidencial
    • Sending secure messages with Confidencial
    • Viewing secure messages with Confidencial
    • Protecting content with Confidencial
    • Re-encrypting and changing who can see protected content
  • General
    • How Confidencial Works
      • What is End-to-End Protection
      • In-doc encryption
      • The Confidencial Public Key Registry
      • The Confidencial Private Key Server
      • The Confidencial Log Server
    • Account types
      • Individual
      • Organization
      • Organization administrator
    • File types
    • Key types
      • Cloud-stored keys
      • Device-stored keys
      • Temporary keys
      • Enterprise keys
      • Recovery keys
    • Logging in to the desktop or web app
    • Logging in to Confidencial
    • Encryption policies
    • Selecting encryption recipients
    • Inviting other users to Confidencial
    • Accepting an invite to Confidencial
    • Creating a Confidencial individual account
    • Re-encrypting and changing who can see protected content
    • Confidencial organizations
  • Web App
    • Encrypting a message
    • Decrypting a message
    • Encrypting files and folders
    • Decrypting a .c11 file or .c11.zip file bundle
    • Re-encrypting a Confidencial-protected file or file bundle and changing who can see them
  • Desktop App
    • Installing the desktop app
    • Encrypting files and folders
    • Decrypting a .c11 file or .c11.zip file bundle
  • Microsoft Office Add-ins
    • Installing the Microsoft Office add-ins
    • Opening the task pane
    • Logging in from an Office application
    • Encrypting an entire Word document
    • Encrypting parts of a Word document
    • Decrypting a Word document
    • Re-encrypting a Word document and changing who can see protected content
    • Installing Microsoft Add-ins via the Admin Center
  • Advanced Features
    • Storing keys on your device
    • Loading a key from your device
    • Creating a machine token
    • Obtaining public-private key pairs for use with the Confidencial SDK
  • How to Use Secure Document Request (SDR)
  • Secure Document Send
    • Sending Documents with Secure Document Send
    • Viewing Historical Document Sends
    • Creating a Persistent Share Link
    • Receiving a Persistent Share Link
  • Cloud Protector
    • Connecting AWS S3
    • Connecting Box
    • Connecting Dropbox
    • Connecting Google Cloud
    • Connecting Google Drive
    • Connecting Microsoft Azure Blob
    • Connecting Microsoft OneDrive
    • Connecting Microsoft SharePoint
    • Connecting Server Message Block
    • Connecting Wasabi
    • Connecting On-Premises Storage
  • Enterprise Deployment
    • Connecting your identity provider to Confidencial
    • Creating an S3 bucket for document requests
    • Creating a Cognito user pool to enable S3 bucket access via IDP credentials
    • Deploying the Confidencial Key Server in your environment
      • Configuring an AWS Elastic Container Service (ESC) instance
    • Running a database migration
    • Pushing a container image to your AWS container registry
    • Connecting your identity provider to the Confidencial Key Server
    • Deploying the Confidencial Desktop App to your enterprise users
    • Deploying the Confidencial Office Add-ins to your enterprise users
    • Setting up Microsoft Entra to use an Exchange account to send email notifications
  • Organization Administration
    • Adding members to an organization
    • Pre-loading members into your organization
    • Designating a member as an administrator
    • Creating a recovery key for an organization
    • Monitoring Confidencial usage within an organization
    • Organization-level policies
    • Administrator permissions
  • Command-Line Interface (CLI)
  • Software Development Kit (SDK)
  • Contact Us
  • System Requirements
  • Legal/Licensing
  • How to Access Confidencial Documents for First Time Recipients
Powered by GitBook
On this page
  • Overview
  • 1. Gather "Host" (Server IP or Hostname)
  • 2. Gather "Domain"
  • 3. Gather "Share"
  • 4. Gather "Username"
  • 5. Gather "Password"
  • 6. Test SMB Access (Optional)
Export as PDF
  1. Cloud Protector

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:

  1. On the Windows Server, open a Command Prompt.

  2. Run:

    ipconfig
  3. Look for the IPv4 Address under the active network adapter.

Alternatively:

  • Press Windows + R, type cmd, and run:

    hostname

    This gives the server’s hostname, which can also be used as the host.


2. Gather "Domain"

Steps:

  1. Open System Properties:

    • Right-click This PC > Properties > Advanced system settings

    • Or press Windows + R, type sysdm.cpl, and press Enter

  2. Under the Computer Name tab, you’ll see:

    • Domain: – this is your domain name

    • If 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:

echo %USERDOMAIN%

3. Gather "Share"

Steps:

  1. Press Windows + R and type:

    fsmgmt.msc

    This opens the Shared Folders management tool.

  2. Click on Shares to see all available shares and their paths.

  3. Pick the shared folder you want to access remotely.

Alternatively, on the server:

  • Use net share in the Command Prompt to list shares:

    net share

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:

whoa

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:

net use \\\\<host>\\<share> /user:<domain>\\<username>

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.

  1. Give your source a name that will help you recognize it.

  2. 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.

  3. Input the other values you have gathered.

  4. Click “Test Connection & Save”.

PreviousConnecting Microsoft SharePointNextConnecting Wasabi

Last updated 9 hours ago