Replacing the title in Etherpad Lite with Your own title is just a little command.
Open up custom/pad.js
Edit customStart to read..
customStart(){ document.title= "Your Title Here" }
To change the title for the start page just do the same in index.js