Customize the web login page
When you first access to the CompleteFTP server via HTTP/HTTPS protocol, the following default HTML will show up.
To customize this page, you need to:
-
Open the file, C:\ProgramData\Enterprise Distributed Technologies\Complete FTP\Public\index.html, in a text editor and
modify it. You can use any HTML you like there, including images and even Javascript. Here's a very simple home page:
<html>
<body>
<h1>ACME Products</h1>
<p>Unauthorized access prohibited.</p>
<a href="/login">Login</a>
</body>
</html>
-
Save the changes you've made then navigate to that page again to see how it looks now.