The simplest way to install Jenkins on Windows is to use the Jenkins Windows installer.That program will install Jenkins as a service using a 64 bit JVM chosen by the user.Keep in mind that to run Jenkins as a service, the account that runs Jenkins must have permission to login as a service.
Refer to the Windows section of theDownloading Jenkins pageto download either an LTS release or a weekly release of the Windows installer.After the download completes, open the Windows installer and follow the steps below to install Jenkins.
When Installing Jenkins, it is recommended to install and run Jenkins as an independentwindows service using a local or domain user as it is much safer than running Jenkinsusing LocalSystem(Windows equivalent of root) which will grant Jenkins full accessto your machine and services.
To run Jenkins service using a local or domain user, specify the domain user name andpassword with which you want to run Jenkins,click on Test Credentials to test your domain credentials and click on Next.
Specify the port on which Jenkins will be running,Test Port button to validate whether the specified port if free on your machine or not.Consequently, if the port is free, it will show a green tick mark as shown below,then click on Next.
The installation process checks for Java on your machine and prefills the dialog with theJava home directory.If the needed Java version is not installed on your machine, you will be prompted to install it.
MSI installers can be installed via a silent method, which can show basic UI (/qb) or no UI at all (/qn). The silent method does not prompt for user input so there are properties that you can pass to the installer to set the specific values. A very basic command line is shown below for a silent install.
When installing a service to run under a domain user account, the account must have the right to logon as a service. This logon permission applies strictly to the local computer and must be granted in the Local Security Policy.
Pour commencer, vous devez avoir une licence pour installer Windows 10. Ensuite, vous pouvez tlcharger et excuter l'outil de cration de support. Pour plus d'informations sur l'utilisation de l'outil, consultez les instructions ci-dessous.
Lorsque vous aurez procd au tlchargement et l'installation, l'outil vous guidera pour configurer Windows 10 sur votre PC. Toutes les ditions de Windows 10 sont disponibles lorsque vous slectionnez Windows 10, sauf l'dition Entreprise. Pour en savoir plus sur l'dition Entreprise, rendez-vous sur le Centre de gestion des licences en volume.
Aprs avoir achev toutes les tapes d'installation de Windows 10, vrifiez que tous les pilotes de priphriques ncessaires sont installs. Pour vrifier la prsence de mises jour ds prsent, slectionnez le bouton Dmarrer, ouvrez Paramtres > Mise jour et scurit > Windows Update, puis slectionnez Rechercher des mises jour. Vous pouvez galement vous rendre sur le site de support technique du fabriquant de votre priphrique pour voir si d'autres pilotes sont ncessaires.
Si votre PC ne dmarre pas automatiquement sur la cl USB ou le DVD, vous devrez peut-tre ouvrir un menu de dmarrage ou modifier l'ordre de dmarrage dans les paramtres de BIOS ou d'UEFI de l'appareil. Pour ouvrir un menu de dmarrage ou modifier l'ordre de dmarrage, vous devez en gnral enfoncer une touche (par exemple, F2, F12, Suppr ou chap) immdiatement aprs avoir mis le PC sous tension. Pour savoir comment accder au menu de dmarrage ou modifier l'ordre de dmarrage de votre PC, consultez la documentation de l'appareil ou le site Web du fabricant. Si la cl USB ou le DVD n'apparat pas dans les options de dmarrage, vous devrez peut-tre vous adresser au fabricant du PC pour savoir comment dsactiver temporairement le Secure Boot dans les paramtres du BIOS.
Si la modification du menu ou de l'ordre de dmarrage ne fonctionne pas et que votre PC dmarre immdiatement sur le systme d'exploitation que vous souhaitez remplacer, il est possible que le PC ne se soit pas totalement teint. Pour l'teindre compltement, slectionnez le bouton marche/arrt sur l'cran de connexion ou le menu Dmarrer et choisissez teindre.
When I have attempted to launch the installer the first time I got the usual windows prompt whether to run the program or not. Once accepted, nothing happened. Subsequent launch attempts resulted in the mouse arrow briefly changing to the hourglass and then nothing.
I looked in task manager and utorrent was not a process, however I did find a utorrent folder in the user/appdata folder and already deleted it as was indicated in some earlier posts. Utorrent was not installed as per program manager so i couldn't uninstall to reinstall it.
for what it's worth, i doubt that the issue is with the folder from which I am launching the installer. For some reason, windows just doesn't want to let me launch the process. It doesn't even show in task manager and it doesn't ask me whether or not I would like to run this program.
found the issue, when i checked out the properties of utorrent.exe it said that the file was locked for security reasons. This despite me never refusing access, unblocking it in windows firewall and disabling anti virus software.
I too have an old lapT running vista, and had to factory restore after it was running super slow/lagging badly so had to reinstall utorrent. After spending 2 days banging my head against the wall trying to figure out why the hell the .exe wouldn't install it, after reading this I tried right-clicking the .exe folder and going into properties and clicking the run as admin box worked - FINALLY!!! I was ready to scream more than a few times from repeated unsuccessful installation attempts - it shouldn't have been so difficult - it wasn't so difficult the first time around.. Anyways, it works now, thanks guys.
Then there's absolutely no need to follow this guide, this is for installing the OctoPrint server under Windows, which is probably a rather unusual setup. If all you want is to access your existing OctoPrint instance (e.g. running on a Raspberry Pi via the OctoPi image), fire up your browser of choice and direct it to that instance's URL. Don't know what that is? Read this guide instead.
While OctoPrint's intended use case is to be installed on low-powered embedded devices with Linux, it is platform agnostic and can also be installed under Windows instead of the more common option of installing it on something like a Pi.
Make sure to disable automatic reboots for updates in your Windows configuration if you intend to run OctoPrint productively under Windows, or your prints will get interrupted by that when you least expect it.
The nature of how windows handles file access also makes it currently impossible to update OctoPrint through itself (including switching to a release candidate and back to stable). You'll need to do that through the command line, and that might become annoying quickly.
Install Python 3 from python.org.
You need a version between 3.7 and 3.11 to run OctoPrint, Choose either the x86 or x64 builds, depending on your platform or preference. DO NOT install Python 3.12, OctoPrint is not yet compatible.
When installing, be sure to include pip in the installation and also to have the installer add python to your path:
Download & Install Build tools for Visual studio. (On the download page, scroll down, under 'All downloads' open 'Tools for Visual Studio' and download 'Build tools for Visual Studio', you don't need the whole thing) This is required to install some dependencies of OctoPrint & some plugins.
If it is not using the correct one because you have multiple Python versions installed, wherever the guide says py below, use the path to the Python version you want to use. For example, C:\Program Files\Python39\python.exe.
For easier starting of your OctoPrint server in the future you might want to create a shortcut on your desktop or somewhere else you'll easily find again, pointing to C:\OctoPrint\venv\Scripts\octoprint.exe serve:
You can use something like YawCAM for similar functionality to MJPEG-Streamer under Windows. Enable the "HTTP" and "Stream" outputs and switch the "java" setting to "mjpg" if necessary. If you leave the configured ports at their defaults, your Stream-URL will be http://:8081/video.mjpg and your Snapshot-URL will be http://:8888/out.jpg.
If you also want to be able to use timelapsing, you'll have to obtain a static Windows build of FFMPEG. Those can be found here. Then configure the path to your ffmpeg.exe through the Settings dialog (see below) or config.yaml:
Due to the nature of Windows it's sadly not possible to have OctoPrint update itself like on other OSes (e.g. a Raspberry Pi running Linux/OctoPi). When you get an update notification, attempting to apply the update from within OctoPrint will fail. You'll have update manually:
In response to a question on another forum which referred to this post: The post above is not about using a Windows PC to access OctoPrint running on a Raspberry Pi (that's simply a matter of pointing your PC's web browser to the correct location). The above post details installing OctoPrint on a Windows PC, instead of running it on a Pi.
I agree... and it seems no matter how you phrase it, it won't make sense to some people. Sometimes we read what we want to see or what we already think, rather than what is actually on the page. (Guilty of that myself on occasion.)
This its very nice, I want a bot farm under windows with octoprint first I'm running it on an I3 desktop machine if everything goes smooth ill change to a dell server I own, but how can I create multiple instances under windows or debian @foosel
I would like to run OctoPrint on a windows xp computer. I followed the tutorial as given and it seems to work up until I try to put up the server with the "octoprint serve" command. At this point, I get a RuntimeError stating that my version of windows is too old and I need psutil 3.4.2 to run on Windows XP. Is this a futile effort or do you know some way around this?
d3342ee215