Recently Updated Pages

CrossBox Changelog

Track our progress 2024 Pending major release (v0.8.5) Unified Inbox (similar to Gmail's "All mail"): Inbox One displays emails from all logged-in accounts in a cohesive and organized manner. Customizable Shortcuts: Total Commander now allows users to define personalized keyboard shortcuts f...

Changelog
Page is not in a chapter

How to delete the CrossBox Cloud app account

If you are using CrossBox Cloud app, or any other build of a CrossBox produced app, you can request deletion of your logged in account by navigating to Settings -> Delete     


Requirements

Intro Even though CrossBox is highly portable, make sure that your server satisfies the listed server requirements. Supported Operating Systems  CrossBox Server runs on any x86-64 (64 bit) Linux based operating system that has glibc version 2.17 and up. Listed below are minimum required dist...


Docker

You can easily Dockerize CrossBox instead of installing it on a VPS or a Dedicated server. mkdir -p /var/crossbox cd /var/crossbox Create a Dockerfile nano Dockerfile Copy and paste: FROM ubuntu:latest MAINTAINER Support "support@crossbox.io" RUN apt-get clean && apt-get update ...


Migration

Server migration This is a guide on how to migrate the CrossBox instance to a new server Preparation Make sure that you do the following steps before the migration starts: If you are just going to move the entire disk to another machine, you should read the following guide: https://crossbox....


Post machine migration

If you just migrated your disk to another machine with a different ip, you should do the following set of commands:   crossbox config set -k public_ip_address -s "new_ip_address" crossbox sync all After that you should wait at least 10 minutes until CrossBox recognizes the new environment. ...


Alias Email

Question Is there a way to have alias email instead of multiple email account? Like auto-forwarding email to the main email without creating other email accounts? And email accounts from a different domain? We're running the standalone version. Answer Standalone only. Create /home/crossbox/a...


External SMTP relay

Question We're running Crossbox standalone and we want to use Amazon SES to send emails? Answer If you want to use services like Amazon SES, Postmark, or some other SMTP relay, you need to do the following (stand-alone version only): Create /home/crossbox/app/config/exim/overrides/exim.authe...


Uninstall

Run the command crossbox uninstall  This command will completely erase CrossBox from the machine, including user data generated by CrossBox. After 10 seconds the uninstallation will begin - once this step starts you should not interrupt the script as it might not completely delete the software...


Command Line Tools

The "crossbox" CLI Command  This is the CrossBox command line utility. Use it to view status, restart services, view logs, trigger updates, and a lot more. A root user is required to run the commands. Monitoring crossbox stop|start|restart|status|enable|disable Easily stop, start, restart,...


Admin Area

Intro CrossBox features a simple to use administration interface which is used for managing a CrossBox server. Accessing Admin Area To access the administration, visit your CrossBox URL and log in by using your admin credentials. Restoring access to Admin Area If you lost or forgot your admi...


Android

Building Requirements To build an Android app: Windows/Linux/macOS Google Play Developer Account Keytool Jarsigner Download and Install JDK If you don't already have JDK installed, download and install from the official JDK downloads page. Generate Keystore Generate a Keystore file (if y...


Creating a CrossBox Cluster

Intro If you are a service provider, or if you ever plan to have more than one CrossBox server, then we advise you to think about creating a CrossBox Cluster. Here we will explain how you should plan your deployment and what are the benefits of building a CrossBox Cluster. Benefits A single I...


App Connector Documentation

Intro App Connector is a CrossBox module that integrates multiple webmail and communication apps into a single interface. Users can switch between different apps and email accounts with ease, while the app management interface allows domain administrators full control over the apps running under...


Language Packs

Question 1. I am using your product, and I was wondering if I could be provided with the Greek Translation file to fix it, as at this point there is no sense in the translated context. 2. We’d like to know if the webmail offers different languages as we’ve got clients in France, Germany, a...


cPanel

Intro CrossBox for cPanel is one of our most popular control panel integrations. It's Plug-and-Play in its core, covering 95% of all cPanel setups out of the box. Our deep integration with cPanel hooks and APIs enables an automated and fine-tuned experience for both the end-user and service prov...


Quick Installation

Intro First, please make sure that you checked out the Requirements before you start with the installation. To install CrossBox you need to have a valid and active license. If you don't have one, you can purchase it here. Here we will show you how to install CrossBox on a single server. If y...


Online Apps Builder

Intro Online Apps Builder is an online tool that you can use to generate and download your own white-labeled Android and iOS CrossBox apps. The process is entirely automated and requires no technical knowledge. The system will generate Android and iOS apps based on the branding profile that is...


cPanel users see the old logo

Question cPanel users can see the old logo. Please help me to update it with new branding. Answer There is an SSH command that needs to be run in order for cPanel to see the changes in your new branding profile. SSH into the cPanel server as root and run: crossbox cpanel reinstall-webmail &a...


Where does the Files module store files?

Question 1. Where does the Files module store files that the users upload? 2. How the file storage quota can be set by the Company level? Answer 1. The location is /home/username/app_name/ app_name is either crossbox (unbranded) or the branded system_name (if white-labeled) All files are st...