These settings are available in the branding folder on your ITA server and can be changed in Webmin, the server management interface.
Replacing login background image, icon, company name, and logo
Replacing the icon changes the icon you see when you log in, and the small icon in the top left corner of the web client.
Regardless of your image size, your images will automatically be scaled to fit into the position of the default image.
Tip: It is recommended that you use a photo in a square shape for the logo.png file.
- Rename your custom file(s):
- background image --> bg_login.jpg.
- logo --> logo.png
- company logo --> company_logo.png
- Open the server management web interface (Webmin). Type the address of your ITA server in a web browser followed by :10000,
https://<server IP address>:10000
. - Log on to Webmin using the user credentials created during the server installation.
- In the left menu, select System > Upload and Download.
- On the Upload to server tab:
- Click Choose Files in Files to upload and navigate to your saved bg_login.jpg file. Same procedure for logo.png file and company_logo.png file.
- In File or directory to upload to navigate to the branding folder on your server:
/var/www/web/assets/branding
in ITA 9.4 and newer/var/www/web/resources/branding
in ITA 9.3 and older
- In Owned by user and Owned by group, select dcojboss.
- Click Upload.
- Close and reopen your web browser and type the server address to access the login screen with your new custom images.
Changing help link
The default help link goes to our support and help site. To redirect to your custom help site, change the settings in the branding.json file.
- Open and log in to Webmin as described above and navigate to System > Upload and Download in the left menu.
- On the Download from server tab, navigate to the branding folder on your server:
/var/www/web/assets/branding
in ITA 9.4 and newer/var/www/web/resources/branding
in ITA 9.3 and older
- Open the branding.json file, make your changes to the link, and save the file.
{
"subTitle": "EcoStruxure",
"title": "IT Advisor",
"helpUrl": "https://community.se.com/t5/EcoStruxure-IT-Help-Center/ct-p/ecostruxure-it-help-center",
"tenantPortalUrl": ""
} - Reopen the Webmin interface and navigate to System > Upload and Download.
- On the Upload to server tab:
- Click Choose Files in Files to upload and navigate to your saved branding.json file.
- In File or directory to upload to navigate to the branding folder on your server:
/var/www/web/assets/branding
in ITA 9.4 and newer/var/www/web/resources/branding
in ITA 9.3 and older
- In Owned by user and Owned by group, select dcojboss.
- Click Upload.
- Close and reopen your web browser and type the server address to log in to the web client with your custom help link.