diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index b4b90ac869..3ed31e7bd4 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -462,7 +462,7 @@ namespace Emby.Server.Implementations
/// Gets the name.
///
/// The name.
- public string Name => "Jellyfin Server";
+ public string Name => ApplicationProductName;
private static Tuple GetAssembly(Type type)
{