Usage and access

After installation, Synconix Hosting Manager binds on all server IPs with the endpoints below. Access them over HTTPS. Open these ports in your firewall if needed.

Port Endpoint Purpose Availability
882 https://<server-ip-or-host>:882/ Synconix Hosting Manager (SHM) Always
883 https://<server-ip-or-host>:883/ Roundcube Webmail When mail + webmail are installed
884 https://<server-ip-or-host>:884/ phpMyAdmin When phpMyAdmin is installed

Sign-in & authentication

  • Root login: sign in to the panel with the server’s root username and the same system password.
  • User login: account users sign in with their system username and password.
  • Password source of truth: credentials are read from the system’s /etc/passwd and /etc/shadow (no separate panel password store).
  • Password changes: if a user changes their password with passwd <user>, the new password works in the panel immediately (it follows /etc/shadow).

Domain shortcuts (friendly hostnames)

  • webmail.<domain> → Webmail (port 883): for every hosted domain, a vhost webmail.<domain> is created that reverse-proxies directly to Roundcube on 883 (when installed).
  • shm.<domain> → Panel (port 882): a vhost shm.<domain> is created that reverse-proxies to the Synconix panel on 882.
  • Ensure DNS A/AAAA records for webmail.<domain> and shm.<domain> point to your server IP(s). AutoSSL can cover these when DNS resolves locally.

Quick examples

  • Panel: https://server.example.com:882/ or https://shm.example.com/
  • Webmail: https://server.example.com:883/ or https://webmail.example.com/
  • phpMyAdmin: https://server.example.com:884/ (if installed)

Navigation