ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows Desktop Licensing: Cannot be used as a server

    IT Discussion
    licensing windows
    2
    28
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      flaxking
      last edited by

      I've seen it mentioned here that a Windows Desktop OS is not licensed to act as a server. I know this is pretty common for small businesses to do, and I was wondering where I could find the information on this, and what kind roles this is refers to.

      As far as I was aware, as long as you stay under the 20 concurrent connection limit, and the one user desktop login in limit, you would be fine to utilise the capabilities of the OS to serve other clients. Isn't this kind of what a windows workgroup is about? A Windows Desktop OS has the ability to act as a sort of file server, and Microsoft tries to make it easier to do so. (which doesn't necessarily mean it is compliant with their licencing)

      We have a lot of clients running SQL on a Windows Desktop OS, is that against the licencing? Where can I read about this?

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Info is in the EULA. But the simple overview is.... if it acts like a server you can’t do it with a desktop.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          The 20 concurrent is a networking limit and unrelated to the license issues. It is not a factor.

          F 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller
            last edited by

            SQL Server can never be used on a desktop unless it is for use exclusively by that desktop. The moment you connect to SQL Server or any application using sWL Server from another desktop, you’ve violated the EULA.

            Use duck logic. Walks like a server, talks like a server, it’s a server.

            You need a Server OS and CALs

            F 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              Workgroups are a security mechanism and not for what you are thinking. Servers do workgroups too. Workgroups are for when you don’t have AD, not necessarily for not having servers.

              F 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller
                last edited by

                Peer to peer file sharing is a specific exception in the Windows 10 EULA. You can do a limited amount of this, and Internet sharing (routing) with a Windows desktop. But nothing else.

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller
                  last edited by

                  Examples of other common violations:

                  • Spiceworks or any web application cannot be used from a desktop
                  • QuickBooks cannot be served from a desktop
                  • Web pages

                  More or less anything that you’d want to do. It all requires a server. That’s the entire point of the cheap workstation licenses - you get them dirt cheap compared to a server license but can’t do anything you’d want a server for.

                  All of the things above are fine as long as you don’t access them from another machine. Which is why they are allowed to be installed.

                  F 1 Reply Last reply Reply Quote 1
                  • F
                    flaxking
                    last edited by flaxking

                    I guess it was easy enough to find in the EULA

                    For Windows 10

                    Multi use scenarios.
                    ...
                    (iii) Device connections. You may allow up to 20 other devices to access the software installed on the licensed device for the purpose of using the following software features: file services, print services, Internet information services, and Internet connection sharing and telephony services on the licensed device. You may allow any number of devices to access the software on the licensed device to synchronize data between devices. This section does not mean, however, that you have the right to install the software, or use the primary function of the software (other than the features listed in this section), on any of these other devices.

                    1 Reply Last reply Reply Quote 0
                    • F
                      flaxking @scottalanmiller
                      last edited by

                      @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                      The 20 concurrent is a networking limit and unrelated to the license issues. It is not a factor.

                      It does mention 20 devices in the EULA, but I agree that built-in software limitations != licence restrictions

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • F
                        flaxking @scottalanmiller
                        last edited by

                        @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                        Examples of other common violations:

                        • Spiceworks or any web application cannot be used from a desktop
                        • QuickBooks cannot be served from a desktop
                        • Web pages

                        More or less anything that you’d want to do. It all requires a server. That’s the entire point of the cheap workstation licenses - you get them dirt cheap compared to a server license but can’t do anything you’d want a server for.

                        All of the things above are fine as long as you don’t access them from another machine. Which is why they are allowed to be installed.

                        The EULA does give an exception for Internet information services. Since it's not specifically saying IIS, and any other definition for Internet information services is google-washed, do I assume the definition is the same as the services that IIS is capable of?

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • F
                          flaxking @scottalanmiller
                          last edited by

                          @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                          SQL Server can never be used on a desktop unless it is for use exclusively by that desktop. The moment you connect to SQL Server or any application using sWL Server from another desktop, you’ve violated the EULA.

                          Use duck logic. Walks like a server, talks like a server, it’s a server.

                          You need a Server OS and CALs

                          Luckily we don't actually take responsibility for our client's SQL server. (software company) But we need to make sure our minimum requirements don't violate any licencing.

                          Might need to push QA to do their testing with MS SQL for Linux too

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • F
                            flaxking @scottalanmiller
                            last edited by

                            @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                            Workgroups are a security mechanism and not for what you are thinking. Servers do workgroups too. Workgroups are for when you don’t have AD, not necessarily for not having servers.

                            Right, I forgot about the use case for workgroups when having servers but no domain.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @flaxking
                              last edited by

                              @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

                              @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                              SQL Server can never be used on a desktop unless it is for use exclusively by that desktop. The moment you connect to SQL Server or any application using sWL Server from another desktop, you’ve violated the EULA.

                              Use duck logic. Walks like a server, talks like a server, it’s a server.

                              You need a Server OS and CALs

                              Luckily we don't actually take responsibility for our client's SQL server. (software company) But we need to make sure our minimum requirements don't violate any licencing.

                              Might need to push QA to do their testing with MS SQL for Linux too

                              That’s a major fix these days. With SQL Server available on Linux, there’s no budgetary excuse for cutting corners and running on a desktop OS.

                              1 Reply Last reply Reply Quote 1
                              • scottalanmillerS
                                scottalanmiller @flaxking
                                last edited by

                                @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

                                @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                The 20 concurrent is a networking limit and unrelated to the license issues. It is not a factor.

                                It does mention 20 devices in the EULA, but I agree that built-in software limitations != licence restrictions

                                Yes mentions. But as a limit.

                                1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @flaxking
                                  last edited by

                                  @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

                                  @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                  Examples of other common violations:

                                  • Spiceworks or any web application cannot be used from a desktop
                                  • QuickBooks cannot be served from a desktop
                                  • Web pages

                                  More or less anything that you’d want to do. It all requires a server. That’s the entire point of the cheap workstation licenses - you get them dirt cheap compared to a server license but can’t do anything you’d want a server for.

                                  All of the things above are fine as long as you don’t access them from another machine. Which is why they are allowed to be installed.

                                  The EULA does give an exception for Internet information services. Since it's not specifically saying IIS, and any other definition for Internet information services is google-washed, do I assume the definition is the same as the services that IIS is capable of?

                                  Not IIS. It’s for sharing Internet information services which is very specific and totally useless. The only use case for that is as an Internet proxy when using your desktop as a router. Using IIS is not covered by that - that’s a product called IIS but running it on your desktop would not be an Internet service.

                                  F 1 Reply Last reply Reply Quote 0
                                  • F
                                    flaxking @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                    @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

                                    @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                    Examples of other common violations:

                                    • Spiceworks or any web application cannot be used from a desktop
                                    • QuickBooks cannot be served from a desktop
                                    • Web pages

                                    More or less anything that you’d want to do. It all requires a server. That’s the entire point of the cheap workstation licenses - you get them dirt cheap compared to a server license but can’t do anything you’d want a server for.

                                    All of the things above are fine as long as you don’t access them from another machine. Which is why they are allowed to be installed.

                                    The EULA does give an exception for Internet information services. Since it's not specifically saying IIS, and any other definition for Internet information services is google-washed, do I assume the definition is the same as the services that IIS is capable of?

                                    Not IIS. It’s for sharing Internet information services which is very specific and totally useless. The only use case for that is as an Internet proxy when using your desktop as a router. Using IIS is not covered by that - that’s a product called IIS but running it on your desktop would not be an Internet service.

                                    The only non-IIS specific references to Internet information services that I can find all relate to web servers. Where are you getting the definition of a proxy service from?

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @flaxking
                                      last edited by

                                      @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

                                      @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                      @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

                                      @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                      Examples of other common violations:

                                      • Spiceworks or any web application cannot be used from a desktop
                                      • QuickBooks cannot be served from a desktop
                                      • Web pages

                                      More or less anything that you’d want to do. It all requires a server. That’s the entire point of the cheap workstation licenses - you get them dirt cheap compared to a server license but can’t do anything you’d want a server for.

                                      All of the things above are fine as long as you don’t access them from another machine. Which is why they are allowed to be installed.

                                      The EULA does give an exception for Internet information services. Since it's not specifically saying IIS, and any other definition for Internet information services is google-washed, do I assume the definition is the same as the services that IIS is capable of?

                                      Not IIS. It’s for sharing Internet information services which is very specific and totally useless. The only use case for that is as an Internet proxy when using your desktop as a router. Using IIS is not covered by that - that’s a product called IIS but running it on your desktop would not be an Internet service.

                                      The only non-IIS specific references to Internet information services that I can find all relate to web servers. Where are you getting the definition of a proxy service from?

                                      It’s not something that requires a reference. It’s just regular English. Web servers are not Internet services. An Internet service is a service acquired over the Internet.

                                      A proxy is the only means known to accomplish what this English phrase means in this case - sharing a service acquired over the Internet to other machines on the network.

                                      That phrase exists so that you can do later 7 application filtering, not only layer 3 routing, when using the desktop as a router.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller
                                        last edited by

                                        Reading the EULA more closing, it never refers to sharing. So this implies that you can use a desktop to serve up to 20 users over the Internet, but not internally.

                                        F 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          It’s not capitalized, so no connection to the IIS software.

                                          1 Reply Last reply Reply Quote 0
                                          • F
                                            flaxking @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

                                            Reading the EULA more closing, it never refers to sharing. So this implies that you can use a desktop to serve up to 20 users over the Internet, but not internally.

                                            Ok, so that's the interesting part. I believe is it using it as an term to refer to protocols that at one time would only have been used over the internet and not over the LAN. Which seems to be how IIS uses the term, since it's not like they're trying to tell people not to use IIS over the LAN.

                                            But if we take it literally today, we can now use these protocols over the Internet, but not over the LAN.

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post