File¶
Document Metadata
Category: Customer / Information → Files / Documents
Audience: Administrators, Support Team, Customer Account Managers
Difficulty: Beginner to Intermediate
Time Required: 5–10 minutes
Prerequisites: Access to the ConnexCS control panel under a customer account; appropriate permissions to upload or manage customer files
Related Topics: Document Guide — overview of document types, Customer Portal Documents — how customers view files.
Next Steps: Use the Files section to upload required documents (e.g., contracts, proof-of-identity, invoices), then manage or request additional customer documents via the customer account interface.
Management File
The File section can store a variety of files, including (but not limited to) audio files for PBX (Private Branch Exchange), rate cards, or a logo for your portal.
Add new file(s)¶
- Navigate to Management File Public then click
Bulk Uploadat the top of the page and add the logo. - Navigate to the desired directory, select one or more files, then click
Open. - The file should appear as the next item on the list if the upload is successful. (You made need to refresh the list.)
Recommended dimensions of the logo: height: 75 px and width: 300 px.
Integration of logo¶
- Navigate to Setup Integrations Portal.
- Click on the name of the Domain you want to integrate the logo.
- A dialog box will appear, click on Advanced option.
- Then click on Upload logo and
Saveit.
Upload Errors
If an error occurs, check your browser settings and operating system for things like firewalls or pop-up blockers which may prevent uploads of a certain type.
Specific file type functions¶
- Text to Speech: Under Audio files, select
. Enter the text, select the voice, and define the file name. To preview the audio, select Play Voice. When the audio is ready, clickSave. In addition, we also support SSML for our TTS. - Download: Use
Downloadto download a file you've selected.
Remove files¶
Select a file from the list and then click the trashcan button.
Auto Archival¶
We support the automatic archival of rate cards.
These can be downloaded in .csv format for convenient access and record-keeping.
SFTP Access¶
Overview¶
SFTP (Secure File Transfer Protocol) allows users to securely access and manage files stored within the ConnexCS File System.
Using an SFTP client, users can connect directly to their ConnexCS storage and perform file operations such as:
- Downloading call recordings
- Accessing voicemail files
- Managing uploaded audio files
- Retrieving files from the File System
- Uploading, modifying, or deleting files (subject to permissions)
- Performing bulk file transfers
- Automating backups and integrations
SFTP access provides an alternative to the web-based File Manager and is particularly useful for bulk file operations, automated workflows, and third-party integrations.
Prerequisites¶
Before connecting via SFTP:
- SFTP access must be enabled for your account.
- You must have a valid ConnexCS account.
- An SFTP client must be installed.
Supported clients include:
- WinSCP
- MobaXterm
- FileZilla
- Cyberduck
- OpenSSH Command Line
How to enable SFTP access?¶
- Login to your account.
- Navigate to
Profile :material-menu-right: Advanced. Click onEdit.

- Enable the
Flags. ClickSave.

Authentication Methods¶
ConnexCS supports the following authentication methods:
Username and Password¶
Users can authenticate using the same credentials used to log in to their ConnexCS account.
SSH Key Authentication¶
Users can optionally authenticate using SSH public/private key pairs.
SSH key authentication provides enhanced security and eliminates the need to enter passwords.
Configuring SSH Keys¶
To authorize an SSH key:
- Login to your account.
- Navigate to
Profile :material-menu-right: SSH Keys. - Create a
New SSH Key.

-
Enter
KeyDetails:- Key Name (Identifier)
- SSH Public Key

Only the Public Key should be uploaded. Never upload your Private Key.
-
Click on
Save. After saving, the SSH key becomes available for SFTP authentication.
SFTP Connection Details¶
Use the following connection settings:
| Parameter | Value |
|---|---|
| Protocol | SFTP |
| Host | sftp.connexcs.com |
| Port | 22 |
| Username | Enter the username (ConnexCS email) you use to sign in to the ConnexCS Control Panel |
| Authentication | Password or SSH Key |
Connecting Using Username and Password¶
- Open your preferred SFTP client.
-
Configure the connection:
Setting Value Host sftp.connexcs.com Port 22 Username Your ConnexCS Username (email) Password Your ConnexCS Password -
Click Connect. The system will authenticate using your standard ConnexCS login credentials.
Connecting Using SSH Keys¶
- Upload your Public SSH Key to ConnexCS.
- Open your preferred SFTP client.
-
Configure:
Setting Value Host sftp.connexcs.com Port 22 Username Your ConnexCS Username (email) Authentication SSH Key -
Select the corresponding Private Key from your local machine.
- Click Connect.