Building Frontend Files Running build command Run the commands below in order to rebuild Jexactyl's frontend. cd /var/www/jexactyl # If building in a development environment: yarn watch # If building for production: yarn build:production