Control Panel FAQs
Instructions for logging into the Plesk Control Panel, managing DNS nameservers, configuring file permissions (chmod), and universal email account settings.
How to log in to the Plesk Control Panel
Access your hosting environment, databases, and files through the secure Plesk Control Panel:
- Open your web browser and navigate to the Global MCS Plesk portal at
https://plesk1.globalmcs.net/(orhttps://yourdomain.com/). - Enter your hosting Username (received in your welcome email).
- Enter your account Password.
- Click Log In to enter the dashboard.
Tip: You can also log in automatically with single sign-on through your Client Portal under Services → Active Hosting → Log in to Plesk.
What are the Global MCS Domain Name Servers (DNS Nameservers)?
All domains hosted with Global MCS must have their DNS nameservers pointed to the following authoritative servers for website, email, and SSL services to function properly:
NS1.GLOBALMCS.NETNS2.GLOBALMCS.NETNS3.GLOBALMCS.NETNS4.GLOBALMCS.NET
Note: After updating your nameservers at your domain registrar, please allow 2 to 24 hours for global DNS propagation.
What are the universal Email Account Server Settings for all hosted domains?
All custom domain mailboxes hosted with Global MCS use the following secure server configuration:
- Incoming Mail (IMAP with SSL - Recommended): Server:
webmail.globalmcs.net(ormail.yourdomain.com) • Port:993• Security: SSL/TLS - Incoming Mail (POP3 with SSL): Server:
webmail.globalmcs.net(ormail.yourdomain.com) • Port:995• Security: SSL/TLS - Outgoing Mail (SMTP with SSL): Server:
webmail.globalmcs.net(ormail.yourdomain.com) • Port:465(SSL/TLS) or587(STARTTLS) • Security: SSL/TLS - Authentication: Required for outgoing SMTP. Use your full email address (e.g.,
name@yourdomain.com) and mailbox password.
How to change and configure File Permissions (chmod 755 / 644)
Setting correct file permissions is essential for website security, PHP execution, and script functionality:
Recommended Standard Permissions:
755(rwxr-xr-x): Standard for all directories, PHP executable scripts, and cgi-bin folders.644(rw-r--r--): Standard for HTML, CSS, JavaScript, images, and static document files.400or440: Highly secure for configuration files containing database passwords (e.g.,wp-config.php).
How to Change Permissions:
- Via Plesk File Manager: Log into Plesk → go to Files → navigate to the file/folder → click the hamburger icon/properties next to the item → select Change Permissions → adjust read/write/execute permissions and click OK.
- Via FTP Client (FileZilla / WinSCP): Connect via SFTP/FTP → right-click any file or folder → choose File permissions... (or chmod) → enter
755for folders or644for files → click OK.