> For the complete documentation index, see [llms.txt](https://docs.cloudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudio.io/setting-up-the-cloudio-platform/platform-installation/installing-the-servers/installing-and-configuring-the-jboss-wildfly-server.md).

# Installing and configuring the JBoss (WildFly) server

## Pre-requisites

Java (compatible with WildFly version)

## Downloading WildFly

{% hint style="info" %}
CloudIO platform is compatible with WildFly 11 and lower versions.
{% endhint %}

1. Go to <http://wildfly.org/downloads/> and download WildFly Application Server 11 or lower versions.
2. Extract the contents of the zip file to a directory on your system. ***Note**: The path must not contain any spaces.*
3. Start the WildFly server using the script:  *\<WildFly directory>\bin\standalone.sh.*
4. To check the installation, access the web server at [http://localhost:8080](http://localhost:8080/).
