This guide walks you through deploying a web hosting service, visiting your site, adding a domain, enabling SSL, and uploading your own content.
Deploy your web hosting service
- Click Launchpad in the sidebar, or go directly to panel.fps.ms/deploy.
- Select the Web Hosting category.
- Choose a package that fits your needs and click to continue.
- Enter a server name, select a location, and click Deploy Server.
- You will be redirected to the web hosting Overview page.
Installation Time
The service may take a moment to provision. Please be patient and refresh the page if needed.
The Overview page
Once deployed, the Overview page shows everything about your web hosting service:- Resource usage — disk space, bandwidth, domains, subdomains, email accounts, databases, and FTP accounts with visual progress bars.
- Billing & renewal — expiration date, auto-renew toggle, and upgrade option.
- Service details — your username, domain, email, server, and package.
Visit your website for the first time
Your web hosting service comes with a default domain shown on the Overview page.- Copy the domain link from the Overview page.
- Paste it into your browser address bar and press Enter.
- You should see the default FPS.ms placeholder page.
Add a domain
FPS.ms lets you add your own domains or create subdomains for your web hosting service.- Go to the Domains section in the sidebar.
- Click Add Domain to add a new domain (if your package limit allows it).
- Once added, you can expand the domain to create subdomains — type your desired subdomain name and it will be created as
subdomain.yourdomain.com.
Domain Limits
The number of domains you can add depends on your package. If you reach the limit, consider upgrading your plan. Free webhosting packages only have 1 domain
Enable SSL
Securing your site with SSL is recommended so browsers mark it as safe.- Go to the SSL section in the sidebar.
- Choose one of two options:
- Let's Encrypt (free) — automatically issues and renews a certificate every 90 days. You can optionally include the
wwwvariant. - Custom certificate — paste your own certificate, private key, and optional CA chain in PEM format.
- Once issued, the SSL status card shows the issuer, validity dates, and days until expiry.
Let's Encrypt Rate Limits
Certificate creation may occasionally fail due to Let's Encrypt rate limits. If this happens, wait an hour, delete the certificate, and try again. If the issue persists, contact support.
Upload your own website
Now that your service is set up, you can upload your own content.- Go to the Files section in the sidebar.
- Navigate to the public_html directory.
- Delete the default
index.htmlfile. - Click Upload to upload your website files (HTML, CSS, JS, images, etc.). You can also create new files or directories directly from the file manager.
- Make sure your main page is called
index.html(orindex.php). If not, rename it using the file manager. - To edit a file, click on it to open the built-in editor. Make your changes and save.
- Open your domain in a browser and press Ctrl + F5 to see your new site.
File Manager Features
The file manager supports uploading, renaming, deleting, editing text files inline, creating directories, and changing file permissions (644, 755, 600).
Upload files via FTP / SFTP
If you prefer using an FTP client (such as FileZilla or WinSCP) instead of the built-in file manager, you can connect via FTP, FTPS, or SFTP.- Go to the FTP section in the sidebar.
- The Connection Info card shows the hostname, FTP port, FTPS port, SFTP port, and your username format.
- Use these details in your FTP client to connect.
Creating additional FTP accounts
You can create separate FTP accounts with restricted directory access:- Click Create FTP Account.
- Enter a username (it will be prefixed with your service username, e.g.,
yourservice_ftpuser). - Set a password.
- Optionally change the directory to restrict access to a specific path (e.g.,
/domains/example.com/public_html). Defaults to/.
FTP Limits
The number of FTP accounts you can create depends on your package. If FTP is unavailable on your plan, consider upgrading.
No Coding Support
FPS.ms does not provide coding or web development support. The examples above are for demonstration purposes only.
Chiara
Edited by CanerAkar